[Hbasic-userinfo] New version 0.9.9h released
Status: Beta
Brought to you by:
mengels
From: <mar...@t-...> - 2004-01-12 16:37:02
|
New component selection window This new widget has been inserted into the QT library with version 3.2 which means Qt 3.2 is required to compile or start HBasic 0.9.9h. Different updates in database explorer. Some of them (for example the table editor) are not yet stable but I wanted to publish a new version of HBasic after some weeks. - Database explorer can show sublists for different structures like databases on a server, tables of a database etc. in the subwindow on the right side. - Postgres databases will be displayed with schema information - Postgres database may display and start predefined views - Database design may be edited in database explorer - Display and edit global database definitions and project databases - Global definitions may be saved and reloaded default will be loaded on startup - Different predefined administration views have been added - New functions Rename table / Drop table Empty table - Table editor for simple column and index editing has been inserted again - Updates in table contents editor - Updates in sql command editor - result of execution (Error message) will be displayed in listview - Command reference for common MySQL and Postgres commands - fields in SQL commands will be replaced with user input when starting command execution. Try executing SQL commands like "select * from @table name@" - Integration of mysqlcc is now version 0.9.4 Basic may access sql command list see example program statement.bas |