Re: c api and creating looped queries

2004-08-28 Thread Aftab Jahan Subedar
I have arranged some MySQL C API examples at http://www.geocities.com/jahan.geo/mysql_c_by_example.html Larry Brown wrote: On Sat, 2004-08-28 at 00:48, I wrote: I know this is more along the lines of a c question; however, I am trying to write a loop to iterate insertions into a mysql database and

Re: c api and creating looped queries

2004-08-27 Thread Larry Brown
On Sat, 2004-08-28 at 00:48, I wrote: > I know this is more along the lines of a c question; however, I am > trying to write a loop to iterate insertions into a mysql database and > was hoping someone would have a quick fix for this. > > I am used to using php with the luxury of the following synt

c api and creating looped queries

2004-08-27 Thread Larry Brown
I know this is more along the lines of a c question; however, I am trying to write a loop to iterate insertions into a mysql database and was hoping someone would have a quick fix for this. I am used to using php with the luxury of the following syntax < some loop giving values $column1 and $colu