PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Re: Where did ADOX go? [X-posted]

Reply

Re: Where did ADOX go? [X-posted]

 
Thread Tools Rate Thread
Old 29-06-2003, 05:15 AM   #1
Bob Bedell
Guest
 
Posts: n/a
Default Re: Where did ADOX go? [X-posted]



>-----Original Message-----
>You still have to use ADOX through COM Interop.
>
>"Bob Bedell" <bobbedell15@msn.com> wrote in message
>news:12da01c33d3d$d38bf4d0$a301280a@phx.gbl...
>> Is there an ADO.NET replacement for ADOX. For example,
>> used to be able create a new Jet database with:
>>
>> Sub ADOCreateDatabase()
>> Dim cat As New ADOX.Catalog
>> cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;" & _
>> "Data Source=C:\TestADOX.mdb;"
>> End Sub
>>
>> How does ADO.NET do that?
>>
>> Thanks,
>>
>> Bob
>>

>
>
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off