Click here to Skip to main content
15,914,071 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionLog-in to a page with pop-up authentication from a different web form [modified] Pin
berd1230-Sep-07 18:32
berd1230-Sep-07 18:32 
AnswerRe: Log-in to a page with pop-up authentication from a different web form Pin
Dave Kreskowiak1-Oct-07 1:43
mveDave Kreskowiak1-Oct-07 1:43 
QuestionSingle Instances share Data space? Pin
Indrora30-Sep-07 7:18
Indrora30-Sep-07 7:18 
AnswerRe: Single Instances share Data space? Pin
Dave Kreskowiak1-Oct-07 3:58
mveDave Kreskowiak1-Oct-07 3:58 
QuestionUpdating database Pin
Mr Oizo30-Sep-07 5:23
Mr Oizo30-Sep-07 5:23 
AnswerRe: Updating database Pin
GuyThiebaut30-Sep-07 9:30
professionalGuyThiebaut30-Sep-07 9:30 
GeneralRe: Updating database Pin
Mr Oizo30-Sep-07 10:40
Mr Oizo30-Sep-07 10:40 
GeneralRe: Updating database Pin
GuyThiebaut30-Sep-07 10:55
professionalGuyThiebaut30-Sep-07 10:55 
Ok I understand now - what I would ask is are you absolutely sure that the primary keys you are creating in 24HourGenreTemplate are unique?

Output the rows, via debug.writeline, inserted into 24HourGenreTemplate to double check that the two fields that make up the primary key only appear once.

for instance:
if the primary key is comprised of field1,field2

field1 field2 field3 
dog    big    alsatian 
cat    small  persian
dog    small  border
dog    big    bloodhound



The rules set up for a primary key are broken as the 1st and 4th row have identical keys.

Does this help?













You always pass failure on the way to success.

GeneralRe: Updating database Pin
Mr Oizo30-Sep-07 21:08
Mr Oizo30-Sep-07 21:08 
GeneralRe: Updating database Pin
GuyThiebaut30-Sep-07 21:40
professionalGuyThiebaut30-Sep-07 21:40 
QuestionHow many Threads ? Pin
AliAmjad30-Sep-07 2:38
AliAmjad30-Sep-07 2:38 
AnswerRe: How many Threads ? Pin
Luc Pattyn30-Sep-07 4:51
sitebuilderLuc Pattyn30-Sep-07 4:51 
Questiondata set vs data reader Pin
nilam1130-Sep-07 2:35
nilam1130-Sep-07 2:35 
AnswerRe: data set vs data reader Pin
AliAmjad30-Sep-07 2:44
AliAmjad30-Sep-07 2:44 
GeneralRe: data set vs data reader Pin
Colin Angus Mackay30-Sep-07 2:53
Colin Angus Mackay30-Sep-07 2:53 
GeneralRe: data set vs data reader Pin
nilam1130-Sep-07 2:56
nilam1130-Sep-07 2:56 
GeneralRe: data set vs data reader Pin
Colin Angus Mackay30-Sep-07 3:04
Colin Angus Mackay30-Sep-07 3:04 
GeneralRe: data set vs data reader Pin
Vimalsoft(Pty) Ltd30-Sep-07 20:15
professionalVimalsoft(Pty) Ltd30-Sep-07 20:15 
Questionupdation of o/p of sql query execution Pin
nilam1130-Sep-07 2:32
nilam1130-Sep-07 2:32 
AnswerRe: updation of o/p of sql query execution Pin
Colin Angus Mackay30-Sep-07 2:55
Colin Angus Mackay30-Sep-07 2:55 
GeneralRe: updation of o/p of sql query execution Pin
nilam1130-Sep-07 2:59
nilam1130-Sep-07 2:59 
GeneralRe: updation of o/p of sql query execution Pin
Colin Angus Mackay30-Sep-07 3:04
Colin Angus Mackay30-Sep-07 3:04 
Questioncrystal report problem Pin
magedhv30-Sep-07 2:22
magedhv30-Sep-07 2:22 
AnswerRe: crystal report problem Pin
Indrora30-Sep-07 7:42
Indrora30-Sep-07 7:42 
GeneralRe: crystal report problem Pin
magedhv30-Sep-07 23:15
magedhv30-Sep-07 23:15 

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.