User Tools

Site Tools


advantage_database_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
advantage_database_server [2018/05/07 05:21] wolfgangriedmannadvantage_database_server [2018/06/09 09:31] (current) wolfgangriedmann
Line 4: Line 4:
  
 For the ADSSQLServer class and some ADS functions please not port them over from VO, but use the prg files that are supplied with the Vulcan RDD. There are some differences that will give you runtime errors if you are using the ported VO version. For the ADSSQLServer class and some ADS functions please not port them over from VO, but use the prg files that are supplied with the Vulcan RDD. There are some differences that will give you runtime errors if you are using the ported VO version.
 +This is particularly important for the DBFAXS library - there are some very important changes between the Vulcan and the VO version, for example these:
 +<code visualfoxpro>IF  ( ValType( bMode ) != 'L' ) // VO version
 +if  ( ValType( bMode ) != "L" ) // Vulcan version</code>
 +or
 +<code visualfoxpro>usServerTypes := _or( usServerTypes, DBFAXS_ADS_LOCAL_SERVER ) // VO version
 +usServerTypes := (word)_OR( usServerTypes, DBFAXS_ADS_LOCAL_SERVER ) // Vulcan version</code>
  
 If you are using the Vulcan v4 runtime, you should know that the ADS developers have build this RDD only for .NET Framework v2, and not for v4. If you are using the Vulcan v4 runtime, you should know that the ADS developers have build this RDD only for .NET Framework v2, and not for v4.
Line 9: Line 15:
 As solution you can decompile the RDD with some decompiler, change the dependencies and the framework and recompile it, or maybe you can find someone that publishes an already fixed RDD. As solution you can decompile the RDD with some decompiler, change the dependencies and the framework and recompile it, or maybe you can find someone that publishes an already fixed RDD.
  
-But this should be a problem only for a limited timeframe as the X# team plans to release their own Advantage RDD in the year 2018.+But this should be a problem only for a limited timeframe as the X# team plans to release their own Advantage RDD in the year 2018. They stated that the ADS RDD will be the first RDD they will release.
  
advantage_database_server.txt · Last modified: 2018/06/09 09:31 by wolfgangriedmann