UrbaneSpaceman
Member
- Joined
- Mar 3, 2005
- Messages
- 9
- Programming Experience
- 10+
Hi
Another basic question I suspect but here goes...
I'm trying to read in records from an Access file and use one of the field values to populate records in a listbox.
I have a few issues with this :
1. I've managed to access the file using odbc and can dump all the data out to an xml file so I know it's opening OK but is this the best way? Should I really be using ole access.
2. Once I've accessed the database what is the best method of getting at the data?
3. How do I get the data into a regular text array? This seems to be the real pain!
Any help gratefully received.
Cheers
Mike
Another basic question I suspect but here goes...
I'm trying to read in records from an Access file and use one of the field values to populate records in a listbox.
I have a few issues with this :
1. I've managed to access the file using odbc and can dump all the data out to an xml file so I know it's opening OK but is this the best way? Should I really be using ole access.
2. Once I've accessed the database what is the best method of getting at the data?
3. How do I get the data into a regular text array? This seems to be the real pain!
Any help gratefully received.
Cheers
Mike