PgSqlDataTable preview and editing error
Posted: Thu 08 Sep 2016 17:27
Hello,
I installed the update that fixes the crashing of PgSqlDataTable:
viewtopic.php?f=3&t=34150
Visual Studio does not crash anymore.
However once you created columns you are not able to preview the data anymore.
Here are the steps to reproduce:
1. Drop a PgSqlDataTable component on the form and link it with a PgSqlConnection
2. Open the Data Table Editor and insert a query: select * from actor
3. Click OK to close and save the query and right click the PgSqlDataTable -> Create columns
4. Open the PgSqlDataTable again and preview data
The following error message will appear: http://i.imgur.com/iyxIKgd.jpg
You are no longer able to preview data once you created columns in the PgSqlDataTable.
This also means I cannot edit existing queries and change the fields or statement at all.
You also cannot change existing statments if the PgSqlDataTables' Active property is set to true.
Then the same error will raise.
Because of this bug I had to go back to the old version.
I am using this database:
http://www.postgresqltutorial.com/postg ... -database/
I installed the database like this:
http://www.postgresqltutorial.com/load- ... -database/
Best regards,
Chris
I installed the update that fixes the crashing of PgSqlDataTable:
viewtopic.php?f=3&t=34150
Visual Studio does not crash anymore.
However once you created columns you are not able to preview the data anymore.
Here are the steps to reproduce:
1. Drop a PgSqlDataTable component on the form and link it with a PgSqlConnection
2. Open the Data Table Editor and insert a query: select * from actor
3. Click OK to close and save the query and right click the PgSqlDataTable -> Create columns
4. Open the PgSqlDataTable again and preview data
The following error message will appear: http://i.imgur.com/iyxIKgd.jpg
You are no longer able to preview data once you created columns in the PgSqlDataTable.
This also means I cannot edit existing queries and change the fields or statement at all.
You also cannot change existing statments if the PgSqlDataTables' Active property is set to true.
Then the same error will raise.
Because of this bug I had to go back to the old version.
I am using this database:
http://www.postgresqltutorial.com/postg ... -database/
I installed the database like this:
http://www.postgresqltutorial.com/load- ... -database/
Best regards,
Chris