Question : Using sendkeys in SQL

Hello experts..
I am using an app written in SQL.  I could simplify a lot of things I have to do if I could use sendkeys (don't ask why, I have a vb app that runs in the background that detects certain keystrokes and then sendkey's to what ever app I'm in, but that's irrelevant), but it does work when any other app is active, but sendkeys does not work when the SQL app is active.  Anyone know why or if there is a way to make it work...
oh...the sql app is a remote app...that wouldn't be why would it??

Thanks!
:-)
Albert

Answer : Using sendkeys in SQL

Maybe this:
1:
SELECT * FROM table1 WHERE ((adtitle LIKE '%free%') OR (comments LIKE '%free%') OR (adtitle LIKE '%food%') OR (comments LIKE '%food%')) AND active='1';
Random Solutions  
 
programming4us programming4us