Home > Software engineering > VB6.0 by use use visual data manager ACCESS, display the ERROR 6, overflow
VB6.0 by use use visual data manager ACCESS, display the ERROR 6, overflow
Time:09-19
Hello everyone, I side with the ACCESS database, a table inside design added 96 fields, when added to the 97 field, double-click to open the table will display the ERROR: 6 overflow, please help me to find out what is going on, thank you
CodePudding user response:
All commented On the Error Resume Next statement, in VB6 IDE, The error and then click the debugging, the cursor will stop error in the statement, Or In doubt may have a logical error statements in advance to set breakpoints, run through the breakpoint interrupt,
At this point can be used in the immediate window ? The variable name Or ? The function name () function parameter Or Process (parameters) Auxiliary debugging,