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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query to Advantage DB is timing out

Status
Not open for further replies.

dand11

Programmer
Jun 24, 2008
63
US
I have an Advantage (yeah right) db that I'm trying to connect and query to but when I run it just times out. Below is my connection string in case I'm doing it wrong:
Any help would be deeply appreciated.



<add name="spDB" connectionString="Data Source=C:\\temp\\CCSODATA\\; Advantage Server Type=ADS_LOCAL_SERVER;TableType=CDX;" providerName="Advantage.Data.Provider"/>

 
I figured it out. Once I replaced the "//" with "/" in the datasource it returned a result set
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top