This topic is locked

Adding DataSet with same unique field

12/14/2012 2:08:01 AM
PHPRunner General questions
S
SimonMueller author

Hello,

I created a website with PHPRunner connected to an Oracle Database.

It worked perfectly and displayed an error message when trying to add a new DataSet with an already existing unique field.

But now I had to change the Database from Oracle to MSSQL and got the following problem:
When I try to add a new DataSet with an already existing UNIQUE declared field, this DataSet won't be inserted (as intended).

But it won't display an error like with Oracle but will say something like "Dataset added" which is confusing for the user.

I tried to add the same DataSet with a visual database editor which displayed the "unique field value already exists" error correctly.
Could this be a bug with PHPRunner?

EDIT: I'm using PHPRunner Enterprise 6.2 (Build 14199).
Thanks in advance,

Simon Müller

Sergey Kornilov admin 12/14/2012

Simon,
PHPRunner will display an error message if record wasn't inserted.
If this is not happening post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We would also need instructions on reproducing this issue.