|
 |
ado_dotnet thread: VS: What version of ADO/MDAC do I need?
Message #1 by "Teemu Keiski" <wroxhelp@m...> on Fri, 24 May 2002 17:00:24 +0300
|
|
I think that if you use ADO 2.6 or older, you have to import the classes
via COM (Someone correct if I'm wrong). Then, of course, they are not
under System.Data.OleDb namespace.
Teemu Keiski
-----Alkuper=E4inen viesti-----
L=E4hett=E4j=E4: Jon Ege Ronnenberg [mailto:007-is-his-iq@o...]
L=E4hetetty: 24. toukokuuta 2002 14:42
Vastaanottaja: ADO.NET
Aihe: [ado_dotnet] What version of ADO/MDAC do I need?
Does ASP.NET only support DB access if you got ADO 2.6 or 2.7? I've got
ADO/MDAC 2.5 but I can't seem to connect to my Access 97 DB.
OleDbConnection("Provider=3D'[the Access thingy]; Data
Source=3D'C:\Datastores\[myDB].mdb';")
Message #2 by "Jon Ege Ronnenberg" <007-is-his-iq@o...> on Fri, 24 May 2002 16:35:01
|
|
What namespace would they be under then?
And how do I import classes via COM?
Maybe I should just download ADO 2.7 and spare us all from this problem.
But just out of curiosity please answer the questions above.
Thanks Teemu.
> I think that if you use ADO 2.6 or older, you have to import the classes
via COM (Someone correct if I'm wrong). Then, of course, they are not
under System.Data.OleDb namespace.
|
|
 |