Re: [PHP] Fields to large for php3

2001-01-10 Thread Chris Lee
I am using MySQL (dont think im a MySQL preacher, im not) and Ive used LONGBLOBS to store 100K+ binary images and sucessfully retreaved them, no problem. I almost wonder if the problem is in the fieldtype in MSSQL? is it set to LONGBLOB ? MSSQL might not even have such a field (postgres's largest

[PHP] Fields to large for php3

2001-01-10 Thread Paul Lewis
I have an application that stores large text fields in MS SQL SVR and when they are entered on-line everything works fine. The problem begins when I try to retrieve them from the database and populate a field on the php3 on-line form. The query will only return the first 4096 byte of the informa