Subject | Insert new record without bringing back others |
---|---|
Author | ra8009 |
Post date | 2006-10-21T18:40:41Z |
Using data aware controls, I want to insert a new record without first
bringing back the others. What's the best way to accomplish this? I
thought about using a query with a parameter and setting the parameter
value to a value that doesn't exist, then calling "insert". Is there a
better way?
bringing back the others. What's the best way to accomplish this? I
thought about using a query with a parameter and setting the parameter
value to a value that doesn't exist, then calling "insert". Is there a
better way?