Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems Updating A MEMO Field
Message
From
27/02/2003 19:42:30
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Problems Updating A MEMO Field
Miscellaneous
Thread ID:
00759190
Message ID:
00759190
Views:
53
Hi All,

I wrote in a few days ago about Updating a MEMO Field in my VFP 7 DB with my ASP script.

Here Is The Error I am getting
Microsoft OLE DB Provider for Visual FoxPro (0x80040E14)
Command contains unrecognized phrase/keyword.
I have narrow down the problem to I Can not have more than 254 Charaters going into the database even though the field is a memo field.

Here is my SQL String
UPDATE Faqs SET FaqQuestion = '" & Request.Form("FaqQuestion") & "', FaqAnswer = '" & Request.Form("FaqAnswer") & "' WHERE FaqID = " & Request.Form("FaqID") & "
Does any one know why Fox Pro is doing this?

Any help is greatly appreciated.

Kind Regards,
Tarran Walker
Next
Reply
Map
View

Click here to load this message in the networking platform