Click here to Skip to main content
15,921,203 members
Home / Discussions / Database
   

Database

 
QuestionTransaction failures Pin
cathy_d'souza23-Nov-06 19:55
cathy_d'souza23-Nov-06 19:55 
AnswerRe: Transaction failures Pin
Colin Angus Mackay24-Nov-06 0:18
Colin Angus Mackay24-Nov-06 0:18 
GeneralRe: Transaction failures Pin
cathy_d'souza24-Nov-06 0:25
cathy_d'souza24-Nov-06 0:25 
GeneralRe: Transaction failures Pin
Colin Angus Mackay24-Nov-06 0:52
Colin Angus Mackay24-Nov-06 0:52 
QuestionProblem with distributed transaction Pin
MasudM23-Nov-06 6:29
MasudM23-Nov-06 6:29 
AnswerRe: Problem with distributed transaction Pin
Pete O'Hanlon24-Nov-06 2:18
mvePete O'Hanlon24-Nov-06 2:18 
GeneralRe: Problem with distributed transaction Pin
MasudM24-Nov-06 3:12
MasudM24-Nov-06 3:12 
QuestionDelete Pin
aaraaayen23-Nov-06 0:34
aaraaayen23-Nov-06 0:34 
hi friends,

I want a delete query to delete rows from multiple tables. but all the tables containg one command field as 'id'. and the deletion based on some input given to this common field at run time in msaccess. Please help. I am trying like this. But it gives Could not delete message.

DELETE contact.*, address.*
FROM contact, address
WHERE contact.consultantid=[@consultantid] and address.consultantid=[@consultantid];


Thanks in advance.

Regards,

Prya

AnswerRe: Delete Pin
Pete O'Hanlon23-Nov-06 1:40
mvePete O'Hanlon23-Nov-06 1:40 
GeneralRe: Delete Pin
Russell Jones23-Nov-06 4:42
Russell Jones23-Nov-06 4:42 
GeneralRe: Delete Pin
i.j.russell24-Nov-06 9:35
i.j.russell24-Nov-06 9:35 
AnswerRe: Delete Pin
albCode23-Nov-06 5:19
albCode23-Nov-06 5:19 
AnswerRe: Delete Pin
Ritwik Sanyal26-Nov-06 23:36
Ritwik Sanyal26-Nov-06 23:36 
QuestionSql Server 2005 - Administration - Full Text [modified] Pin
gandalf_le_blanc22-Nov-06 22:25
gandalf_le_blanc22-Nov-06 22:25 
Questionre:table creation n sql & Triggers Pin
rrrriiizz22-Nov-06 21:51
rrrriiizz22-Nov-06 21:51 
AnswerRe: re:table creation n sql & Triggers Pin
Colin Angus Mackay23-Nov-06 0:28
Colin Angus Mackay23-Nov-06 0:28 
QuestionUPDATE Pin
thathvamsi22-Nov-06 21:13
thathvamsi22-Nov-06 21:13 
AnswerRe: UPDATE Pin
G.Meena24-Nov-06 1:34
G.Meena24-Nov-06 1:34 
QuestionSend Null value to stored procedure with old ASP Pin
web12master22-Nov-06 21:11
web12master22-Nov-06 21:11 
Questionhow can i build an interface to my database Pin
undercharm22-Nov-06 20:38
undercharm22-Nov-06 20:38 
AnswerRe: how can i build an interface to my database Pin
Colin Angus Mackay23-Nov-06 0:26
Colin Angus Mackay23-Nov-06 0:26 
QuestionExporting Tables From OneDatabase To another Database Pin
Laji5922-Nov-06 18:44
Laji5922-Nov-06 18:44 
AnswerRe: Exporting Tables From OneDatabase To another Database Pin
Pete O'Hanlon23-Nov-06 4:12
mvePete O'Hanlon23-Nov-06 4:12 
QuestionHow to filter this kind of data ? Pin
cheeken2u22-Nov-06 18:26
cheeken2u22-Nov-06 18:26 
AnswerRe: How to filter this kind of data ? Pin
Anshuman Singh22-Nov-06 18:48
Anshuman Singh22-Nov-06 18:48 

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.