|
-
Dec 21st, 2006, 10:52 PM
#4
Re: [2005] remove quotes from string in parametrized query
If you ask in the Database Development forum some DB guru may be aware of the best way to do this. With my less-than-complete knowledge of SQL I would probably just create a query that took one ID and execute it multiple times. If you do that make sure you explicitly open the connection first and close it afterwards. If you don't do that it will be closed and reopened between each pair of calls, which will slow it down considerably. To access the Connection property of the TableAdapter you'll have to make it Public in the DataSet designer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|