I am trying to add a query that will find matching rows that sound like the
keyword.
i.e.. select * from tbl_names where last_name sounds like "ape"
thanks
Any suggestions on how best to implement this?
i.e.. select * from tbl_names where last_name sounds like "ape"
thanks
Any suggestions on how best to implement this?
Gabriel Kniznik
Quote:> I am trying to add a query that will find matching rows that sound like
the
> keyword.
> i.e.. select * from tbl_names where last_name sounds like "ape"
> thanks
> Any suggestions on how best to implement this?
i.e. clein and kline are not considered equal.
Still looking for a better solution.
thx
> Gabriel Kniznik
> > I am trying to add a query that will find matching rows that sound like
> the
> > keyword.
> > i.e.. select * from tbl_names where last_name sounds like "ape"
> > thanks
> > Any suggestions on how best to implement this?
and then use the filter property of the recordet, there's a "like" statement
that works like what you want ... I dunno if there's a sql command to do
so:P
-jp
Quote:> I am trying to add a query that will find matching rows that sound like
the
> keyword.
> i.e.. select * from tbl_names where last_name sounds like "ape"
> thanks
> Any suggestions on how best to implement this?
1. SOUND SOUND SOUND !!!! PDOX 7.0
Can anybody help.
1) I've tried using the Sound command which use to work ok in Paradox
5.0, but all I get is a single beep, even if I use different frequencies
and durations. I even copied the example in the help, but no luck. The
same thing happens on three different machines I have tried this on. Any
guesses ??
2) Before using Paradox 7.0, I used to be able to call MMSYSTEM DLL to
play WAV files. However, due to Pdox 7.0 being 32 bit and MMSYSTEM.DLL
16bit, I can no longer do this. Any Idea what DLL I can use now, and its
calling syntax.
3) The other problem (yet another), is that I want Paradox to appear in
front of applications when a certain event happens (on a timer). I can
get other applications to appear infront of Pdoxwin, by accessing the
handle using ENUMWINDOWNAMES, and bringing the window to the front.
Nothing happens however if I try to grab the Paradox 7.0 handle
(obviously because I am calling it within Pdoxwin 7.0). Anybody else hit
this problem or has any solution ??
Anyway, thanks for reading this. Please Email me if you have any
solutions to the above or have encountered similar problems.
Thanks
----------------------------------------
| Matthew Dunning |
| "In the end its not who you are, but |
| who you've beaten at Monopoly !!!" |
| Dr Who on Fox - 14th May |
----------------------------------------
2. Converting string calculation fields to meaningful UDF's?
3. Query slow over liked server
6. Which is best Oracle DBA Certification Course
7. can a query play a sound???
8. Can Query Analyzer play sounds???
10. Counting the number of satisfied LIKES in a SELECT statement
12. Visual Liking in .Net using TREE VIEW control