Message 1 of 1
OT: VB Express DataBinding
Not applicable
08-04-2006
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sorry for the off-topic post, but was hoping someone who's been through what
I'm doing (from a similar perspective) may be able to help a bit. I'm new
to VB Express and having an awful time with accessing data. I've never used
data binding with VB, but would like to try it out now, since VB Express
completely changed array handling.
I'm rewriting a custom app that for the most part simply organizes lists of
data. In the VB (old) version, I read the data to arrays with GetRows,
which I can't seem to get Express to do. I'm tring to do it with
databinding in Express, which seems easy except that I can't figure out how
to do a simple SELECT DISTINCT query to appear as a datasource.
If anyone's been through this 'adjustment' and knows of any good resources,
I would appreciate it. All of the resources I've found spend way too much
time covering subjects I have no interest in. I just want to display my
data.
TIA
I'm doing (from a similar perspective) may be able to help a bit. I'm new
to VB Express and having an awful time with accessing data. I've never used
data binding with VB, but would like to try it out now, since VB Express
completely changed array handling.
I'm rewriting a custom app that for the most part simply organizes lists of
data. In the VB (old) version, I read the data to arrays with GetRows,
which I can't seem to get Express to do. I'm tring to do it with
databinding in Express, which seems easy except that I can't figure out how
to do a simple SELECT DISTINCT query to appear as a datasource.
If anyone's been through this 'adjustment' and knows of any good resources,
I would appreciate it. All of the resources I've found spend way too much
time covering subjects I have no interest in. I just want to display my
data.
TIA