Creating Access 97 database programatically

  • Thread starter Thread starter DotNetJunkies User
  • Start date Start date
D

DotNetJunkies User

HI ,

Can anyone tell me how can i create a .mdb(access 97) database using ado.net in vb.nety.
I dont want to use adox.
Can this be acheived in ado.net .

any help will be appreciated.

Cheers,
Jiten
 
By copying an empty database file ?

Patrice

DotNetJunkies User said:
HI ,

Can anyone tell me how can i create a .mdb(access 97) database using ado.net in vb.nety.
I dont want to use adox.
Can this be acheived in ado.net .

any help will be appreciated.

Cheers,
Jiten
engine supports Post Alerts, Ratings, and Searching.
 
Hi,

See this article:
HOW TO: Create an Access Database Using ADOX and Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;317881&Product=vcSnet

It is in C# and reaaally simple thus you shouldn't have problems translating
it into vb.net.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

DotNetJunkies User said:
HI ,

Can anyone tell me how can i create a .mdb(access 97) database using ado.net in vb.nety.
I dont want to use adox.
Can this be acheived in ado.net .

any help will be appreciated.

Cheers,
Jiten
engine supports Post Alerts, Ratings, and Searching.
 
For some reason, he don't want to use ADOX.

Patrice

Miha Markic said:
Hi,

See this article:
HOW TO: Create an Access Database Using ADOX and Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;317881&Product=vcSnet

It is in C# and reaaally simple thus you shouldn't have problems translating
it into vb.net.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

DotNetJunkies User said:
HI ,

Can anyone tell me how can i create a .mdb(access 97) database using ado.net in vb.nety.
I dont want to use adox.
Can this be acheived in ado.net .

any help will be appreciated.

Cheers,
Jiten
engine supports Post Alerts, Ratings, and Searching.
 
Yes, you are right. :-)
However, I don't see the reason why not...

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Patrice said:
For some reason, he don't want to use ADOX.

Patrice

Miha Markic said:
Hi,

See this article:
HOW TO: Create an Access Database Using ADOX and Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;317881&Product=vcSnet
It is in C# and reaaally simple thus you shouldn't have problems translating
it into vb.net.

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

DotNetJunkies User said:
HI ,

Can anyone tell me how can i create a .mdb(access 97) database using ado.net in vb.nety.
I dont want to use adox.
Can this be acheived in ado.net .

any help will be appreciated.

Cheers,
Jiten
engine supports Post Alerts, Ratings, and Searching.
 
Back
Top