Re: MySQL C API questions

2004-12-06 Thread Aftab Jahan Subedar
Hey check the MySQL C API By Example site. http://www.geocities.com/jahan.geo Yes you have to convert the data always and its zero terminated. Mads Kristensen wrote: Hi all. I'm using the MySQL C API to interface with my MySQL 4.1 server and I have the following questions: When I do a SELECT of som

RE: MySQL C API questions

2004-12-06 Thread Dave Juntgen
TED] > Sent: Monday, December 06, 2004 3:32 PM > To: [EMAIL PROTECTED] > Subject: MySQL C API questions > > Hi all. > > I'm using the MySQL C API to interface with my MySQL 4.1 server and I > have the following questions: > > When I do a SELECT of some integ

MySQL C API questions

2004-12-06 Thread Mads Kristensen
Hi all. I'm using the MySQL C API to interface with my MySQL 4.1 server and I have the following questions: When I do a SELECT of some integer data value what is actually returned is a string representation of the integer value and since I need this integer value in my client I have to convert it