Re: [GENERAL] Error When Trying to Use Npgsql to COPY into a PostgreSQL Database

2014-06-24 Thread Adrian Klaver
On 06/24/2014 10:47 AM, Altec103 wrote: I am currently in the process of using an ODBC Connection and a Npgsql Connection to transfer a database from a Sybase/Advantage platform to a PostgreSQL platform using C# and the .NET framework. Below is the code I have come up with to transfer the data i

[GENERAL] Error When Trying to Use Npgsql to COPY into a PostgreSQL Database

2014-06-24 Thread Altec103
I am currently in the process of using an ODBC Connection and a Npgsql Connection to transfer a database from a Sybase/Advantage platform to a PostgreSQL platform using C# and the .NET framework. Below is the code I have come up with to transfer the data itself... NpgsqlCommand copyCommand = n