how do i connect access 2007 to vb6
tikpat 0 Newbie Poster
Recommended Answers
Jump to PostHere you can use this connection..
Public cn as New ADODB.Connection Public Sub Con(DBPath as String, optional DBPass as string) cn.Open "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & DBPath & ";Jet OLEDB:Database Password=" & DBPass & ";" end Sub
Jump to PostNo Problem..
You can mark this thread now as SOLVE.. Thanks..
All 6 Replies
vb5prgrmr 143 Posting Virtuoso
jhai_salvador 48 Junior Poster
tikpat 0 Newbie Poster
jhai_salvador 48 Junior Poster
jeano 0 Newbie Poster
jhai_salvador 48 Junior 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.