help with creating a database in MSDE using console

hawkseye

Active member
Joined
Dec 4, 2004
Messages
28
Programming Experience
Beginner
hello
im trying to make a console application using vb .net in which i simply want to login to msde using the sa account and create the database using shell. But the problem is i dont know how to execute multiple statements using one single shell session. please can any one tell me how to do it or is there any other way. Actually what i want is to bundle this application with msde so that when i install MSDE my database is automatically created. i know how to bundle it but i dont know how to create database using shell
tongue.gif

please help
 
Back
Top