Hi,

2013/5/6 Yann Chemin <[email protected]>:
> been modifying the buffer size on reading the ascii file and it could
> eventually read all of the columns from my file (4020).
> However, sqlite does not accepts that many of them... so v.in.ascii
> does not complete the import.
>
> any way to get v.in.ascii to enlarge its column capacity?

it's related to DB backend. For SQLite you would need to recompile
SQLite libs with custom SQLITE_MAX_COLUMN. In any case this number of
columns is not common.

Martin

[1] http://www.sqlite.org/limits.html
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to