[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Mysql C Api



yeah ! i know.....but when i am writing a program...I might  make 10 changes
in a sql line, also i like to use the same code for  different sql
statements within a program....rather than writing a seperate one foreach
statement.(i had modified the proggy slightly for sahil).

real_query works with both binary & non binary.
So why not use it...

There is hardly any performance effect. right ?
I mean how long does it take to read the '\0' ??

Please convince me otherwise.

rgds,
Amit.



----- Original Message -----
From: Mithun Bhattacharya <mithun.b@xxxxxxxxxxxxx>
To: <linux-delhi@xxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, March 14, 2001 9:05 AM
Subject: Re: [linux-delhi] Mysql C Api


> Please read the Documentation. mysql_real_query is only needed for
> passing binary data in a query in all other cases mysql_query is used.
>
>
>
> Mithun