Page 1 of 1

PgSqlLoader and CRLF

Posted: Fri 20 May 2011 14:15
by raf_lele
I use the PgSqlLoader class to load many data on postegres from DataTable:
' Table as a Populated DataTable
blk.Open()
blk.LoadTable(Table)
blk.Close()
blk.Dispose()
A column of Datatable contain text with carriage return and when i attempt to load in postegres an error occur:
"literal carriage return found in data"
How can i bypass the problem?

tnks

Posted: Mon 23 May 2011 10:06
by Shalex
We have reproduced the error. We will investigate the issue and notify you about the results as soon as possible.

Posted: Tue 24 May 2011 09:44
by Shalex
The bug with PgSqlLoader when loading data with literal carriage return is fixed. I will post here when the corresponding build of dotConnect for PostgreSQL is available for download.

Posted: Thu 02 Jun 2011 11:54
by Shalex
New build of dotConnect for PostgreSQL 5.30.165 is available for download!
It can be downloaded from http://www.devart.com/dotconnect/postgr ... nload.html (trial version) or from Registered Users' Area (for users with valid subscription only): http://secure.devart.com/ .
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=21150 .