My first post! :afrog:
Printable View
My first post! :afrog:
ADO is definetly better than DAO. and if u are using SQL Server go ahead with ADO. But orthodox progamers like to use DAO because of the similarity in coding syntax.
for more details u can visit msdn website
regards,
prakash
PS: Welcome to VB Forum. Its nice to hang around in VB Forum.
I'd go with ADO. All of the other data connections are being phased out. even straight ADO is being phased out and being replaced with ADO.net. ADO also works awesome with SQL Server and will still be useable in vs.net. I might be wrong (anyone correct me if I am, Please!!!) but You will still be able to use the old ADO objects with vs.net if you need to migrate to the new dev enviroment.