Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01641891
Message ID:
01641945
Views:
47
>When connecting to SQL server from a VFP 9 application where is the time out set? in VFP application or in SQL server?
> How do I determine and change it? (I want to force a time out so that I can test my code).
>
>TIA

Could someone explain what should happen to the SQL Connection handle variable when the Idle Times fires? For example, if I have the the following code:
SQLSETPROP( nSqlConnHandle,"IdleTimeout", 1)
What would happen to nSqlConnHandle if the application is idle for 1+ minutes?
Or what would be returned by the following SQL:
SQLEXEC( nSqlConnHandle, "SELECT CAST(1 as bit) As Test", "crsTestConnection") 
?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View