472,119 Members | 1,688 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Compile Error : Method or data member not found

hI, would you like to help my problem, I'm a new programmer and I had encounter an error in my new program.

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
  1. Private Sub Form_Load()
  2.   BSE1.InitSubClassing
  3.   con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Invdata.mdb;Persist Security Info=False"
  4. End Sub
Attached is the screenshot of error using vb6.



Appreciate if you could help me.

Thanks,
Mark
Attached Images
File Type: jpg BSE1.jpg (22.4 KB, 721 views)
Dec 1 '14 #1
1 2131
Frinavale
9,735 Expert Mod 8TB
It would help if you posted the code for the declaration of the BSE1 variable.

-Frinny
Dec 1 '14 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

1 post views Thread by Tim::.. | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.