DAO

  • Thread starter Thread starter Axel Lanser
  • Start date Start date
A

Axel Lanser

Hi,
can I connect to the SQL-Server directly (without an ODBC
Datasource)?

Can I do it with the DAO-classes of the C++ environment?

How can I define the the database conection in the
Open method of the CDAODatabase ?

Do you give a short sample of a conect string ?

Best regards

Axel Lanser
 
DAO has been a non-supported DB connection technology for over 5 years.
ADO (ActiveX Database Objects) replaced DAO.
ADO.NET replaces ADO.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top