Convert sql database to dll or exe
-
hii Friends I m new to vb.net. I have developed a small package by which we can enter customers information and search or find for customers. I have used sql as database. connectivity is done and working very finely. I wanted to know how to create dll or exe of my database while i deploy my application. I know custom action has to be used but i dont know the procedure in which we have to write a code to create database as i install it in client computer. Plez let me know the procedure. Thanks Bye
Nikhil Bandekar Mumbai, India
-
hii Friends I m new to vb.net. I have developed a small package by which we can enter customers information and search or find for customers. I have used sql as database. connectivity is done and working very finely. I wanted to know how to create dll or exe of my database while i deploy my application. I know custom action has to be used but i dont know the procedure in which we have to write a code to create database as i install it in client computer. Plez let me know the procedure. Thanks Bye
Nikhil Bandekar Mumbai, India
Personally, I just include an empty version of my database to be installed along with the .exe. You can do this in the File System Editor of a setup/deployment project in .net. Here is an MSDN article that covers the basics.[^] And I know I've read a few other articles here at codeproject that have been very helpful...but I don't have them saved so you'll have to do some searching. Hope this helps.