Click to See Complete Forum and Search --> : OLEDB


Geetika Malik
August 21st, 2001, 03:48 AM
Can I use OLEDB directly through Visual Basic without going through ADO etc.?

Thanks

Tamer Omari
August 21st, 2001, 04:07 AM
i dont think so, eventhough OLEDB is build upon COM, it doesnt support dispatch interface,
hence visualbasic cannot access it...
still you can use ADO which utilize OLEDB and supports dispatch interface ....