Res: [Harbour] tmysql and scripts

2010-04-15 Thread Fernando Athayde
don´t matter was only test i tried 13+10 10+13 only10 only13 i don´t know how handle these steatements, today i´ll try other way ´cause i´ve costumers far away from my office Best regards, Fernando Athayde De: Horodyski Marek (PZUZ) Para: Harbour Project Main

Re: Res: Res: [Harbour] tmysql and scripts

2010-04-14 Thread Viktor Szakáts
> but mysql_query in hbmysql.c don´t loop for statements > If you enable CLIENT_MULTI_STATEMENTS or CLIENT_MULTI_RESULTS, you should > process the result for every call to mysql_query()or mysql_real_query() by > using a loop that callsmysql_next_result() to determine whether there are > more res

Res: Res: [Harbour] tmysql and scripts

2010-04-14 Thread Fernando Athayde
List. Enviadas: Quarta-feira, 14 de Abril de 2010 17:15:01 Assunto: Re: Res: [Harbour] tmysql and scripts Hi, MYSQL_REAL_CONNECT() .prg function does support fifth 'flags' parameter in Harbour. Brgds, Viktor On 2010 Apr 14, at 22:03, Fernando Athayde wrote: > i found this >

Re: Res: [Harbour] tmysql and scripts

2010-04-14 Thread Viktor Szakáts
Hi, MYSQL_REAL_CONNECT() .prg function does support fifth 'flags' parameter in Harbour. Brgds, Viktor On 2010 Apr 14, at 22:03, Fernando Athayde wrote: > i found this > MySQL 5.1 also supports the execution of a string containing multiple > statements separated by semicolon (“;”) characters.

Res: [Harbour] tmysql and scripts

2010-04-14 Thread Fernando Athayde
i found this MySQL 5.1 also supports the execution of a string containing multiple statements separated by semicolon (“;”) characters. This capability is enabled by special options that are specified either when you connect to the server with mysql_real_connect() or after connecting by calling`