How to use SQL database in other PC Without install SQL Server?
-
I have a VB code that linked with SQL Database by LINQ.I want use this program in other computer and I don't want install SQL server in that PC. Is this possible?
Undergraduate Student of Industrial Engineering Department, Sharif University of Technology
-
I have a VB code that linked with SQL Database by LINQ.I want use this program in other computer and I don't want install SQL server in that PC. Is this possible?
Undergraduate Student of Industrial Engineering Department, Sharif University of Technology
In your VB code you should already have a connection to the database! That connection will work on the other computer as long as it is networked to the server.
Never underestimate the power of human stupidity RAH
-
In your VB code you should already have a connection to the database! That connection will work on the other computer as long as it is networked to the server.
Never underestimate the power of human stupidity RAH
Thanks I understand but I think you did not answer my question that I had asked.
-
Thanks I understand but I think you did not answer my question that I had asked.
:sigh: Alright lets try a little hand holding! Does you VB app extract data from sql server - yes Is there a connection to the database - yes Is the "other PC" on the same network as the server - you need to answer this question If the answer is yes then all you need to do is deploy your application to the "other PC" I STRONGLY suggest you do a LOT of reading on developing and deploying applications, your question indicates you have too little knowledge to complete this task.
Never underestimate the power of human stupidity RAH