problem populating a combo box
-
i am developing a windows application with VS 2005 a i need to populate a combo box with the column value from my table in the database i'm using a stored procedure and anytime i try de code in visual studio i do have a violation of primary key constraints error but when i execute the stored procedure in my query analyzer, it returns the real values please can someone tell why this is happening?? Jondo
-
i am developing a windows application with VS 2005 a i need to populate a combo box with the column value from my table in the database i'm using a stored procedure and anytime i try de code in visual studio i do have a violation of primary key constraints error but when i execute the stored procedure in my query analyzer, it returns the real values please can someone tell why this is happening?? Jondo
Jondo24shoots wrote:
please can someone tell why this is happening??
Very unlikely without seeing at least part of the code that populates the combo box.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
i am developing a windows application with VS 2005 a i need to populate a combo box with the column value from my table in the database i'm using a stored procedure and anytime i try de code in visual studio i do have a violation of primary key constraints error but when i execute the stored procedure in my query analyzer, it returns the real values please can someone tell why this is happening?? Jondo