VS 2005 Query Builder Parameter?
C#
2
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to find a way to use the sql builder to make custom searches. Basically I have a textbox that is for "item" and I'd like the content of that string used for a WHERE sql command. I can't figure out how to do this with the query builder though. Thanks!
-
I'm trying to find a way to use the sql builder to make custom searches. Basically I have a textbox that is for "item" and I'd like the content of that string used for a WHERE sql command. I can't figure out how to do this with the query builder though. Thanks!
No Idea's how to modify the stored SQL from Query builder using a custom string that can be build from a form object? :[