I have problems with memo fields in the next step
I've a ms access memo field and I'm working with ADO
(on ASP, but i believe it doesn't matters)
i'km trying to run an update query passing the memo field's content by parameter...
Ok... here's the problem
The only way to make it work is defining it's data-type as adVarChar, size 255.
It works just fine with small strings (< 255 chars)... but I need more size...
Any ideas ???
Thanks
Bestia Pop
PD: Excuse my english...
Re: I have problems with memo fields in the next step
Quote:
Originally posted by Bestia_Pop
I've a ms access memo field and I'm working with ADO
(on ASP, but i believe it doesn't matters)
i'km trying to run an update query passing the memo field's content by parameter...
Ok... here's the problem
The only way to make it work is defining it's data-type as adVarChar, size 255.
It works just fine with small strings (< 255 chars)... but I need more size...
Any ideas ???
Thanks
Bestia Pop
PD: Excuse my english...
Define a public (aka Global variable) and use that instead of a parameter.