Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jhermiz
3564 Posts |
Posted - 2005-02-15 : 11:23:03
|
Well maybe its a simple question, maybe it isnt...but I ran into some software where I was just wondering how they did something.The software to me looked like a one to many relationship allowing one to add many "Attachments" to a specific Call. A call was basically an issue...now I thought to myself this is a simple create a call and take that CallID and store it in the many side to add attachments to the call.But the thing that got me is you could "Add Attachments" to a call without the call ever being saved..meaning simultaneously after you were done entering the call info, you added the attachments and then you could save the call.So my question is how did they add the many side without the one side ?Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
|
SamC
White Water Yakist
3467 Posts |
Posted - 2005-02-15 : 17:34:17
|
Fake it with a temporary CallID? Make it permanent when the call is saved, delete it all if the call is never saved.Back to my tequila. |
|
|
|
|
|