The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
String Length Limit
Posted: 30 Oct 07 5:03 PM
|
Is there a limit to the length of a string in VB? I'm trying to open a recordset with a very long sql string and I suspect that it is getting truncated. Does anyone know the max length of a string in VB?
Thanks, Ian |
|
|
| |
|
Re: String Length Limit
Posted: 31 Oct 07 11:26 AM
|
Hi ya Ian!
Are you running this through the SLX provider or straight in? Have you run a trace to verify truncation?
c |
|
|
|
Re: String Length Limit
Posted: 01 Nov 07 12:08 PM
|
Double check the database field length. Maybe the input is being truncated to accommodate the table field length.
John G. |
|
|
|