I'm using Visual FoxPro to read/write to a Notes database via the NotesSQL ODBC driver. Works great for the most part. But when I try to pass a string literal over 254 bytes long I get an error: "[Lotus][ODBC Lotus Notes]String literal limit is 254 bytes."
Lotus Developer Domain forum says: "the max limit of a string literal (the characters between the open and close quotes) when used in a sql statement cannot exceed 254 characters. If you need more characters, then you must use bound parameters instead of a string literal."
What are bound parameters? How do you use them?
TIA,
Trey
Lotus Developer Domain forum says: "the max limit of a string literal (the characters between the open and close quotes) when used in a sql statement cannot exceed 254 characters. If you need more characters, then you must use bound parameters instead of a string literal."
What are bound parameters? How do you use them?
TIA,
Trey