المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Size of column name



C# Programming
04-22-2009, 01:24 PM
I make a table with a column like this:


CmdStr = "CREATE TABLE " + TableName + "([abcdefghi a abcdifg abc, abcef a abcdefg ab abcdefgh abc abcdefghij] TEXT";


but it tells me that it' s too long. I tried with LongText, Note, and Memo instead of TEXT, which have to do 64000 chars, but it doesn' t work. Why? What has to be the type?

"Good artists copy, great artists steal."