Jörg Arand wrote:
> You must close the round brackets! 
> And if the 200th or the 201st Char is a blank, you will loose it.
Thanks Jörg for your reply.

It is a typo in my email. The round bracket exists in the actual code.

INSERT INTO MYFILE (cMemo) VALUES ("....there are 300 characters here....")

*The above statement will fail

lcMemo="....there are 100 characters here...."
lcMemo=lcMemo + "....there are another 100 characters here..."
lcMemo=lcMemo + "....there are still another 100 characters here..."
INSERT INTO MYFILE (cMemo) VALUES (lcMemo)

*The above works.

The more I think and write about it, the more I feel that the problem 
cannot be solved because of the 255 literal limit.

Sincerely,

_Ajit Abraham


__________________________________________________
D O T E A S Y - "Join the web hosting revolution!"
             http://www.doteasy.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to