Re: Getting field results using c

2002-06-26 Thread Paul DuBois
At 10:42 -0500 6/26/02, rm wrote: >I'm trying to retrieve a particular field using C API. When I use this >select statement from the mysql client it retrievs the correct result: > >mysql>SELECT ap_senders FROM mailtable WHERE pw_name='regis' and >pw_domain='mbpost.com'; > >But... > >In the C func

Getting field results using c

2002-06-26 Thread rm
I'm trying to retrieve a particular field using C API. When I use this select statement from the mysql client it retrievs the correct result: mysql>SELECT ap_senders FROM mailtable WHERE pw_name='regis' and pw_domain='mbpost.com'; But... In the C function listed below: #include #include