Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to use sql with DAO?
Message
From
11/09/2001 21:31:05
 
 
To
11/09/2001 18:42:48
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00555307
Message ID:
00555339
Views:
13
This message has been marked as the solution to the initial question of the thread.
>im using ADO to connect to a database, but i wanna know if i can use
>DAO with SQL< like:
>dim variable as sring
>variable = "China"
>data1.recordsource = "Select * from Providers where products like variable "
>
>Let me know if is better to use ADO than DAO, since i am using both, but i work better with ADO< talking about SQL Stuff!
>
>GRACIAS MIS AMIGOS DEL FORO DEL HILO UNIVERSAL!
>
>SALUDOS!

ADO is the MS-recommended way to access SQL Server (and almost any kind of) data. DAO is obsolete for most intents and purposes.

Also I don't even know if MS still supports it.

Heck, even ADO is going out! ADO.Net is the next thing. But ADO should be here for some time still, until everything Windows goes to .Net.

(and even then there will probably be something else newer..)
Previous
Reply
Map
View

Click here to load this message in the networking platform