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
advantage_database_server [2018/06/09 09:25] 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.+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.
advantage_database_server.txt · Last modified: 2018/06/09 09:31 by wolfgangriedmann