Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TimeOutExpire ODBC error
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00574514
Message ID:
00577042
Views:
31
Check value of QueryTimeOut using SQLGETPROP( ). You can set it max to 600 sec or 0 to disable timeout.

>Hi,
>
>I have a table with more than 600,000 rows of data. I want to transfer the data from the field Group_ to INS_GROUP1 within the same table, in such a way that at the end both the fields have exactly the same data. I wrote the following update query.
>
>Update XXX Set INS_GROUP1 = Group_ where INS_GROUP1 is null
>
>After executing for two minutes, I got the following error..
>
>[Microsoft][ODBC SQL SERVER driver]TimeOut expired.
>
>On pressing OK, it stops exectuting the query further. I have the Driver number 3.70.09.61. Any help is highly appreciated.
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform