Hi All

I need to create table with more than 2000 columns, How to reset
SQLITE_MAX_COLUMN value which
is  2000 . Plz help me on this issue.

Thanks 
Vinay


Vannus wrote:
> 
> That should do the trick, thanks for pointing it out.
> 
> On 10 February 2011 06:18, Dan Kennedy <danielk1...@gmail.com> wrote:
> 
>> On 02/10/2011 01:56 AM, Vannus wrote:
>> > Zeoslib is reading sqlite field lengths incorrectly, as it checks for
>> > brackets after the field typename ie. CHAR(123)
>> > presumably this is only affecting me because I haven't defined field
>> lengths
>> > in my sqlite3 db.
>> >
>> > I don't want to hard-code 1,000,000,000 or 2147483647 in as the field
>> length
>> > - but how do I check what SQLITE_MAX_LENGTH or the limit imposed by
>> > sql_limit or sqlite3_limit is?
>>
>> At http://www.sqlite.org/c3ref/limit.html the third paragraph
>> has:
>>
>>   Regardless of whether or not the limit was changed, the
>>   sqlite3_limit() interface returns the prior value of the limit.
>>   Hence, to find the current value of a limit without changing it,
>>   simply invoke this interface with the third parameter set to -1.
>>
>> Maybe you can use that.
>>
>> Dan.
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/determine-SQLITE_MAX_LENGTH-or-sql_limit-sqlite3_limit-tp30885748p32838625.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to