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

Connecting to Database

Status
Not open for further replies.

tfurman

Programmer
Dec 1, 2000
9
US
I am using Crystal 5 and when I try to connect to the Database through ODBC I get three errors.

the first error is an ODBC error which says that the dirver doesn't support this function. then another error comes up saying that physical database not found, and finally I get SQL error.

Everything works fine if I connect to the database nativeley. We are usiing Sybase.

Please help. Thank you
 
What language are you using ?
I've managed to achieve what you're looking at doing through Delphi 5 to a SQL server database.
I found that I was able to dynamically connect to a database by setting the Table.Location accordingly
i.e. Table.Location := DATABASE.dbo.TABLE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top