Programmatically creating a SQL Server Express 2005 database?

  • Thread starter Thread starter johnb41
  • Start date Start date
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
 
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
 
Back
Top