Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try to connect a paradox table( log.db ) since succes
Message
From
25/04/2012 09:59:42
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01542559
Message ID:
01542572
Views:
48
SWAG:
>
>    .TABLES	= "log" && log.db
>    .DATASOURCE.cursorlocation = 3
>    .DATASOURCE.locktype= 3
>    .BUFFERMODEOVERRIDE = 5
>    *------------------------------------
>
>    .SELECTCMD		=	"select * from " + .TABLES
>      .oconnection.execute( "select * from " + .TABLES )
>
is the driver smart enough to add the db-extension ?
Previous
Reply
Map
View

Click here to load this message in the networking platform