Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

Can you tell how can i create lan based application using vb.net and sql server.
Update in comments:How can i use .ini file to connect the database in vb.net application
Rgds,
Indranil
Posted
Updated 15-Jan-13 2:47am
v2

 
Share this answer
 
Comments
hspl 15-Jan-13 8:41am    
Sir,
I want to create lan appliaction in vb.net with sql server database.
How can i use .ini file to connect the database in vb.net application.
Abhishek Pant 15-Jan-13 8:52am    
http://www.sourcecodester.com/blog/connect-system-database-with-ini-file.html
Dim connectionstring As String = "Driver=MySQL ODBC 3.51 Driver;Server=192.168.1.12;port=3306;uid=root;pwd=admin;Database=dbname;"
Dim conn As New OdbcConnection(connectionstring)

that's should do all the tricks
 
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