Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO connection

Status
Not open for further replies.

jluet

Programmer
Joined
Sep 1, 2009
Messages
3
Location
US
I'm accessing a SQL server database with a ADO connection.

I can open the first table, but when I try to connect to a second table, I get a timeout error, even increasing it to 60 seconds.

Any suggestions, or is there another connection component I can use w/Delphi 2006?

Thanks
John
 
The 1st thing I'd look at is the table name spelling and case.

Roo
Delphi Rules!
 
I would also like to suggest looking at the KeepConnected property. Was the connection to the first table left open while trying to open the second?

~
“Your request is not unlike your lower intestine: stinky, and loaded with danger.” — Ace Ventura.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top