Re: [BEGINNER] Using DBLib and MySQL

2013-05-22 Thread Shawn Blc
I get an error on that line: *put* dbInsert("names", tDataA) into tResult Going to register now on your forum. On Wed, May 22, 2013 at 8:21 AM, Shawn Blc wrote: > 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

Re: [BEGINNER] Using DBLib and MySQL

2013-05-22 Thread Shawn Blc
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 wrote: > On Wed, May 22, 2013 at 10:06 AM, Shawn Blc > wrote: > > > put dbInsert["names", tDataA] in

Re: [BEGINNER] Using DBLib and MySQL

2013-05-22 Thread Andre Garzia
On Wed, May 22, 2013 at 10:06 AM, Shawn Blc 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://andre