|
-
Jul 3rd, 2000, 05:55 AM
#1
Thread Starter
New Member
Hi!
I'm having problems displaying my database.
First I set up my DB with
Set objSource = New clsEyeDB
Then, when I try to set the datasource for my DBGrid with
Set dbData.DataSource = objSource
I end up with an error:
"Run-time error 403:
Class does not support automation or does
not support expected interface"
Also, how do I select which items to display from the
recordset at runtime depending on the users actions, say
"Show all events of type 2 and 4"?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|