Click here to Skip to main content
16,017,231 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to know if that is possible. I want to connect a database that is located on a centralized server. How can i use a windows form VB NET application to access it? How can I maintain a single user entry? (e.x== used of INSERT command)? Is the above possible? And if yes, how?
Posted
Updated 28-Nov-10 3:58am
v2
Comments
JF2015 28-Nov-10 9:59am    
Edited to improve readability, grammar and spelling.
Maciej Los 28-Nov-10 14:09pm    
Use google! There are tousends of examples.
Sunasara Imdadhusen 29-Nov-10 0:09am    
Not clear!!

1 solution

http://connectionstrings.com/ - to connect to a database.

A Basic VB.NET ADO.NET Tutorial: Adding, Deleting, and Updating -
http://www.codeguru.com/vb/gen/vb_database/adonet/article.php/c15033/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900