Page 1 of 1

Problem with ADOmate 2.0.0 and PB 4.5

Posted: Fri Jul 09, 2010 6:25 pm
by Andreas
In the german Forum i have reported an error and Kiffi can reproduce it:

http://www.purebasic.fr/german/viewtopi ... it=ADOmate

ADOmate_DatabaseUpdate(myConnection, "Insert Into")
Debug ADOmate_GetLastErrorCode() ; says -1
Debug ADOmate_GetLastErrorDescription() ; says Okay

The Syntax-Error-Description won't come.

I use PB 4.50, ADOmate 2.0.0 and COMatePlus for PB 4.5.

With PB 4.41, ADOmate 2.0.0 and COMatePlsu for PB 4.3 it works fine.

srod can you please help?

Many thanks - Andreas

Re: Problem with ADOmate 2.0.0 and PB 4.5

Posted: Fri Jul 09, 2010 7:20 pm
by srod
Hi,

thanks for the report.

It is a COMatePLUS problem which I have managed to track down, but am unsure as to the best way of fixing it right now?

I'll upload a fix presently.

Re: Problem with ADOmate 2.0.0 and PB 4.5

Posted: Fri Jul 09, 2010 7:43 pm
by srod
Fixed.

You will need to download COMatePLUS (Purebasic 4.5 version) again. The fixed version is version 1.2.

Re: Problem with ADOmate 2.0.0 and PB 4.5

Posted: Fri Jul 09, 2010 10:32 pm
by Andreas
Thank you for this fast bugfix and many thanks for your great tools !!!!
Now it works fine under PB 4.50.
Andreas