Search found 195 matches

by bill-lancaster
Tuesday 27th February 2018 3:19pm
Forum: General
Topic: Quote character in mysql search string
Replies: 5
Views: 7433

Quote character in mysql search string

It's a long time since I did this:- sNew is a string variable that may contain a "'" character. hResult = hConn.Exec("SELECT * FROM gCal WHERE EventText = &1", sNew) But I always get a result with no records. No doubt I'm missing something obvious but any ideas would be welcome
by bill-lancaster
Sunday 18th February 2018 8:09am
Forum: General
Topic: Current forum
Replies: 3
Views: 5848

Re: Current forum

Thanks Cogier - I'll do my best
Bill
by bill-lancaster
Saturday 17th February 2018 3:59pm
Forum: General
Topic: Current forum
Replies: 3
Views: 5848

Current forum

This may seem strange, but is this the current forum for Gambas?
I've been away from the old nabble forum (which was always very active) for sometime and am surprised to see little activity.
Thanks
by bill-lancaster
Wednesday 27th September 2017 6:54am
Forum: General
Topic: Start up function in library
Replies: 5
Views: 7796

Re: Start up function in library

Thanks for the reply. I have a library which that performs a number of mysql routines. A connection to the database is required before the routines will run. Have tried:- Public Sub _new() Initialise() End But nothing happens. In the Gambas wiki reference is made to automatically invoking a startup ...
by bill-lancaster
Tuesday 26th September 2017 3:24pm
Forum: General
Topic: Start up function in library
Replies: 5
Views: 7796

Start up function in library

Does anyone know if this can be done?
At the moment I have to remember to call a startup procedure from my project each time.
GB 3.9.2