Click here to Skip to main content
16,004,991 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Database Pin
originSH24-Sep-07 3:14
originSH24-Sep-07 3:14 
AnswerRe: Database Pin
helelark12324-Sep-07 4:37
helelark12324-Sep-07 4:37 
QuestionConcurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Mr Oizo24-Sep-07 0:42
Mr Oizo24-Sep-07 0:42 
AnswerRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
GuyThiebaut24-Sep-07 1:46
professionalGuyThiebaut24-Sep-07 1:46 
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Mr Oizo24-Sep-07 4:49
Mr Oizo24-Sep-07 4:49 
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Dave Kreskowiak24-Sep-07 4:56
mveDave Kreskowiak24-Sep-07 4:56 
AnswerRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Dave Kreskowiak24-Sep-07 4:12
mveDave Kreskowiak24-Sep-07 4:12 
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Mr Oizo24-Sep-07 5:04
Mr Oizo24-Sep-07 5:04 
the table is a table called "SONG". In this table for each song listed is a unique (autogenerated number) field called "SongID". This table also has many to one relationship with a table called "GENRE"(One genre can have many songs) and another many to many relationship with a table called "CATEGORY"(a song must belong to one or more categories and a category consists of many songs). Anyway these relationships are defined in the access database and automatically in the .xsd file for my solution. (Genre table has a primary key named "genreName" which is also a foreign key in the table song) this is all correct as far as I know. At the moment I am only running updates for the fields in the song table which is theoretically a child table of both CATEGORY and GENRE. What might the problem be?

Mr Oizo
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
GuyThiebaut24-Sep-07 5:24
professionalGuyThiebaut24-Sep-07 5:24 
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
Mr Oizo24-Sep-07 6:47
Mr Oizo24-Sep-07 6:47 
GeneralRe: Concurrency Violation: the update command affected 0 of the expected 1 records.? Pin
GuyThiebaut24-Sep-07 8:14
professionalGuyThiebaut24-Sep-07 8:14 
Questionhow to create dynamic textbox object [modified] Pin
moomoooomoo24-Sep-07 0:13
moomoooomoo24-Sep-07 0:13 
AnswerRe: how to create dynamic textbox object Pin
Ajay.k_Singh24-Sep-07 0:39
Ajay.k_Singh24-Sep-07 0:39 
GeneralRe: how to create dynamic textbox object Pin
moomoooomoo24-Sep-07 0:51
moomoooomoo24-Sep-07 0:51 
QuestionByte to IntPtr Pin
nitin323-Sep-07 23:59
nitin323-Sep-07 23:59 
AnswerRe: Byte to IntPtr Pin
Tom Deketelaere24-Sep-07 0:05
professionalTom Deketelaere24-Sep-07 0:05 
AnswerRe: Byte to IntPtr Pin
Luc Pattyn24-Sep-07 0:19
sitebuilderLuc Pattyn24-Sep-07 0:19 
QuestionRemoting Pin
sunder vel23-Sep-07 23:55
sunder vel23-Sep-07 23:55 
AnswerRe: Remoting Pin
Tom Deketelaere24-Sep-07 0:03
professionalTom Deketelaere24-Sep-07 0:03 
Questionfullname property of subdirectory? Pin
eyeball_200323-Sep-07 23:43
eyeball_200323-Sep-07 23:43 
AnswerRe: fullname property of subdirectory? Pin
Pete O'Hanlon23-Sep-07 23:59
mvePete O'Hanlon23-Sep-07 23:59 
GeneralRe: fullname property of subdirectory? Pin
eyeball_200324-Sep-07 0:11
eyeball_200324-Sep-07 0:11 
GeneralRe: fullname property of subdirectory? Pin
Luc Pattyn24-Sep-07 0:22
sitebuilderLuc Pattyn24-Sep-07 0:22 
GeneralRe: fullname property of subdirectory? Pin
eyeball_200324-Sep-07 1:13
eyeball_200324-Sep-07 1:13 
QuestionHandling combobox_selectedindexchanged event in gridview control Pin
Pradip Kishore23-Sep-07 22:08
Pradip Kishore23-Sep-07 22:08 

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.