Hi,
I'm loving DBforge so far but have run into a snag. I'm trying to import a table that has ~400 columns. Each column has data with ~10 decimal points. After I import the data dbforge always cut it down to points.
Any quick way of just changing the type of all of these to something like text when I import
Default data type on import
1. Create a new table with required types and column lenghs. Import from CSV format to a created table.
2. While importing from CSV, on the Mapping wizard page specify correctly column types and set a required lengh.
VAR(255)*~400 =~102000
2. While importing from CSV, on the Mapping wizard page specify correctly column types and set a required lengh.
Total of varchar data lenghs in columns of one row should not exceed 65535....but then complains that I have too many rows
VAR(255)*~400 =~102000