Question : creating an install routine for custom printers and SQL Database

hey all i am working with asp.net and currently using 8 custom printers that i create

now my question is how do i create a setup routine to install 8 printers into someones system

also how do I create an sql database,ive done it using a simple manager but is it possible to be done on an install routine

so window 1 installls 8 printers
window 2 installs a database X

Answer : creating an install routine for custom printers and SQL Database

Insert a line of code that also assigns the entire connection string (including the server name as literal text) to a new variable.  Insert a breakpoint and compare the value of the Connection variable with the value of the new variable.  Are their values exactly the same?
Random Solutions  
 
programming4us programming4us