Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I cant add more than 255 characters in database (access). what shall i do for that?

Thanks in advance..
Posted

1 solution

Change the field datatype descriptor to allow more than 255. Memo is probably your best bet - char has a max of 255, memo is 64K
 
Share this answer
 
Comments
divirakshana 12-Nov-11 5:51am    
But i cant change the field datatype. That should be string
OriginalGriff 12-Nov-11 5:58am    
Yes, but a CHAR field can only hold 255 characters, so if you want to hold more than that, you will have to use a different type...
divirakshana 12-Nov-11 6:11am    
ok thanks..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900