I am facing VB run time 6 overflow. When the time I fetch the result from database and put inside variable, I got this error, overflow.
I understood I can change to dim a as long
, and this problems will be solve.
but is it every variable I need to declare as long, so I wouldn t face this problem?
This problems doesn t exist until my database row id is larger than 30,000++.
我能否防止这一问题?