[Gambas-user] sqlite gambas table info?

PICCORO McKAY Lenz mckaygerhard at ...626...
Fri Jun 16 22:02:19 CEST 2017


yeah--- that i was done.. as you confirmed.. its the only solution

due mysql has the DESCRIBE command, but sqlite need to search in master
table...

thanks

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-06-16 15:47 GMT-04:00 <d4t4full at ...626...>:

> Maybe a previous query like:
>
>   SELECT TOP 1 * FROM <yourTable>
>
> would help with the FOR EACH loop. Don't really know your case though.
>
> Regards,
> zxMarce
>
>
> On Jun 16, 2017, 16:40, at 16:40, PICCORO McKAY Lenz <
> mckaygerhard at ...626...> wrote:
> >2017-06-16 15:04 GMT-04:00 ML <d4t4full at ...626...>:
> >
> >> Does this help?
> >>
> >>   Dim fld as Field
> >>   For Each fld In Result.Fields
> >>     ... do whatever with field names
> >>   Next
> >>
> >err zxMarce.. that need a previous query... and i need the filed BEFORE
> >made the query jajajaj
> >
> >quite strange but that its!
> >
> >
> >>
> >> zxMarce
> >>
> >> ------------------------------------------------------------
> >> ------------------
> >> 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
> >> Gambas-user at lists.sourceforge.net
> >> 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
> >Gambas-user at lists.sourceforge.net
> >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
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list