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 ) ) );
> }
> 

Welcome on-board.

Viktor, please grant him write access as I have seen his code which
he sent me directly which was of really high-quality. I did not committed,
simply directed Bocco to express his desire on the dev-list.



-----
                 enjoy hbIDEing...
                    Pritpal Bedi 
_a_student_of_software_analysis_&_design_
-- 
View this message in context: 
http://n2.nabble.com/I-want-to-participate-tp4583285p4583324.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to