[Gambas-user] gb.db.form driver missing

2012-02-05 Thread John Rose
Michael, I've been trying to get the DataSource & DataBrowser controls working on Gambas3 revision #4445 and I also ran into this problem of 'Driver Missing'. I goggled & found yours & Tobias' posts on this. I've tried to implement your method. When I set my attached Test project to use a module

Re: [Gambas-user] gb.db.form driver missing

2011-02-16 Thread Michael
Tobias, I am presuming this form is your startup class, in which case you are trying to utilise the Db Connector before your resources are fully loaded. It might not happen if you use this code in a form lower in the hierarchy. Personally I keep all Db access in a separate class called "data" wh

[Gambas-user] gb.db.form driver missing

2011-02-16 Thread tobias
good evening, i'm testing gb.db.form for some time now and got some confusing (in fact it is not that confusing, i can imagine the situation): i have a simple form form->datasource->databrowser and my code is as follows: PUBLIC hConn AS NEW Connection PUBLIC SUB Form_Open() hConn.Type = ... hC