Click here to Skip to main content
16,012,759 members
Home / Discussions / Database
   

Database

 
Questiondatabase connection through proxy server Pin
sridhar vattam18-May-07 2:33
sridhar vattam18-May-07 2:33 
AnswerRe: database connection through proxy server Pin
dhbaer18-May-07 7:14
dhbaer18-May-07 7:14 
QuestionDataGridView databound DataTable wont update? [modified] Pin
MrRhino18-May-07 1:43
MrRhino18-May-07 1:43 
AnswerRe: DataGridView databound DataTable wont update? Pin
MrRhino20-May-07 0:35
MrRhino20-May-07 0:35 
QuestionNull Reference Exception in Grid View? Pin
chand1017-May-07 23:54
chand1017-May-07 23:54 
AnswerRe: Null Reference Exception in Grid View? Pin
kubben18-May-07 2:27
kubben18-May-07 2:27 
QuestionThis Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd17-May-07 23:46
professionalVimalsoft(Pty) Ltd17-May-07 23:46 
AnswerRe: This Procedure Does not Add a new record in the Table Help Pin
Pete O'Hanlon17-May-07 23:54
mvePete O'Hanlon17-May-07 23:54 
This will create the record in the database as an insert does not do an update of a record (unless you have done something insane like use a trigger to perform an update). Have you actually looked inside the table to see if the record is added or not? Don't rely on the order of the table that is returned by a plain SELECT... to ascertain whether or not the record has been added.

If I were you, I would do a count on the rows already present. Then run the procedure, and finally do a count again. If the row count is different then it's successfully inserted.

Deja View - the feeling that you've seen this post before.

GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd18-May-07 0:32
professionalVimalsoft(Pty) Ltd18-May-07 0:32 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Pete O'Hanlon18-May-07 1:13
mvePete O'Hanlon18-May-07 1:13 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd18-May-07 1:28
professionalVimalsoft(Pty) Ltd18-May-07 1:28 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Pete O'Hanlon18-May-07 2:02
mvePete O'Hanlon18-May-07 2:02 
GeneralRe: This Procedure Does not Add a new record in the Table Help Pin
Vimalsoft(Pty) Ltd18-May-07 3:05
professionalVimalsoft(Pty) Ltd18-May-07 3:05 
QuestionWindows Authentication in SQL Server 2005 Pin
ragavan17-May-07 23:16
ragavan17-May-07 23:16 
AnswerRe: Windows Authentication in SQL Server 2005 Pin
Mike Dimmick18-May-07 4:28
Mike Dimmick18-May-07 4:28 
QuestionImport and Export Pin
.NET- India 17-May-07 22:34
.NET- India 17-May-07 22:34 
AnswerRe: Import and Export Pin
gauthee17-May-07 23:39
gauthee17-May-07 23:39 
QuestionSQL Analysis Pin
samerh17-May-07 20:54
samerh17-May-07 20:54 
AnswerRe: SQL Analysis Pin
Pete O'Hanlon17-May-07 23:59
mvePete O'Hanlon17-May-07 23:59 
QuestionConvert Access Database to SQL Database Pin
Werries17-May-07 20:35
Werries17-May-07 20:35 
QuestionSmart Host Pin
Rahul Babu17-May-07 20:27
Rahul Babu17-May-07 20:27 
Questionhow can i access a transaction object after con close Pin
koolprasad200317-May-07 19:57
professionalkoolprasad200317-May-07 19:57 
AnswerRe: how can i access a transaction object after con close Pin
gauthee17-May-07 20:09
gauthee17-May-07 20:09 
QuestionWant to know DBMS i am using from Connection. Pin
SanketMistry17-May-07 19:55
SanketMistry17-May-07 19:55 
AnswerRe: Want to know DBMS i am using from Connection. Pin
Colin Angus Mackay17-May-07 21:32
Colin Angus Mackay17-May-07 21:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.