Limitations for Grid and CSV?

Started by Peter2, January 30, 2017, 02:20:56 AM

Previous topic - Next topic

Peter2

I want to develop a Grid which reads and writes a CSV-files; the entire size will be approx.

- 500 lines / rows
- 15 columns
- most fields filled with date and strings up to 20 chars

- but 1 field shall contain some strings with totally some hundreds of chars

Are there some know limitations or some bad experience with a data volume like this?

Peter
Peter
ODCL 8.1.... German, AutoCAD 2017 - 2018, Win 7 x64, Win 10

Fred Tomke

Hi, yes, in my experiences I had to reduce the text to 255 chars.
Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

Fred Tomke

Stop, that was for ListView content.
I backtrack my answer.
Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

marcoheuer

hello peter,
your requirements should not be a problem.

i myself have a file viewer dialog, inter alia, for database files.
the content (of tables) of these files is displayed in a grid.
number of rows: > 1000
number of columns: > 20
string length in cells: in some cases > 2000 (memo fields in db)

best regards
marco
Marco Heuer
Dipl. Ing.
www.arc-aachen.de
Airport Office

Peter2

Peter
ODCL 8.1.... German, AutoCAD 2017 - 2018, Win 7 x64, Win 10