Returns the length, in characters, of the command buffer.
SqlStrLen% ( sqlconn% )
where
The length, in characters, of the command buffer.
Internally, the command buffer is a linked list of text strings. Parts of the command buffer can be located and copied using SqlStrLen% and SqlStrCpy%.
SqlCmd%, SqlFreeBuf, SqlStrCpy%