I'm also not sure if you want to increase the length of the string in your User Type you've created (which would be to change the * 15 to * 25), alter a textbox or lengthen the max length of a field in a database.
HarleyQuinn
---------------------------------
Carter, hand me my thinking grenades!
You can hang outside in the sun all day tossing a ball around, or you can sit at your computer and do something that matters. - Eric Cartman
Get the most out of Tek-Tips, read FAQ222-2244: How to get the best answers before posting.
If your database is based on user-defined data types and there is already data in the database you can't alter the lengths of the strings without losing your data.
For example, if you increase the recipe length by 10 bytes it'd shift all the other fields along by 10 bytes and you'd most likely get 'Out of memory' when trying to read the file.
- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.