Tagged Questions

1
vote
1answer
58 views

What is the proper way to handle this error in my stored procedure?

From PHP, I am calling a SQL stored procedure. The stored procedure checks the database, and either inserts the data if it's new, or modifies data that already exists. I'm getting an error that one ...
0
votes
2answers
53 views

PHP PDO Connect to Advantage Database SQL Server

Our EMR software uses Advantage Database SQL server as its database and I'm creating various PHP projects which require interaction with this database. What is the best approach to connecting and ...
0
votes
1answer
35 views

Advantage and PHP - Error 6303: Maximum Advantage Database Server connections exceeded

My company php web site is connected to an Advantage Database Server where are stored all necessary data such as users, passwords and customer registry. Lately we started to get an error requesting ...
0
votes
2answers
44 views

How to get number of rows with Advantage PHP Extension?

How can I get the number of rows from a SELECT statement result set using the Advantage Database PHP Extension?
0
votes
1answer
422 views

Is this a bug with Advantage Database?

I am running into what seems to me to be a bug in the Advantage Database PHP Extension (I know, I know...). I've reported it as a bug, but still haven't heard anything back, so I thought I'd run it by ...