Re: [Gambas-user] Gambas Server Pages & mysql

2009-04-23 Thread Dimitris Anogiatis
Thanks Benoit that works like a charm :) Regards Dimitris 2009/4/22 Benoît Minisini > > Hey guys, > > > > With the example below Gambas Server Pages were introduced. > > > > My question is: > > 1) how would I achieve a connection to a mysql database or any database > for > > that matter? > > 2)

Re: [Gambas-user] Gambas Server Pages & mysql

2009-04-22 Thread Benoît Minisini
> Hey guys, > > With the example below Gambas Server Pages were introduced. > > My question is: > 1) how would I achieve a connection to a mysql database or any database for > that matter? > 2) where in the code below would I put the necessary statements? > 3) if no direct reference to any database

[Gambas-user] Gambas Server Pages & mysql

2009-04-14 Thread Dimitris Anogiatis
Hey guys, With the example below Gambas Server Pages were introduced. My question is: 1) how would I achieve a connection to a mysql database or any database for that matter? 2) where in the code below would I put the necessary statements? 3) if no direct reference to any database objects can be