We are developing a web application using FoxPro as the backend. We have recently come across a problem, previously undiscovered by us. It seems that when you are using SQL statements to update a memo field in a table, you are not allowed to update it with more than 255 characters. This goes for both "Update" and "Insert" SQL statements. We have tried the same queries from the command line within Foxpro with the same result. The following error message is returned when trying to go over the 255 character limit:
"Command Contains unrecognized phrase/keyword"
We are using Visual FoxPro 6.0 to create the tables.
Does anyone know of a way around this? We need to be able to populate those memo fields through the web app, so we are only able to use SQL statements to update these tables. Any help anyone can provide would be greatly appreciated.
Thanks in advance,
Dan
"Command Contains unrecognized phrase/keyword"
We are using Visual FoxPro 6.0 to create the tables.
Does anyone know of a way around this? We need to be able to populate those memo fields through the web app, so we are only able to use SQL statements to update these tables. Any help anyone can provide would be greatly appreciated.
Thanks in advance,
Dan