Click here to Skip to main content
15,898,371 members
Home / Discussions / Database
   

Database

 
AnswerRe: System.Data.DB.ConcurrencyException Pin
_AK_19-Sep-06 1:32
_AK_19-Sep-06 1:32 
GeneralRe: System.Data.DB.ConcurrencyException Pin
kishorepv19-Sep-06 19:33
kishorepv19-Sep-06 19:33 
GeneralRe: System.Data.DB.ConcurrencyException Pin
_AK_19-Sep-06 19:36
_AK_19-Sep-06 19:36 
GeneralRe: System.Data.DB.ConcurrencyException Pin
kishorepv19-Sep-06 21:16
kishorepv19-Sep-06 21:16 
GeneralRe: System.Data.DB.ConcurrencyException Pin
_AK_19-Sep-06 21:21
_AK_19-Sep-06 21:21 
GeneralRe: System.Data.DB.ConcurrencyException Pin
kishorepv19-Sep-06 21:30
kishorepv19-Sep-06 21:30 
GeneralRe: System.Data.DB.ConcurrencyException Pin
_AK_19-Sep-06 21:37
_AK_19-Sep-06 21:37 
GeneralRe: System.Data.DB.ConcurrencyException Pin
kishorepv19-Sep-06 23:04
kishorepv19-Sep-06 23:04 
i'am not passing any queries. i'am using using commandbuilder. i'am giving the code

dsPrd - dataset; dapPrdChk-dataadapter; rdProgCmdBld -commandbuilder

dsPrd.Tables("tablename").Rows(currentRow)("col1") = Double.Prse(txtDrng.Text)
dsPrd.Tables("tablename").Rows(currentRow)("col2") = Double.Prse(txtDrng.Text)
.
.
.
rdProgCmdBld = New OdbcCommandBuilder(dapPrdChk)
dapPrdChk.Update(dsPrd, "tablename")
MsgBox(rdProgCmdBld.GetUpdateCommand.CommandText)
dsPrd.Tables("tablename").AcceptChanges()

when the execution comes to dapPrdChk.Update(dsPrd, "roaddefectsbridge")
then i'am getiing the error databse concurrency exception. i'am not able to get the update query also, because i can't pass the msgbox command before update

thanks and regards
kishoreD'Oh! | :doh:
QuestionSearch for word in SP Pin
VK-Cadec18-Sep-06 7:35
VK-Cadec18-Sep-06 7:35 
AnswerRe: Search for word in SP Pin
Scott Serl18-Sep-06 9:58
Scott Serl18-Sep-06 9:58 
QuestionWhy are my tables 'read only'? Pin
Zdenek Navratil17-Sep-06 23:57
Zdenek Navratil17-Sep-06 23:57 
AnswerRe: Why are my tables 'read only'? Pin
Colin Angus Mackay18-Sep-06 3:21
Colin Angus Mackay18-Sep-06 3:21 
GeneralRe: Why are my tables 'read only'? Pin
Zdenek Navratil18-Sep-06 4:43
Zdenek Navratil18-Sep-06 4:43 
GeneralRe: Why are my tables 'read only'? Pin
Colin Angus Mackay18-Sep-06 5:41
Colin Angus Mackay18-Sep-06 5:41 
QuestionBook on Data Modeling Pin
Geethalakshmi17-Sep-06 20:20
Geethalakshmi17-Sep-06 20:20 
NewsRe: Book on Data Modeling Pin
rajaragothaman18-Sep-06 1:56
rajaragothaman18-Sep-06 1:56 
AnswerRe: Book on Data Modeling Pin
Not Active18-Sep-06 2:31
mentorNot Active18-Sep-06 2:31 
AnswerRe: Book on Data Modeling Pin
User 171649219-Sep-06 11:51
professionalUser 171649219-Sep-06 11:51 
QuestionInsert Query for all the records in the table Pin
karthiBalu17-Sep-06 17:10
karthiBalu17-Sep-06 17:10 
AnswerRe: Insert Query for all the records in the table Pin
Rob Graham17-Sep-06 17:21
Rob Graham17-Sep-06 17:21 
GeneralRe: Insert Query for all the records in the table Pin
karthiBalu17-Sep-06 17:51
karthiBalu17-Sep-06 17:51 
GeneralRe: Insert Query for all the records in the table Pin
Rob Graham18-Sep-06 6:22
Rob Graham18-Sep-06 6:22 
AnswerRe: Insert Query for all the records in the table Pin
S Douglas17-Sep-06 18:09
professionalS Douglas17-Sep-06 18:09 
AnswerRe: Insert Query for all the records in the table Pin
albCode17-Sep-06 23:47
albCode17-Sep-06 23:47 
GeneralQuestion [modified] Pin
messages17-Sep-06 7:12
messages17-Sep-06 7:12 

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.