D
Dino M. Buljubasic
Hi,
I need to create an application that would connect to an SQL Server and
create a database with all tables and relations needed.
I have never done something like this before, I know that an easy way to do
the same is to create a text file with all "CREATE" statements and run it on
the server. However, I have to do it programatically from a VB.net
application.
I need some help on that. Is this a good way to do it? How to do it? etc
Any help will be appreciated
Dino
I need to create an application that would connect to an SQL Server and
create a database with all tables and relations needed.
I have never done something like this before, I know that an easy way to do
the same is to create a text file with all "CREATE" statements and run it on
the server. However, I have to do it programatically from a VB.net
application.
I need some help on that. Is this a good way to do it? How to do it? etc
Any help will be appreciated
Dino