Yes you can by pssing the SQL commands through the code. I think it is create database
2006-08-18 22:16:51
·
answer #1
·
answered by rickashe 4
·
0⤊
0⤋
Are you construction a web app or computer app? no matter if this is a web app no you do not you in ordinary words favor to make a connection to sq. Server more effective than probably through the internet server If a table correct app you extremely in ordinary words favor to reproduction the DB in case you'd be operating with the advice even as your at the on the spot are not linked to a similar community because the sq. Server Now when you're talking about modifying a Dataset it really is a diverse tale. .internet will protect shifting to and from sq. server once you're making the most suitable connections and sq. statements.
2016-11-30 19:38:25
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
Yes, using ADO.NET you can easily do this. However, for the purposes of n-tier programming you would more likely create stored procedures on the SQL server, and call those procedures from the VB.NET program.
2006-08-19 00:22:12
·
answer #3
·
answered by Just David 5
·
1⤊
0⤋
You can create a Database in vb .net by using the SQLDMO. You have to include the dll as a reference into your program.
Helmut
2006-08-18 23:07:09
·
answer #4
·
answered by hswes 2
·
0⤊
0⤋
i am pretty sure vb.net has some ways of executing SQL queries. then just find the syntax for creating new dbs for your db server (ie in mySql it is CREATE DATABASE mydb) and execute it
2006-08-18 22:18:07
·
answer #5
·
answered by Bruno 3
·
0⤊
0⤋
Hi ! If you want do anything with sql pogrammatically you should do them with sql-transact . for creating dbs in sql you should use this statment.
CREATE DATABASE yours_db_name
you can refer to here :
http://www.w3schools.com/sql/sql_create.asp
2006-08-18 22:57:24
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋