PHP Text DB API
betaUser Ratings
Express yourself: log in to write a review.
User Reviews
-
hi excuse me for my english I am from Venezuela; very good job, but I have a doubt about the ambiguities of columns, how resolve this?
-
Hi Texb dbapi team, you have done wonderfull work.. i m facing one issue in that db when i m trying to execute the simple query $result = $db->executeQuery("SELECT session.cep_last_accessed_time, cep_user_info.first_name FROM session, cep_user_info WHERE session.session_id = cep_user_info.password"); i m getting error like. Php-Txt-Db-Access Error: PHP Error: [8] Object of class ResultSet could not be converted to int [Line: 972] [File: C:\xampp\htdocs\test\cep72\modules\storage\database.php] according to manual this type of query is supported but in actual i m facing this issue.. Please look into this as early as possible.