Programmatically creating a SQL Server Express 2005 database?

J

johnb41

Can anyone help me? I need to create a SQL Server Express 2005 database
programmatically in my app. I have searched the web and I found
nothing. Can anyone help?

Are there classes in the new framework 2.0 that makes this easier?

Thanks for all your help!

John
 
C

Chris

johnb41 said:
Can anyone help me? I need to create a SQL Server Express 2005 database
programmatically in my app. I have searched the web and I found
nothing. Can anyone help?

Are there classes in the new framework 2.0 that makes this easier?

Thanks for all your help!

John

You do this through ADO still. There are many sites that talk about
this question:

http://www.google.com/search?hs=hxO...al_s&q=create+sql+database+vb.net&btnG=Search

Looks like a complete example:
http://www.vbdotnetheaven.com/Code/Jul2003/2130.asp

Good luck
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top