diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8aa0c9f417..4356d6593b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-26 18:30 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/src/rtl/hbsockhb.c + + added public functions to use socket GC pointers from other modules + 2010-08-25 19:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idereportsmanager.prg % Some more refinements towards how a report would be saved/retreived. diff --git a/harbour/contrib/sddodbc/tests/test2.prg b/harbour/contrib/sddodbc/tests/test2.prg index fb3d8e501a..89c4c350cf 100644 --- a/harbour/contrib/sddodbc/tests/test2.prg +++ b/harbour/contrib/sddodbc/tests/test2.prg @@ -12,7 +12,8 @@ LOCAL nConnection, nI, aI RDDSETDEFAULT( "SQLMIX" ) SET( _SET_DATEFORMAT, "yyyy-mm-dd" ) - nConnection := RDDINFO( RDDI_CONNECT, { "ODBC", "Server=localhost;Driver={MySQL ODBC 5.1 Driver};dsn=;User=test;database=test;" } ) + nConnection := RDDINFO( RDDI_CONNECT, { "ODBC", "Server=192.168.1.99;Driver={MySQL ODBC 5.1 Driver};User=test;database=test;" } ) +// nConnection := RDDINFO( RDDI_CONNECT, { "ODBC", "dsn=kibiras;" } ) IF nConnection == 0 ? "Unable connect to server", RDDINFO( RDDI_ERRORNO ), RDDINFO( RDDI_ERROR ) RETURN