Click here to Skip to main content
15,898,134 members

Comments by Shama Shahzadi (Top 1 by date)

Shama Shahzadi 4-Jun-11 13:40pm View    
i have a bookEntryForm and have to insert data in bookTable(bookTitle,ISBN,Price,SubjectID(Foreign Key),AuthorId(Foreign Key))&AuthorTable(id,name,subAuthor)&SubjectTable(id,name)...
Now i want to insert data in all these tables at a time using Stored Procedure...