![]() |
Micro_soft Access. How do I work with fields longer than 255 characters?
see title
Is there a better alternative? I'm trying to sort out some galleries' urls and descriptions and if the url is longer than 255 characters it gets fucked up. any help, advice, etc. is appreciated ;) |
Two approaches to consider:
1. Use multiple text fields, each 255 characters, like description1, description2, and description3 which you concatinate together for output. If you're just importing them through text files, coding the import to split them into 255-character chunks is reasonably easy. However, if you want edit them from an Access form, it would be a hassle. (Possible with VB, but a hassle). 2. Use a memo field instead a text field. The drawback with this is you can't perform certain operations on a memo field as easily (e.g. string operations like capitalizing letters or appending another string to it). If you're just inputting, editing and reporting the field, that's no problem, but if you do need to perform string operations on it, you need to do some conversions in VB with more complicated library calls. |
Quote:
|
|
No problem...you might still hit a snag when you try to output them as a continuous string, but there are ways of doing it, nothing too hard.
|
Quote:
I can easily do that by pasting the whole table from Acces to a new doc in NoteTab light, and after simple replacement the two fields are joined togother ;) |
Antonio:
Quote:
|
Quote:
I believe that everybody should have at least the Light version, it will save you soooo much time ;) |
| All times are GMT -7. The time now is 10:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123