Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Numbers
Message
From
10/02/2004 09:52:22
Suhas Hegde
Dental Surgeon
Sirsi, India
 
 
To
10/02/2004 09:19:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00875835
Message ID:
00875865
Views:
15
i would make a assign method for the property say exevalue

and suppose
exevalue = sqlexec(han,'select .....') && returns -1

in the exevalue_assign assign method something like

aerror(odbc_error)

if vNewval = -1 and odbc_error(1) = 14 and number_or_retry = .t.
if make_connection() && make connection as earlier timed out or what ever
number_or_retry = .t. && do it gain if same error
endif
retry && so that the statement would execute again
endif

Maby not clear could u also give good pointers ?
Previous
Reply
Map
View

Click here to load this message in the networking platform