Link to home
Start Free TrialLog in
Avatar of delphimate
delphimateFlag for Australia

asked on

data row in Access using VB.net

Hi,

I'm new to unbound controls in VB.net and MS access
I'm trying to  Dimension  a variable named  drCustomer .This variable will store a row from an MS Access data base.

Here's how I've writtern it :
Dim drCustomer As dsCustomer.CustomerRow

dsCustomer is a data set I created

It comes up with a squiggley line under     dsCustomer.CustomerRow

After i type in the 'As'  i expect it to display a dropdown box where I can select the dataset I created 'dsCustomer' but it doesn't
which means that I haven't got use of the CustomerRow class

Is there something I need to set up first......

I have added    'Imports System.Data.oleDb'   but didn't make a difference.

Thanks
Bruce


ASKER CERTIFIED SOLUTION
Avatar of infolurk
infolurk

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of infolurk
infolurk

Sounds good, thanks.