Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My Connection with ODBC is busy
Message
From
05/11/2001 05:20:58
 
 
To
05/11/2001 05:15:55
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00577300
Message ID:
00577311
Views:
20
Hi!

This is property of view, not connection.
You can change view properties in database programmatically by using DBSETPROP() function:

SET DATABASE TO MyDatabase
DBSETPROP("MyView","VIEW","FetchAsNeeded",.F.)

The same for properties for connection. List of all properties you can find in the help for DBGetProp() function.

HTH.

>Thanks a lot for your answer,
>
>My connections are programmatically created. How can set "Fetch Remote data as needed" programmatically
>
>Thanks in advance
>Petros
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform