|
-
Jan 8th, 2003, 06:50 PM
#1
Thread Starter
New Member
is there any way to create a ms access database using vb.net and ado.net.
is there any way to create a ms access database using vb.net and ado.net. I know that i can reference the ado com controls but I don't want to do that if I don't have to
-
Jan 9th, 2003, 02:20 AM
#2
Registered User
I cant see a way to create an Access database outside its object library, ie not without ADO, but I've might overlooked something.
-
Jan 9th, 2003, 12:35 PM
#3
Sleep mode
Re: is there any way to create a ms access database using vb.net and ado.net.
Originally posted by vbdotdeveloper
is there any way to create a ms access database using vb.net and ado.net. I know that i can reference the ado com controls but I don't want to do that if I don't have to
Well , try this :
http://www.vbforums.com/showthread.p...t=new+database
-
Jan 9th, 2003, 02:55 PM
#4
-
Jan 9th, 2003, 03:16 PM
#5
Sleep mode
It must be :
Imports System.Data
the code is not using any other reference but I am not quite sure of that (sounds like so)
-
Jan 9th, 2003, 03:19 PM
#6
It looks like there is no .NET way to do so you just have to use a reference to ADO and ADOX and use ADOX to make the database the same as in VB6.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|