Paradox tables memo fields

  • Thread starter Thread starter Ivan Sammut
  • Start date Start date
I

Ivan Sammut

Hi,

I am accesing some paradox table using the ADO .net and everthing worked
fine until I had to save something in a memo field. Everytime I try to
update a memo field I get an error. Is there any know issues with this kind
of fields in Paradox tables or am I doing something wrong.

Ivan
 
Ivan Sammut said:
Hi,

I am accesing some paradox table using the ADO .net and everthing
worked fine until I had to save something in a memo field. Everytime I try
to update a memo field I get an error. Is there any know issues with this
kind of fields in Paradox tables or am I doing something wrong.

Ivan
It would help if you could quote the text of the error message you received,
but based on what you've said so far, I suspect (if your other updates are
working to other field types) that it has something to do with .NET data
types vs. Paradox data types.
 
Back
Top