Re: My Sql C_API(Urgent)

2001-05-12 Thread VVM Ravikumar Sarma Chengalvala
so-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= > <[EMAIL PROTECTED]> wrote: > To:[EMAIL PROTECTED] > From:=?iso-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= > <[EMAIL PROTECTED]> > Date:Fri, 11 May 2001 16:35:21 +0100 (BST) > Subject: My Sql C_API(Urgent) >

Re: My Sql C_API(Urgent)

2001-05-11 Thread Shambhu Kumar singh
- Original Message -- =?iso-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= <[EMAIL PROTECTED]> wrote: To:[EMAIL PROTECTED] From:=?iso-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= <[EMAIL PROTECTED]> Date:Fri, 11 May 2001 16:35:21 +0100 (BST) Subject: My Sql C_A

My Sql C_API(Urgent)

2001-05-11 Thread VVM Ravikumar Sarma Chengalvala
Hi, I am using my_sql_real_escape_string and in that the strmov function of mysqlclient library. I am getting the following errors while compiling: d:\program files\mysql\include\m_string.h(143) : error C2061: syntax error : identifier 'uint' d:\program files\mysql\include\m_string.h(146) : error

Re: My SQL C_API(urgent)

2001-05-07 Thread Alec Solway
Try mysql_real_query(). This function takes three parameters, the first two are the same as mysql_query(). The third is the length of the query string. Regards. Alec At 06:51 PM 5/7/01, VVM Ravikumar Sarma Chengalvala wrote: >Hi, >I am having a peculiar problem with C_API.How to >execute a quer

Re: My SQL C_API(urgent)

2001-05-07 Thread Paul DuBois
On Tue, May 08, 2001 at 12:51:02AM +0100, VVM Ravikumar Sarma Chengalvala wrote: > Hi, > I am having a peculiar problem with C_API.How to > execute a query string with its length more than 255 > characters using mysql_query() function.My sql query > is > more than 255 characters long and is getti

My SQL C_API(urgent)

2001-05-07 Thread VVM Ravikumar Sarma Chengalvala
Hi, I am having a peculiar problem with C_API.How to execute a query string with its length more than 255 characters using mysql_query() function.My sql query is more than 255 characters long and is getting truncated. Regards, Ravi Do