|
|
VARCHAR(size)
In earlier versions of Mimer SQL a
VARCHARstructure was documented, which was used in the C language for handling variable-length character strings.This
VARCHARstructure was defined as:#define VARCHAR(x) struct { short len; char text[x]; }where the character string is stored in
text, and the length of the text is stored inlen.
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|