| Home | How To | Online Documentation | Support | Download | Order |
|
|
operator const SAChar*( ) const; Return ValueA character pointer to the string’s data. RemarksThis useful casting operator provides an efficient method to access the null-terminated C string contained in a SAString object. No characters are copied; only a pointer is returned. Be careful with this operator. If you change a SAString object after you have obtained the character pointer, you may cause a reallocation of memory that invalidates the pointer. Server specific notesNo specific information. Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||