Phonetic Searches
Question: How can I perform a phonetic search in SQL? I need to search a database ofnames, but exact matches won’t work. Using phonetic matching, I could finda name registered
Question: How can I perform a phonetic search in SQL? I need to search a database ofnames, but exact matches won’t work. Using phonetic matching, I could finda name registered
Question: I have number of forms, including a MainMenu form. On the MainMenu form I have several buttons that I want to click and connect to my other forms. I
Question: How can I print two DataWindows on to one page? Do you have to use a composite DataWindow? Or is there a way to do it with two separate
Question: Is there a driver for Oracle 7.3.2.3 — the version Oracle recommends for NT 4.0? Answer: Yes, but it is not readily available (as of this writing, 4/14/97). You
Question: I have a table set up with training records by date. I want to produce a query that will count how many training sessions took place for each quarter
Question: Can I use more than one criteria in the QueryWhere(“col1=’val1′”&”col2=’val2′) to refresha bound grid? I would really appreciate an answer or a solution; we are on the border line
Question: Is it possible to activate an event or function at regular time intervals in a customer user object?I’ve tried to defined a timer event using event id pbm_timer. But
Question: I have a tabular DataWindow with a DDDW. Can I filter the dddw to include only valuesthat have NOT already been selected ? Answer: There is a short, a
Question: I am developing an application that automates government-defined forms, and have defined the forms using DataWindows. For items such as MALE/FEMALE, YES/NO, etc., I have used radio buttons. But