S
Seth Williams
I've got a strange problem - - I've got an input form (members), which has
standard data, name, address, phone, etc
I've changed the table now, so that the phone number accepts a varchar(25) -
I upped it since I was only accepting 10 digits, and forgot about dashes,
etc.....
then, I also have the same in the stored procedure
I have an XSD file, and a .vb file in which I'm calling the method from the
vb file - -
However, it always cuts off the last two characters of the phone number when
it inserts.
Ideas on why this might be happening (vs.net 2008)
standard data, name, address, phone, etc
I've changed the table now, so that the phone number accepts a varchar(25) -
I upped it since I was only accepting 10 digits, and forgot about dashes,
etc.....
then, I also have the same in the stored procedure
I have an XSD file, and a .vb file in which I'm calling the method from the
vb file - -
However, it always cuts off the last two characters of the phone number when
it inserts.
Ideas on why this might be happening (vs.net 2008)