Page 1 of 1

List of DB commands that can be handled by PostGres

Posted: Thu Sep 03, 2015 1:51 am
by Andy Edward
Hi,

Is there a list of DB commands that can be handled by PostGres and which one that is not?

Commands such DBSKIP(), DBGOTOP(), DBGOBOTTOM() is not an issue, but DBCREATE() returns an error.

Regards,

Andy

Re: List of DB commands that can be handled by PostGres

Posted: Thu Sep 03, 2015 3:30 am
by Tom
Hi, Andy.

Which version of Xbase++?

DbCreate() should work. There was a problem with DbPosition(), which should be fixed with the latest update.

Anyway, all functions and commands known for other DBEs should be supported.

Re: List of DB commands that can be handled by PostGres

Posted: Thu Sep 03, 2015 6:27 pm
by Andy Edward
Hi Tom,

Thanks for the clarification. I'm still using xBASE 2.0.554.

Do I need to update to the newest xBase version?

Regards,

Andy