IssacMathews
Programmer
Hi Friends ,
Please help me on the following issue I am facing .
I am trying to insert / Update a longvarchar type data to pervasive database from Visual basic using OLEDB. But some how only longvarchar type data is not inserting/Updating .
My SQL looks like following , where Memo is Longvarchar type.
Update SUPP_WB_TEXT
SET
MEMO = 'More than 64 chars’,
MEMO_KEY = 'More than 64 chars'
Where
SUPP_NO = 'GST' and FIELD_NAME = 'Comment'
please give me your valuable advice in this matter.
Thanks in advance!!! and Best Regards
Issac mathews
Programmer
Please help me on the following issue I am facing .
I am trying to insert / Update a longvarchar type data to pervasive database from Visual basic using OLEDB. But some how only longvarchar type data is not inserting/Updating .
My SQL looks like following , where Memo is Longvarchar type.
Update SUPP_WB_TEXT
SET
MEMO = 'More than 64 chars’,
MEMO_KEY = 'More than 64 chars'
Where
SUPP_NO = 'GST' and FIELD_NAME = 'Comment'
please give me your valuable advice in this matter.
Thanks in advance!!! and Best Regards
Issac mathews
Programmer