Hi guys,
I have a problem. We have application which try to transfer projects from Access to SQL.
Piece of code
SQL = String.Format("SELECT * INTO [ODBC;{0}].{1} FROM {1}", DestConnStringODBC, schemaTable.Rows(i)!TABLE_
NAME.ToStr
ing)
When I tried to do this with small file - 10Kb it's working fine, when I try to work with "big" file - more then 200Kb. (I'm talking about zip files) - application provided error "ODBC failed". I look to SQL logs, but nothin special (I compare 2 cases - success and no-success). How I can setup ODBC for best perfomance with large files?
Thank you.
Start Free Trial