Refresh DataTable in TableAdapter
Posted: Thu 09 Oct 2008 20:26
Hello,
I am working now on migrating an application that was in SQLServer to PostgreSQL, so I'm using PostgreSQLDirect to make the migration as smooth as possible.
However, I have a problem when working with DataSets and TableAdapters.
In PostgreSQL Table Adapters, the option "Refresh the Data Table" is disabled, and I was using this option for automatically retrieve the Inserted ID of an autoincremental column.
Is there a way to turn ON the Refreshing, so I can get the new values?
I am working now on migrating an application that was in SQLServer to PostgreSQL, so I'm using PostgreSQLDirect to make the migration as smooth as possible.
However, I have a problem when working with DataSets and TableAdapters.
In PostgreSQL Table Adapters, the option "Refresh the Data Table" is disabled, and I was using this option for automatically retrieve the Inserted ID of an autoincremental column.
Is there a way to turn ON the Refreshing, so I can get the new values?