Re: [Gambas-user] MySQL data access

2010-02-26 Thread David Villalobos Cambronero
] MySQL data access I am having some trouble understanding MySQL access. I am new to Gambas so you may have to take it easy on me! Ok, I followed the instructions as per: http://gambasdoc.org/help/howto/database And I'm now trying to insert my first record into a populated database. Here

Re: [Gambas-user] MySQL data access

2010-02-25 Thread Dag Jarle Johansen
hi, seems like you have tendesial troubles ;) in Gambas there are NO problems accessing a database. I use it all the time, take a look at this; '== ' CONNECT TO DATABASE '==

Re: [Gambas-user] MySQL data access

2010-02-25 Thread Keith Clark
On Thu, 2010-02-25 at 20:10 -0500, Keith Clark wrote: > I am having some trouble understanding MySQL access. I am new to Gambas > so you may have to take it easy on me! > > Ok, I followed the instructions as per: > > http://gambasdoc.org/help/howto/database > > And I'm now trying to insert my f

[Gambas-user] MySQL data access

2010-02-25 Thread Keith Clark
I am having some trouble understanding MySQL access. I am new to Gambas so you may have to take it easy on me! Ok, I followed the instructions as per: http://gambasdoc.org/help/howto/database And I'm now trying to insert my first record into a populated database. Here is my code to do so: PUBL