Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Ruby (http://www.velocityreviews.com/forums/f66-ruby.html)
-   -   Dbi Timeout expired Sql server 2005 using ADO (http://www.velocityreviews.com/forums/t853146-dbi-timeout-expired-sql-server-2005-using-ado.html)

Pablo Q. 09-18-2008 01:02 PM

Dbi Timeout expired Sql server 2005 using ADO
 
[Note: parts of this message were removed to make it a legal post.]

Hi all,

I got this error:

Execute OLE error code:80040E31 in Microsoft OLE DB Provider for SQL Server
Timeout expired HRESULT error code:0x80020009 Exception occurred.
c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:135:in `execute'

This is my connection string:

DBI.connect("DBI:ADO:Provider=SQLOLEDB;Data Source=localhost;Initial
Catalog=xxxxxx;User Id=xxxxxx;Password=xxxxxx;Connect Timeout=0;")

Does anyone has solved this issue, I'm working with huge tables so,
sometimes an single query takes more than 5 minutes running...


Thanks

--
Pablo Q.



All times are GMT. The time now is 06:19 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57