Forum: Visual Basic 4 / 5 / 6 Apr 28th, 2009 |
| Replies: 2 Views: 331 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... |
Forum: Visual Basic 4 / 5 / 6 May 21st, 2008 |
| Replies: 0 Views: 575 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 ... |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2007 |
| Replies: 0 Views: 1,582 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... |