[Gambas-user] NodeGUI

Charlie Reinl Karl.Reinl at Fen-Net.de
Fri May 14 20:13:32 CEST 2021


Am Freitag, den 14.05.2021, 10:23 -0500 schrieb John Dovey:
> Here is one of my first Gambas projects. I know I'm probably not
> doing things very efficiently, so be kind.. :-)
> Just in case anyone is interested in seeing it and <cough>
> contributing to it.. :-)
> https://github.com/JohnDovey/NodeGUI.git
> 

Salut John,
        Elt[y] = Replace$(Elt[y], "'", "''") ' Replace single quote
with 2Single quotes for D'Bridge !!!!! :-)
or have  a look at   Connection.Subst (gb.db)
ExamplesPRINT DB.Subst("WHERE Name = &1 AND Date = &2", "Benoit", Now)
WHERE Name = 'Benoit' AND Date = '2006-02-15 11:51:33.043'
-- 
Amicalement
Charlie

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210514/58c4a4c0/attachment.htm>


More information about the User mailing list