PDA

Click to See Complete Forum and Search --> : error 3426 in VB 5.0


e-selmer
May 17th, 2000, 07:47 PM
I am developing a program to handle a database, but sometimes when I try and make a new entry into the database I get run-time error 3426. It seems only to happen when I fill the text boxes full of information. If I do not fill the boxes I get no error. I tried setting a max value, but I have continued to get the error. What is going on?

Mongo
May 17th, 2000, 10:49 PM
This MSDN article may help:

http://support.microsoft.com/support/kb/articles/q189/6/78.asp

e-selmer
May 17th, 2000, 10:58 PM
I read the article but it was in reference to a dbcombo box. I am receiving this error using text boxes. It seems that I get the error when too much information is entered into the form and then tries to update. Thanks for the tip, though.

Mongo
May 17th, 2000, 11:42 PM
I know you're using VB5, but the only other potentially useful reference for error code 3426 and textboxes is for VB4.

It's another shot in the dark, but maybe it'll give you a idea to work from.

http://support.microsoft.com/support/kb/articles/Q140/3/09.asp

e-selmer
May 18th, 2000, 09:44 PM
Thanks for the help. It is up and running smoothly.