Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime Errors

Status
Not open for further replies.

gazza11

Technical User
Jan 12, 2003
46
AU
I developed a VB6 application on a windows 98SE workstation using DAO 3.6 connecting to Access database. Worked fine on the workstation during development. I then created a package and installed on a clean build windows 2000 workstation. Again worked fine (except I did receive a message during installation stating that the DAO on the windows 2000 machine was newer - I elected to keep the windows 200 file).

I then installed on another windows 2000 machine and am now getting occassional errors. Error 3315 - zero length string, which should not be and 6137 which crashes everything.

Has anyone got any ideas on how I should sort this out.
 
These sorts of of problems can be difficult to sort out. Do you know if the problem happens in the same place every time? I'm guessing that the error is intermittent. You could try puttin gsome error trapping into your code - stuff like On Error GoTo ErrorSituation and have a msgbox or something that will tell you which function you're in when the error situation is triggered.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top