Thanks for the reminder. Good to have this feature, I was still using FCP.DLL for this.
Type: Posts; User: Peter van Mil
Thanks for the reminder. Good to have this feature, I was still using FCP.DLL for this.
Sometimes is "covered by security" wishful thinking. There are enough examples of situations with "these files aren't needed anymore", etc. For a lot of documents (invoices) the safest way is storing...
In the past I have been struggling with WebAppServerProps.fd in the PKG folder. Be careful with that one.
I can understand your feeling, but it isn't a layer. It is a replacement.
Hi Dan,
I did it the way you did, but I have added two functions to format numeric and date fields to support European settings. See my reply to Sture.
Hi Sture,
I am using the same kind of logic with the function SQLFetchResultsetRDSValues. When using this function with European settings it is needed to format numeric and date fields. Otherwise...
Hi Dan,
I have used such a function SQLFetchResultsetRDSValues in the first RDS report of a new project and it works great.
During the last two years I have worked a lot with Pervasive.SQL. Normally I am used to work with SQL Server (and some with PostgreSQL). Like Stephen said any SQL database will have advantages...
Hi Richard,
I already had SQL Server 2019 running. I didn't install the database. After the DF installation I used the scripts PlatoCreate.sql and PlatoData.sql. This created the database PlatoDB....
Thanks Steven. My message wasn't fully correct, but it is clear now for all.
First of all you should create a separate branche for your DataFlex 20 files. When you save a file with the Studio it will save it in UTF8 format (depending on preferences). At the moment I don't...
It depends how you look at it. When you move all your source files to the UTF8 format, there is no problem. You have to do it once, so why not now?
Thanks Dennis.
Thanks for those nice pictures. Living in the neighborhood of Rotterdam it still surprises me that there is so much water in the most crowded part of our country. Everything that you have seen is...
Hi Michael,
I am not a Pervasive expert, but I have worked with it in a previous project. When I tested with DF 20.0 and Pervasive 12.0 / 13.0, I had some troubles to get it running. It had to do...
Talking about SQL I would advise to use the same version of the SQL driver. At least when you are using cache files.
This would be a good idea. Recently I migrated a WebApp from DataFlex 19.0 to DataFlex 19.1 and I had a lot of trouble with cached js files.
Nice to read: There never was a “Microsoft Dataflex”
https://jukkaniiranen.com/2020/08/there-never-was-a-microsoft-dataflex/
+1 I would really appreciate it
Hi Anders,
Can you ping that server?
Vincent,
That's alright. Hopefully it means that Beta-1 is coming soon :)
It is a small thing, but the System Info of Database Builder shows "Unknown SQL Server client". It should be "ODBC Driver 17 for SQL Server (SQL Server 2017 client)".
14018
A few months ago I have used two Pervasive.SQL clients side by side and this worked without problems. I have tested with the 64-bit driver for the Studio and the 32-bit driver for the application.
Hi David,
The 64 bit driver is only needed on your development machine for the Studio. You can develop 32 bit applications. Database Builder and DataBase Explorer both have a 32 and 64 bit version.
The DataFlex 20.0 Studio and Database Builder are 64 bit. They will try to load the 64 bit driver. You can develop 32 bit applications, but with PSQL it will be hard when the Studio can't use the 64...