Can I use OLEDB directly through Visual Basic without going through ADO etc.?
Thanks
Printable View
Can I use OLEDB directly through Visual Basic without going through ADO etc.?
Thanks
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 ....