RE: [PHP] Access Text Field Max Size

2003-07-17 Thread Johnny Martinez
Text Field Max Size Hi all, I'm using an Access db as the backend for a little app (I know, I know.) I just ran into a problem where the user needs to submit a string that is larger than the max size for text type, 255. Does anyone know how to go beyond this limit and stay on the Acce

[PHP] Access Text Field Max Size

2003-07-17 Thread Johnny Martinez
Hi all, I'm using an Access db as the backend for a little app (I know, I know.) I just ran into a problem where the user needs to submit a string that is larger than the max size for text type, 255. Does anyone know how to go beyond this limit and stay on the Access db? Thanks in advance. Johnny