Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Viktor Szakáts
> C:\harbour\contrib\hbfbird\tests>simple.exe > > -904 > Connecting... > can't format message 13:98 -- message file > C:\harbour\contrib\hbfbird\firebird.msg not found > --- > C:\harbour\contrib\hbfbird\tests>test.exe > > -904 can't format message 13:96 -- message file > C

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Viktor Szakáts
Just to make it clear, my mentioned fix didn't target to fix anything like that. I didn't experience such loop. In fact I only cleaned some API calls along the experiences with hbfbird. Brgds, Viktor On 2010 Mar 23, at 18:22, Jacek Kubica wrote: > Hello Mindaugas, > > Tuesday, March 23, 2010

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Mindaugas Kavaliauskas
Viktor Szakáts wrote: Can you test if hbfbird works with similar SQL command? They are using the same API, so if that one works, it's only a matter of finding the difference. Hi, I have not noticed we have one more firebird contrib. Samples of hbfbird do not work for me. --- C

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Jacek Kubica
Hello Mindaugas, Tuesday, March 23, 2010, 5:55:45 PM, you wrote: MK> Hi, MK> Jacek Kubica wrote: >> I can only confirm ;-( persistent problems with sddfb and returned >> problem with "neverending loop" after error, some days ago fixed by Viktor >> (AFAIR) MK> Can you tell me more details about "

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Mindaugas Kavaliauskas
Hi, Jacek Kubica wrote: I can only confirm ;-( persistent problems with sddfb and returned problem with "neverending loop" after error, some days ago fixed by Viktor (AFAIR) Can you tell me more details about "neverending loop"? Regards, Mindaugas ___

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Viktor Szakáts
From ibase.h: --- #define ISC_STATUS_LENGTH 20 typedef ISC_STATUS ISC_STATUS_ARRAY[ISC_STATUS_LENGTH]; --- IOW, ISC_STATUS_ARRAY is nothing more than an array of ISC_STATUSes predefined to required by FB API length. Can you test if hbfbird works with similar SQL command? They are using the

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Jacek Kubica
Hello Mindaugas, Tuesday, March 23, 2010, 12:06:24 PM, you wrote: MK> Hi, MK> snaipe...@users.sourceforge.net wrote: >> 2010-03-23 12:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) >> * harbour/contrib/rddsql/sddfb/sddfb.c MK> I've committed, but some requested things does not work

Re: [Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread Mindaugas Kavaliauskas
Hi, snaipe...@users.sourceforge.net wrote: 2010-03-23 12:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddsql/sddfb/sddfb.c I've committed, but some requested things does not work, i.e. sddfb. isc_start_transaction( status, &hTrans, 1, &hDb, 0, NULL ) retu

[Harbour] SF.net SVN: harbour-project:[14219] trunk/harbour

2010-03-23 Thread snaiperis
Revision: 14219 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14219&view=rev Author: snaiperis Date: 2010-03-23 10:57:11 + (Tue, 23 Mar 2010) Log Message: --- 2010-03-23 12:55 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib