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