cancel
Showing results for 
Search instead for 
Did you mean: 

primary key value in sqla vs sql server

Former Member
2,380

I have a datawindow that must work with both sqla and sql server for one of our apps. the table datawindow is attached to in both dbms has a primary key unique column. When I insert a new row the driver or the database in sqla passes a value that is not already in the table but when same insert is done against sql server it passes value 1 which is already in the table and hence the insert fails. I know this may be a question related to sql server and powerbuilder but I couldn't find any answers anywhere so i thought I will ask it here and may be someone had experienced it before.

thanks

Accepted Solutions (0)

Answers (0)