] 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
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
'==
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
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