can someone help me to identify what is wrong with my code? i recheck and recode it many times as possible but still cant figure out the one error. it doesnt run.
babyluxe03 0 Newbie Poster
Recommended Answers
Jump to Posttry this
Dim Connection As New OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;" & "Data Source='" & "your path" & "';" & "Persist Security Info=False;" & "Jet OLEDB:Database Password=" & "your pass" & ";") Connection.Open()
Jump to PostThe driver name has a space in the name that should not be there. Remove the space after
*.accdb
.Change driver from:
Driver={Microsoft Access Driver (*.mdb, *.accdb )};
To:
Driver={Microsoft Access Driver (*.mdb, *.accdb)};
All 7 Replies
babyluxe03 0 Newbie Poster
oussama_1 39 Posting Whiz in Training
babyluxe03 0 Newbie Poster
oussama_1 39 Posting Whiz in Training
cgeier 187 Junior Poster
uDevv 0 Newbie Poster
babyluxe03 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.