Connecting Tech Pros Worldwide Help | Site Map

want VBto create a database & tables requierd for the project automatically?

Newbie
 
Join Date: Oct 2009
Posts: 7
#1: Oct 14 '09
i am creating a VB.Net Project & want the project to be run on multiple systems without creating the database and the tables required for the project again & again.
i want to know the way to do so?
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,498
#2: Oct 15 '09

re: want VBto create a database & tables requierd for the project automatically?


why you need to create database repeatedly ?

You need to access the database in LAN.
Newbie
 
Join Date: Oct 2009
Posts: 7
#3: Oct 15 '09

re: want VBto create a database & tables requierd for the project automatically?


but what if there is no LAN 2 different system at 2 different places
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,498
#4: Oct 16 '09

re: want VBto create a database & tables requierd for the project automatically?


Then you have to install the database in all the systems that is running your application.
Newbie
 
Join Date: Oct 2009
Posts: 7
#5: 4 Weeks Ago

re: want VBto create a database & tables requierd for the project automatically?


that i why i want the system to create the DB automatically
if u know any method to do that then plz help...
Newbie
 
Join Date: Oct 2009
Posts: 7
#6: 4 Weeks Ago

re: want VBto create a database & tables requierd for the project automatically?


without the create command the DB n the tables should exist in the project
Reply