I have a table with two indexs. One is an identity field called "ID" and the other is a nChar(40) field. I have indexes on both fields. The ID because it is the PK and the Char field because it relates to other fields in the database. The problem I am having is when I call a stored...
Having problems updating SQL Server table that has 2 unqiue indexes in it through a MTS call. One Index is an IDENTITY field called "ID" and the other a SerialNumber field which is Text(20). My component calls a stored procedure in SQL Server (7.0) and returns an error:
Error Number...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.