Hi:
My VB.net aplication works with an SQL Server 2008 data base.
BUT; it will work ON A SINGLE PC where NO SQL Server is installed now.
I have three questions:
How to make it .exe?
Does SQL Server 2008 has to be installed in the user's PC?
How to attach the database in my project?
Can you help me to do this?
Thanks in advance.
.net_apprentice
Make .exe and attach SQL DataBase
Page 1 of 14 Replies - 184 Views - Last Post: 06 December 2012 - 02:40 PM
Replies To: Make .exe and attach SQL DataBase
#2
Re: Make .exe and attach SQL DataBase
Posted 10 November 2012 - 08:06 PM
Quote
How to make it .exe?
Unless your making a class library the exe should show up in the project's bin folder.
Quote
Does SQL Server 2008 has to be installed in the user's PC?
If you are trying to connect to MSSQL instance - yes... or have a sql server installed and alter the connection string to the sql server machine's information.
Quote
How to attach the database in my project?
You can do a file by right clicking your project -> add new -> local database.. or flip through the tutorials we have on database connections.
#3
Re: Make .exe and attach SQL DataBase
Posted 11 November 2012 - 06:38 AM
I am very sorry but I said make it .exe when I should have asked how to plublish the project containing the Data Base.
Is there a tutorial?
Thanks in advance
Is there a tutorial?
Thanks in advance
#4
Re: Make .exe and attach SQL DataBase
Posted 11 November 2012 - 12:17 PM
You cannot publish something that some how contains a full install of MSSQL Server 2008. A local DB file sure.. but not an entire install.
#5
Re: Make .exe and attach SQL DataBase
Posted 06 December 2012 - 02:40 PM
Thanks a lot for the help.
Thanks
Thanks
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote







|