PDA

Click to See Complete Forum and Search --> : Quickie: Can I access MS SQL server through DAO?


Paylo
Jul 27th, 2000, 05:30 AM
Hi!
I just wanted to ask is it possible to access MS SQL server through DAO (ie VB5). I know it can access ODBC but they never talk about how to access MS SQL. Also, can it be done through a data control? I know it's kind of limiting, but it's part of my program's architecture already.

Francis.

JHausmann
Jul 27th, 2000, 11:10 AM
Yes to both your questions. Just create an Access database that contains attached tables to SQL Server...


BTW, there is no reason you cannot use ADO and DAO in the same program...

Paylo
Jul 27th, 2000, 08:38 PM
There is... if you are using VB5 :(
ADO I believe came out with Office 2000 and VB6?

ANyhow I'll try what you said today. thanx.

Francis.

JHausmann
Jul 27th, 2000, 11:25 PM
ADO was first made available in VB5. Just don't ask if it was usable...