S
shapper
Hello,
I created a connection to a database and everything is fine. Finally I
wrote this:
connection.Open()
**** MyFunction( [ Title Field ], [ Text Field ], [ Link Field
]) ****
connection.Close()
I need to loop trough all records and call a function as I wrote in
****
How can I do this?
Thanks,
Miguel
I created a connection to a database and everything is fine. Finally I
wrote this:
connection.Open()
**** MyFunction( [ Title Field ], [ Text Field ], [ Link Field
]) ****
connection.Close()
I need to loop trough all records and call a function as I wrote in
****
How can I do this?
Thanks,
Miguel