Sir, when i type "Select * from NameTbl where Adm = '" & textbox1.tex &"';" this query not working, then i changed it to "Select Name, Adm, Place from NameTbl where Adm ='"& textbox1.tex &"';" this query is working.
so how can i write * from query in gambas 3 pls help <https://mailtrack.io/> Sent with Mailtrack <https://mailtrack.io/install?source=signature&lang=en&[email protected]&idSignature=22> On Fri, May 26, 2017 at 1:19 PM, Gianluigi <[email protected]> wrote: > I forgot to say that I know a way to extract the source code from a > compiled Gambas file, it can be seen here[0]. > > Regards > Gianluigi > > [0]http://www.gambas-it.org/smf/index.php?topic=4448.msg38882#msg38882 > > 2017-05-25 23:58 GMT+02:00 Gianluigi <[email protected]>: > > > Ciao Charlie, > > > > Thanks, the problem is not with/in IDE, but if working with a > > project.gambas > > Problem that I can bypass by copying useful files first to a folder, > since > > I have no more src in the compiled project. > > > > Regards > > Gianluigi > > > > 2017-05-25 23:24 GMT+02:00 Karl Reinl <[email protected]>: > > > >> Am Donnerstag, den 25.05.2017, 20:06 +0200 schrieb Gianluigi: > >> > I need to copy modules and classes from my project, change the code > >> > partially and copy it to another project. > >> > Is this only possible from IDE or is it possible also from a compiled > >> > project? > >> > Is there still the src folder in the compiled project? > >> > > >> > Regards > >> > Gianluigi > >> > >> Salut Gianluigi, > >> > >> you can 'import' the modules,classes etc. from other projects on your > >> disc into your new project, using the IDE Import. > >> Or you look into the hidden '.src' folder and copy the files you need. > >> -- > >> Amicalement > >> Charlie > >> > >> > >> ------------------------------------------------------------ > >> ------------------ > >> Check out the vibrant tech community on one of the world's most > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot > >> _______________________________________________ > >> Gambas-user mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Gambas-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- M. Unaise. E.K 9895687604 Librarian, (BLISc, MLIS) JDT Islam Polytechnic College, Vellimadukunnu. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
