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

2014-06-24 Thread Adrian Klaver
On 06/24/2014 01:37 PM, Altec103 wrote: Adrian, I actually figured it out. It was a really silly mistake - basically I was testing something earlier and edited my ODBC connection string. I was actually connecting to the wrong database and it was an empty database, so ODBCDataReader was trying to

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

2014-06-24 Thread Adrian Klaver
On 06/24/2014 01:37 PM, Altec103 wrote: Adrian, I actually figured it out. It was a really silly mistake - basically I was testing something earlier and edited my ODBC connection string. I was actually connecting to the wrong database and it was an empty database, so ODBCDataReader was trying to

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

2014-06-24 Thread Adrian Klaver
On 06/24/2014 01:37 PM, Altec103 wrote: Adrian, I actually figured it out. It was a really silly mistake - basically I was testing something earlier and edited my ODBC connection string. I was actually connecting to the wrong database and it was an empty database, so ODBCDataReader was trying to

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

2014-06-24 Thread Altec103
Adrian, I actually figured it out. It was a really silly mistake - basically I was testing something earlier and edited my ODBC connection string. I was actually connecting to the wrong database and it was an empty database, so ODBCDataReader was trying to pull data from an empty table. Anyways, th