Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smartipants2002

    downloading the mails from the mail server to local disk thereby speci

    Topic: JavaMail Hi!Everybody Can anybody please tell me how can I download the mails (Complete mails ie the mail headers,messages and attachments,if any)from the mail server to local disk thereby specifying it in which folder to save the mails. It is darn urgent,b'cause my client will fire me...
  2. smartipants2002

    smartipants2002

    Hi everybody, I am using a sql server2000.when i gave the following command : Alter Table post Add CONSTRAINT fk_response1 FOREIGN KEY(response) REFERENCES post(postid) ON DELETE CASCADE And got the following error in return : Server: Msg 1785, Level 16, State 1, Line 1 Introducing...
  3. smartipants2002

    on delete cascade

    I have a table named post where in the postid field is the primary key field and in that same table the response field is the foreign key field to the postid field. Now my question is how can i implement delete cascade on them through code? Of course i am using Microsoft SQL Server. Please...

Part and Inventory Search

Back
Top