Re: VB.NET COM Object error
Yes it should matter.... Are you using ADODB in .NET? You know you really shouldn't.
There's a couple of ADO.NET tutorials in my sig you might want to look at. You realy do lose a lot by staying with the older COM versions.
-tg
Re: VB.NET COM Object error
Thanks for your quick response. The reason I'm using ADODB in .NET is because I did not find any other code to create the table in an access database. I did not know ADO.NET could do that. Where can I get that tutorial.
mmars