I am trying to write a Data Abstraction Layer Using MDB2 for this.
I have tried using prepared statements , but they didn't return the number of affected rows :(the update was executed successfully - tyhe valus in the table changed, but the "execute" always returned 0.
Anybody knows something about this?
Thanks
Yuval
I have tried using prepared statements , but they didn't return the number of affected rows :(the update was executed successfully - tyhe valus in the table changed, but the "execute" always returned 0.
Anybody knows something about this?
Thanks
Yuval
Comment