Answered by:
Help ME!!!!!!!!!!!!!!

Question
-
is there any method or function or anything else to connect database without installing sql server in vb.net (Client side)!!!!!!!
- Edited by Khan007a Thursday, October 6, 2011 8:12 PM
Thursday, October 6, 2011 8:00 PM
Answers
-
You can use Sql Server CE which does not require any installation. It is an embedded database. Check here: http://blogs.msdn.com/b/sqlservercompact/
Tuesday, October 11, 2011 8:05 PM -
Khan,
Like I told you don't need anything to connect to an SQL server database (that is for Microsoft database servers, for instance for Oracle Servers you need to install client software, although my information around that is not very actual).
For our website we use for the code an SQL database.
http://www.vb-tips.com/default.aspx
The Website is probably somewhere in Florida, while the SQL server is somewhere else in the usa, I don't never know where because Ken manages that.
I do updates for the database of this website using Linq to ET from my client at home in the EU (Europe).
I've nothing special installed beside the .Net which holds the Ado.Net classes to do that.
Success
Cor- Edited by Cor Ligthert Tuesday, October 11, 2011 10:01 PM
- Proposed as answer by Mike Feng Wednesday, October 12, 2011 3:15 AM
- Marked as answer by Mike Feng Friday, October 21, 2011 5:49 AM
Tuesday, October 11, 2011 9:59 PM -
So you have to develop it with the file DB, like Access, SQL CE or SQLite etc. All these DB just has one file without any server we need to install.
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Wednesday, October 12, 2011 3:02 AM
All replies
-
That is the normal way, you have to know on what location it is located, if that is inside a by a Microsoft Server located Lan by using the Server and instance name and if that is outside that by using its IP name with Server Security.
Success
CorThursday, October 6, 2011 8:03 PM -
is there any method or function or anything else to connect database without installing sql server in vb.net (Client side)!!!!!!!Thursday, October 6, 2011 8:12 PM
-
You don't need to install sql server on the client to do this. In fact, virtually nobody ever will, outside of development processes.Thursday, October 6, 2011 8:46 PM
-
-
Hi,
Explain your query with an example?
Regards,
A.Murugan
If it solved your problem,Please click "Mark As Answer" on that post and "Mark as Helpful". Happy Programming!Monday, October 10, 2011 7:36 AM -
You can use Sql Server CE which does not require any installation. It is an embedded database. Check here: http://blogs.msdn.com/b/sqlservercompact/
Tuesday, October 11, 2011 8:05 PM -
Khan,
Like I told you don't need anything to connect to an SQL server database (that is for Microsoft database servers, for instance for Oracle Servers you need to install client software, although my information around that is not very actual).
For our website we use for the code an SQL database.
http://www.vb-tips.com/default.aspx
The Website is probably somewhere in Florida, while the SQL server is somewhere else in the usa, I don't never know where because Ken manages that.
I do updates for the database of this website using Linq to ET from my client at home in the EU (Europe).
I've nothing special installed beside the .Net which holds the Ado.Net classes to do that.
Success
Cor- Edited by Cor Ligthert Tuesday, October 11, 2011 10:01 PM
- Proposed as answer by Mike Feng Wednesday, October 12, 2011 3:15 AM
- Marked as answer by Mike Feng Friday, October 21, 2011 5:49 AM
Tuesday, October 11, 2011 9:59 PM -
So you have to develop it with the file DB, like Access, SQL CE or SQLite etc. All these DB just has one file without any server we need to install.
Bob Bao [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Wednesday, October 12, 2011 3:02 AM