Click here to Skip to main content
16,014,765 members

Comments by HDM91 (Top 3 by date)

HDM91 29-Aug-14 6:42am View    
i get an error :

Introducing FOREIGN KEY constraint 'FK_Category_Category' on table 'Category' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
HDM91 29-Aug-14 6:39am View    
i added that to code
HDM91 17-Jul-14 11:09am View    
its not homework , i am writing a program that transmit data through network and a question Came up in my mind that why we using byte array and why not we use for example a string or primitive datatype to transmit data to networkstream class? thank you