Compile Error : Method or data member not found
I'm using vb6 and my database is access.
Here's my code that i'm using
Expand|Select|Wrap|Line Numbers
- Private Sub Form_Load()
- BSE1.InitSubClassing
- con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Invdata.mdb;Persist Security Info=False"
- End Sub
Appreciate if you could help me.
Thanks,
Mark