CRBatchMove fails with '' not valid floating point

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
trevor123
Posts: 7
Joined: Thu 22 Jan 2015 13:29

CRBatchMove fails with '' not valid floating point

Post by trevor123 » Tue 02 May 2017 09:37

I use CRBatchMove successfully in one part of my project, but in another place with similar (small tables) I get an error unless I set AbortOnError to False. The data looks ok, with this fix ... but it's strange that if works fine With AbortOnError set to True in another part of the project with very similar tables

I'm using Delphi XE7

Thanks

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: CRBatchMove fails with '' not valid floating point

Post by azyk » Thu 04 May 2017 10:30

Please compose a small sample to reproduce the problem and send it to us using the contact form at our site: http://www.devart.com/company/contactform.html . In your sample include also scripts for creating tables and filling them with test data.

Post Reply