[Gambas-user] Application with more SQL-tables

Gianluigi bagonergi at gmail.com
Tue Jul 7 15:15:18 CEST 2020


Il giorno mar 7 lug 2020 alle ore 13:39 T Lee Davidson <
t.lee.davidson at gmail.com> ha scritto:

> On 7/7/20 6:11 AM, Dag Jarle Nerland Johansen - Gambas wrote:
> > Hi,
> > I write a software which includes several SQL-tables.
> A simple example might help to illustrate what you are trying to
> accomplish.
>

👍

Hi Dag,
I'm afraid you are taking a wrong path, however I am attaching this code
that I don't know if it can help.
---------------------------------------
Public Sub Main()

  Dim aCell As New Variant[20]
  Dim i As Integer

  aCell[5] = "Pippo"
  aCell[10] = 12
  aCell[19] = Date(Now)

  For Each v As Variant In aCell
    Print v;; " n."; i
    Inc i
  Next

End
---------------------------------------
Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200707/ede5fa97/attachment-0001.html>


More information about the User mailing list