[Gambas-user] SQLRequest (Q2 of 2) Actually a couple of questions/wishes

Fabien Bodard gambas.fr at gmail.com
Sat Jul 3 11:15:23 CEST 2021


Hi Bruce ,

So you want something like 'In'

I think the good way may look like

hMyNewRequest.In(OtherOne)

or .With(OtherOne)

Request Is a simple constructor not really a true function. It allow
to modify easily part of a requisition.. more than modifying a sql
request string.

But something like the MS request class will be cool.


More information about the User mailing list