Top "Adodb-php" questions

ADOdb is a an open source PHP database abstraction layer, schema management tool, session management and date/time library.

php adodb MSSQL connection

I have a linux server that I'm trying to use php adodb to connect to a MSSQL server. include('adodb5/…

php sql-server adodb-php
How to get "field names" using PHP ADOdb?

I'm using PHP ADOdb and I can get the result set: $result = &$db->Execute($query); How do I …

php adodb-php
Retrieve all rows from table in doctrine

I have table with 100 000+ rows, and I want to select all of it in doctrine and to do some actions …

php symfony doctrine-orm doctrine adodb-php
What are the differences between ADOdb and PDO in PHP?

Both seem to try making it simpler using a database in PHP. Both seem to provide an abstraction over different …

php pdo adodb-php
Using Adodb for php/postgresql, return row ID after insert

When I insert a row, it increments the ID field using SERIAL. How can I return the newly created ID …

php postgresql adodb-php
Calling Stored Procedure using ADODB in PHP

I couldn't find a proper documentation on how to call a stored procedure using ADODB in PHP. Can someone help …

php mysql adodb-php