String over 255 characters in a query.

dealwi8me

Registered User.
Local time
Today, 13:05
Joined
Jan 5, 2005
Messages
187
Hello,

i have two questions considering string with lenght over 255 characters.

1) How do i create a string more than 255 characters in a query without trancuted the string?
2) How do i set the type of field in Memo in a query?

Thank you in advance.
 
Are you grouping (totaling) or using the DISTINCT verb? These will cause any text (field or string) to get truncated.
 
No i just merge several strings into one.
 
I copied the code into a new query and worked, i don't know what happened :S

Thank you though for your time!
 

Users who are viewing this thread

Back
Top Bottom