andrey_anikin
Registered User.
- Local time
- Today, 21:33
- Joined
- Jan 3, 2008
- Messages
- 31
Hello all,
I have an issue with my DB which is split into FE/BE: on the stage of initial design, when I created the data tables, for some of the fields I chose the text type which, as I later discovered, only allows the record to be <=255 characters. I need to have a longer text saved to the DB sometimes, so I tried to change the filed type where I need that - changed it to MEMO, which is obviously supposed to solve the problem. I did that in the BE and thought that was that, but I still have the same 255 char limitation when I type the text in the form and save it! When I checked the FE table links, I saw that I still had the old field types where I had changed them in the BE. Is this the the thing that causes the problem? Is there a way to update the table links so that the field types will get updated as well (I have tried the Linked Table Dispatcher but it didn't help).
Thanks in advance!
I have an issue with my DB which is split into FE/BE: on the stage of initial design, when I created the data tables, for some of the fields I chose the text type which, as I later discovered, only allows the record to be <=255 characters. I need to have a longer text saved to the DB sometimes, so I tried to change the filed type where I need that - changed it to MEMO, which is obviously supposed to solve the problem. I did that in the BE and thought that was that, but I still have the same 255 char limitation when I type the text in the form and save it! When I checked the FE table links, I saw that I still had the old field types where I had changed them in the BE. Is this the the thing that causes the problem? Is there a way to update the table links so that the field types will get updated as well (I have tried the Linked Table Dispatcher but it didn't help).
Thanks in advance!