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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.