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
> 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
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
>
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.
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`