cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where can I find a SQLanywhere 8 Native Driver

Former Member
0 Kudos
2,401

I am currently using an ODBC data source to connect to SQLanywhere 8 database. I have Googled trying to find a Native driver however, I cannot seem to find one. Any suggestions?

Accepted Solutions (0)

Answers (1)

Answers (1)

jeff_albion
Product and Topic Expert
Product and Topic Expert

Which API are you using with your application? If you're using ODBC and you already have the ODBC driver installed (dbodbc8.dll), that is the correct driver for your scenario - why do you think you need a 'native driver'?

For the latest 8.0.3 version, you were able to use the following APIs:

  • ADO.NET
  • ADO / OLE DB
  • Embedded SQL (C/C++)
  • JDBC
  • ODBC
Former Member
0 Kudos

Thanks Jeff.