Gossamer Forum
Home : Products : Gossamer Links : Discussions :

SQL Custom Field limit..

Quote Reply
SQL Custom Field limit..
Hi

I added a custom field to the Links table.. Called Article..

In that field we store articles and books details..

I am facing a limit on this field so we can not add more that specific number of charectors..

Any reason for this and how can we fix it?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] SQL Custom Field limit.. In reply to
TEXT or CHAR field? TEXT is limited to 255 charachters, but CHAR can handle a *lot* more.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] SQL Custom Field limit.. In reply to
Just the other way round...

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] SQL Custom Field limit.. In reply to
Too early in the morning Crazy

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] SQL Custom Field limit.. In reply to
It is TEXT
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] SQL Custom Field limit.. In reply to
Exactly what error are you getting?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] SQL Custom Field limit.. In reply to
Hi

No error..

You paste an article with 1000 words for example and only 500 or so will be saved..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] SQL Custom Field limit.. In reply to
Sounds more like a browser limitation Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] SQL Custom Field limit.. In reply to
THanbks Andy

But I do not think it is the browser as I try inseryting the text through the SQL drive directly and had the same trouble..

Any ideas on this is great..
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] SQL Custom Field limit.. In reply to
I think that the limit in a text field is something like 65,000 characters - so I think it is unlikely to be a sql limit that it causing the problem. Do you mean that you are pasting the text straight into the field in mysqlman and it is cutting it off when you save the record?
Quote Reply
Re: [afinlr] SQL Custom Field limit.. In reply to
Yes it is..

I have lots of space.. the field is set to text....!! No idea what it is..!
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] SQL Custom Field limit.. In reply to
What database are you using? MySQL's limit on a text field is 65 thousand characters. Try it from the mysql command prompt and see if it gives you an error. Also, try a `DESCRIBE table` to make sure it is actually a text field.

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] SQL Custom Field limit.. In reply to
Thnak Alex

It is a Text field.. and I did try from the Mysql command and it did not work..

I gave up on this and I am using straight template for each book.. Pirate
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory