Hi all
I have a complete application built, now for deployment methods you save the db in the applications bin/debug folder correct ?
in code ive created a connection
dim sqlCon as sqlconnectionst ring
sqlcon = new sqlconnectionst ring("datasourc e=[PCname]/SQLEXPRESS .....")
now i want to deploy the application and read/write to the db without SQLEXPRESS or SQL MANAGER.
so that the application is independant from and SQL MANAGER and i can install it on any machine and use it ???
I have a complete application built, now for deployment methods you save the db in the applications bin/debug folder correct ?
in code ive created a connection
dim sqlCon as sqlconnectionst ring
sqlcon = new sqlconnectionst ring("datasourc e=[PCname]/SQLEXPRESS .....")
now i want to deploy the application and read/write to the db without SQLEXPRESS or SQL MANAGER.
so that the application is independant from and SQL MANAGER and i can install it on any machine and use it ???
Comment