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)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to