>: CG Forums on 3dtotal - The best forums for CG artists :.
threedy forums home
 


top-table-gradient
Go Back   3DTotal Forums > Archives > Archives > Scripting & coding
bottom-table-gradient

Reply
 
Thread Tools Display Modes
Old 30-05-2003, 12:36 AM   #1
Little Nicky
PG Rated
 
Little Nicky's Avatar
 
Join Date: Jan 2003
Location: Levin, New Zealand
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Little Nicky
SQL Problem

Okay, I've got a problem. I need to declare an SQL variable inside a table, and it needs to be one that can hold an indefinate amount of text. Now the char and varchar types can only hold 255 characters at the most ... but there must be a type used, say, in this forum, that can hold more? I know this forum uses SQL, so maybe one of the Admins can help me here?

I would really aprecciate some help. Thanks.
__________________
Be Unafraid. Be very Unafraid.
Little Nicky is offline   Reply With Quote
Old 01-06-2003, 07:57 AM   #2
Shaun-3DT
Administrator
 
Shaun-3DT's Avatar
 
Join Date: Sep 2002
Location: Norwich
Posts: 237
Thanks: 0
Thanked 0 Times in 0 Posts
What type of database are you using?

For Access there is a Memo field type which can hold up to a Gig I think.
For Sql Server you can have a Varchar up to around 8000 or a Text type field which can be any size but is not that great from a performance perspective.

If you're using MySQL then the Text field will take you to around 60k, MediumText around 16 mg and LongText to about 4Gb, this is what I remember from about a year back, could've changed if there is a new version.

Cheers
Shaun
__________________
World Domination Through Superior Software
Shaun-3DT is offline   Reply With Quote
Old 03-06-2003, 11:52 PM   #3
Little Nicky
PG Rated
 
Little Nicky's Avatar
 
Join Date: Jan 2003
Location: Levin, New Zealand
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Little Nicky
OK, thanks Shaun. I'm using a MS Access DB. I'll try Memo.

Thanks again!
__________________
Be Unafraid. Be very Unafraid.
Little Nicky is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 03:10 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
all images displayed on this site are copyright the original artists and may not be reproduced, copied or published elsewhere without their express permission