Hello,
I am still having problems with the string in VB.
When I try to concatenate the sql command that will be send
through ADO, if one of the string variables I am concatenationg using the "&" operator is large (1024),
it does not work,i.e. it seems as though VB stopped concatenating at a certain point. No error messages are reported, except from the Database side since the sql string that got send was incorrect.
Thanks
I am still having problems with the string in VB.
When I try to concatenate the sql command that will be send
through ADO, if one of the string variables I am concatenationg using the "&" operator is large (1024),
it does not work,i.e. it seems as though VB stopped concatenating at a certain point. No error messages are reported, except from the Database side since the sql string that got send was incorrect.
Thanks