JRichmond wrote:
cdshearer wrote:
I ran into the issue with the 2.6 SQL Server driver not working against latest versions, so I updated the code to work against later versions and got it to run...
Would you mind sharing what code you were able to update to get the 2.6 driver to work with SQL Server 2019? Did you somehow edit the actual code for the driver?
Hi there
The changes are made to the LLBLGenProSDK, in the SqlServerCatalogRetriever.cs and SqlServerSchemaRetriever.cs files. Basically, I've added default cases to various switch statements to handle any version of SQL server not covered.
The built DLL then needs to be copied into the appropriate drivers folder for LLBLGen to access. This is in the following path on my system:
C:\Program Files (x86)\Solutions Design\LLBLGen Pro v2.6\Drivers\SqlServer
I've now also attached my built DLL to this post (pending approval).
Hope that helps!
Cheers...
Craig