[Gambas-user] Gambas3 and database components

Benoît Minisini gambas at ...1...
Thu Sep 3 21:52:51 CEST 2009


> Hi,
>
> this database stuff looks very very good now. Very easy to use. Chapeau!
>
> Two questions after first testing:
>
> 1st: What happend to DataBrowser1.GridView? This property is still in the
> docs, but unusable. Every attempt to resize the columns, rename a column
> header or select a row produces an error.

The GridView property has been replaced by the View property (the view may not 
be a GridView after all).

>
> 2nd: As Benoit said, it should be possible now to define a SQL query as a
> "table" for a DataSource. I tried that. In "Connections/Connection1" I can
> see my tables, they are correctly displayed, I can modify them. When I
> insert a SQL query and run it, the result is just as I wanted it. Now I
> think I should save this query somewhere to use it later.
> But nothing happens with the "Save" button or the "Export" button.

This is not done yet.

> In the "Connection" tab the connection is marked "read only". (but I have
> all the rights and can write to the database in the app)

This a problem with the IDE logic: the Connection object is read-only, but not 
the data you are connected too. Displaying the "read-only" flag is stupid 
then, I admit!

Regards,

-- 
Benoît




More information about the User mailing list