Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~265 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Giffordw

I've inherited a project which pulls data from 2 DB (*.mdb), one is access 97 and one is access 2002. DAO 3.6 is referenced. We use OpenDatabase and OpenRecordset instructions. When running, we get "Unrecognized data format" error or error code 3343 when attempting to refresh any table in the …

Member Avatar for Giffordw
0
64
Member Avatar for Giffordw

Should I be able to use VB6 to read/write an Access 2002 db, where the executable is running on Win98 SE?? I've resolved the oleaut32.dll version issue and reference DAO 3.6 but still get "unrecognized database format" if I reference a 2002 db.

Member Avatar for abu taher
0
69
Member Avatar for Giffordw

I need to build a string and then interpret that string as the name of an element in a defined array. Concatination of the string is easy. strCard = R2_5 & "(17)" How then to put strCard into If(strCard = 1) Then ...?

0
66
Member Avatar for Giffordw

Any clues as to how to limit the number of records in a comma delimited file?? My program continuously writes records into a .csv file but the file very rapidly grows too large. I would like to trim off the oldest records before writing a new record. A code example …

0
66