Quote
an unhandled expression of type 'System.Data.OleDb.OleDbException' occurred in system.data.dll
here is the code i'm using to input the password and username from a text box
conn = ("Provider=MICROSOFT.JET.OLEDB.4.0; Data Source= ***path***/data.mdb; User ID='" & txt1.text & "';Password='" & txt2.text & "'")
By the way the database is password protected by access.

New Topic/Question
Reply




MultiQuote






|