tlbroadbent MIS Mar 16, 2001 9,982 US As ANSI SQL doesn't provide message boxes, you should ask your question in a forum related to your client software, such as a VB, Delphi, ASP or Access forum. Terry L. Broadbent Programming and Computing Resources http://tlbroadbent.home.attbi.c...
All of the string manipulation functions know this of course.In C/C++ the length is not stored instead the string is terminated with a null character 0x0000, at any point in the array so that the length of the 'string' will not be the same as the length of the array. Most of the ...