Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Im having trouble in inserting records in sql server from c#(windows application) wherein the tables has a one to many relationship, the app always give me an error. Please help me to know this one. Thanks

share|improve this question
3  
Impossible to help you without the error message, the query and the table structure. – juergen d Feb 11 at 12:37

closed as not a real question by juergen d, Bridge, Soner Gönül, Robert Harvey Feb 12 at 15:57

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Let us know what the error actually saying. basically u can insert to any database either by data model or by direct connection path. check www.connectionstrings.com

share|improve this answer
ok i'll check it, thanks by the way – EDwannaProgram Feb 13 at 5:48

Not the answer you're looking for? Browse other questions tagged or ask your own question.