PgSqlLoader and CRLF

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
raf_lele
Posts: 1
Joined: Fri 20 May 2011 09:43

PgSqlLoader and CRLF

Post by raf_lele » Fri 20 May 2011 14:15

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 23 May 2011 10:06

We have reproduced the error. We will investigate the issue and notify you about the results as soon as possible.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 24 May 2011 09:44

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 02 Jun 2011 11:54

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 .

Post Reply