Sep 13, 2008 #1 KiaKia Programmer Mar 30, 2008 59 US Hi everyone, Please let me know how I can pass a parameter to the query of a table adaptor. Thanks, Kia
Hi everyone, Please let me know how I can pass a parameter to the query of a table adaptor. Thanks, Kia
Sep 16, 2008 #2 RonRepp Technical User Feb 25, 2005 1,031 US Kia: What do you have thus far? Hint: The people here are great, but they need to see what you are doing to help you. Ron Repp If gray hair is a sign of wisdom, then I'm a genius. My newest novel: Wooden Warriors http://www.repproductions.net Upvote 0 Downvote
Kia: What do you have thus far? Hint: The people here are great, but they need to see what you are doing to help you. Ron Repp If gray hair is a sign of wisdom, then I'm a genius. My newest novel: Wooden Warriors http://www.repproductions.net
Sep 16, 2008 #3 Kliot Programmer Jan 10, 2003 622 US Add a paramaterized query to the table adapter and call it like: tablaeadapter.fillby(dataset.table, paramaterValue) or tablaeadapter.fillby(dataset.table, paramaterValue1, paramaterValue2...) Hope this helps Upvote 0 Downvote
Add a paramaterized query to the table adapter and call it like: tablaeadapter.fillby(dataset.table, paramaterValue) or tablaeadapter.fillby(dataset.table, paramaterValue1, paramaterValue2...) Hope this helps