Hi all.
I have a complete application now.
I want to save my sql database in my project bin/debug folder so that it can read directly from there.
I just cant seem to get the connectionstrin g correct.
i know its something like
[CODE=sql]
MyConnection = New OleDbConnection ("Provider=Micr osoft.Jet.OLEDB .4.0; Data Source = " + Application.Sta rtupPath + "\MyDataBase.md b")
[/CODE]
but that is for an Access Database.
i have a sql database.
Can anyone help
I have a complete application now.
I want to save my sql database in my project bin/debug folder so that it can read directly from there.
I just cant seem to get the connectionstrin g correct.
i know its something like
[CODE=sql]
MyConnection = New OleDbConnection ("Provider=Micr osoft.Jet.OLEDB .4.0; Data Source = " + Application.Sta rtupPath + "\MyDataBase.md b")
[/CODE]
but that is for an Access Database.
i have a sql database.
Can anyone help
Comment