Hi Carlos,

Welcome to the list and of course your help is 
much appreciated.

Pls feel free to participate on this list, so we 
can get to know each other, and you can get up to 
speed with Harbour development and recent issues.

I've added MYSQL_INSERT_ID() to hbmysql, although 
with a few fixes and adapted to recent changes in 
hbmysql code.

Brgds,
Viktor

On 2010 Feb 17, at 00:30, Bacco wrote:

> Hi. I want to participate in the Harbour project development, mainly
> on HBQt (but not restricted to).
> 
> I was using HMG+Harbour for a while, and used heavily Cl*pper 5.2
> years ago, now I believe that for my work, Harbour+HBQt+MySQL/SQLite
> are the best way.
> 
> I am testing Harbour 2 on linux (console) and using HBQt to build test
> apps on Win+MingW. I cannot participate full-time, but as I am willing
> to use Harbour 2 to develop commercial applications, I am very focused
> in adding code to simplify and enhance Harbour/HBQt to solve real
> world coding problems.
> 
> 
> Also I want to ask if you could add this code to the end of
> /contrib/hbmysql/mysql.c, so mysql users can retrieve the last insert
> id without the need to perform an extra select:
> 
> HB_FUNC( MYSQL_INSERT_ID )
> {
>   hb_retnl( ( long ) mysql_insert_id( ( MYSQL * ) HB_PARPTR( 1 ) ) );
> }
> 
> Thank you.
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to