Dear all,
I'm announcing LIXA (LIbre XA a libre, free and open source implementation
of the XA and TX specifications) reached the beta test stage.
TX specification is related to C language programming and I think now it's time
to
implement the modules necessary to use it from higher level languag
David McGlone wrote:
I am not ADO savvy, but the error message you got is the same as what
> I get in MySQL.
> On this line, try..
>
> If($this->isError($this->db))
if( $this->db->isError() )
BUT
if( !$this->db ) { not connected } is the more normal first check
> Hoping that fixes it for
On Mon, 2012-01-02 at 20:34 -0600, Karl DeSaulniers wrote:
> I am not ADO savvy, but the error message you got is the same as what
> I get in MySQL.
> On this line, try..
>
> If($this->isError($this->db))
>
> Hoping that fixes it for you.
> Best,
Thanks Karl. I finally got to try this and it w
Hi!
SQL Maestro Group is happy to announce the release of PHP Generator 11.12, a
family of GUI frontends that allows you to generate feature-rich CRUD web
applications for your databases. There are versions for MySQL, MS SQL
Server, PostgreSQL, Oracle, SQLite, Firebird, DB2, SQL Anywhere and MaxD