Thank you Andre. I'll start posting my related questions on your forum. I'll give that a shot and update you. Thank you for the quick response!
On Wed, May 22, 2013 at 8:19 AM, Andre Garzia <[email protected]> wrote: > On Wed, May 22, 2013 at 10:06 AM, Shawn Blc <[email protected]> > wrote: > > > put dbInsert["names", tDataA] into tResult > > > Shawn, > > You are using brackets instead of parenthesis. It should read: > > put dbInsert("names", tDataA) into tResult > > Also the best place to ask for DB Lib related help is on my forum at > > http://andregarzia.com/forum > > I receive a ping when you post there. I check this list less frequently, > just about 20 times a day ;-) > > > -- > http://www.andregarzia.com -- All We Do Is Code. > http://fon.nu -- minimalist url shortening service. > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
