Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
how i can fill more than 255 character on field type Short Text (not Long Text) in Microsoft Access 2003 format(.mdb)
i use ms.access 2013 for C++ builder Application.

i do not want to use the Long Text(Long Text) because i can't display it on DBGrid.
Posted
Comments
PIEBALDconsult 15-May-15 14:49pm    
By using more of them?

1 solution

You can't. A short text field only holds up to 255 characters - so if you need more, you need to use a different column type.
 
Share this answer
 
Comments
errorperson 15-May-15 14:52pm    
how i can display long text on DBGrid?

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