Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Well I had used SQL Server 2008 database before and their query used to connect in with VB.net

But this time I would like to use local database instead of using SQL Server.

Tried to execute codes but they seems to not working.

Software i used - Visual Studio 2013

Any luck for me ?

What I have tried:

I have created local database using VB.

Created table using VB

connectionString = "SERVER=(localdb)\v11.00;Attached DB File=D:\Database1.mdf;Trusted Connection=True"
Posted
Updated 4-Mar-18 10:26am
v2
Comments
Richard MacCutchan 3-Mar-18 4:57am    
"Any luck for me ?"
Try asking Baba the astrologer.

1 solution

 
Share this answer
 
Comments
Babai JermenKeller Sasmal 4-Mar-18 17:27pm    
Is it gonna work with local database?

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