Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IdleTimeout setting
Message
From
03/01/2003 16:54:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
IdleTimeout setting
Miscellaneous
Thread ID:
00737850
Message ID:
00737850
Views:
60
Hi all,

How does the IdleTimeout property work? Assume file paths are correct and they exist, consider the following code snippet:
open database cMyTempDBC
cDataDBC = 'myDataDBC.DBC'
create connection cMyConn connstring "Driver={Microsoft Visual FoxPro Driver};UID=;PWD=;SourceDB="+;
	cDataDBC+";SourceType=DBC;Exclusive=No;BackgroundFetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes;"
*-- set idle timeout to 5 seconds
dbsetprop('cMyConn',"connection","idletimeout",5)
*-- pause for 10 seconds
wait window 'Please wait...' timeout 10
*-- create a sql view, this works!
create sql view rv_Table1 remote connection connect1 shared as ;
	select * from Table1
1. Did the IdleTimeout occur?
2. Should I not be able to create the view after the connection has been deactivated?
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform