Hello,

Is there a way to convert a VARCHAR(x) string to a LONG value from a DBProc ?

The problem is :

I have to store a programatically built string to a field used either to store a huge amount of formated text data (the content of a richedit field) other a simple sentence generated by the program. I can't use a "fake" table to store pre-defined sentences using LONG datas as I have to concatenate some parts of them and to replace other parts of them by datas stored anywhere in the database.

eg : 'Message sent about $ by $ at $'

If someone has a better idea on how I could do this...


Regards, Xavier

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to