Search found 52 matches: smith

Return to advanced search

Re: Network Issue

... to change the type of search. It is instantaneous. Now, because its a browse, each of those columns is shown, so they are not unique. If its Smith on Oak Street, I can put in Smi and see the lists of Smiths. There are not many in a population of 400, or 1000, records. Then I look across to ...
by TimStone
Tue Jan 14, 2014 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10977

Re: Network Issue

... is included in the xBrowse methods. If he needs to look up Samuel Dobrienskivask, he may find the record in the list with just Dob. However, James Smith will likely require him to input far more. Anyway, that is the way I read the request and how I responded. Tim
by TimStone
Tue Jan 14, 2014 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10977

Re: Network Issue

... for a minute. The problem seems to be how to find a patient's record. Let's consider this in generalities. Most common last name in the USA is Smith. It is 1 percent of the population. http://names.mongabay.com/most_common_surnames.htm So out of a million records, 1 percent, or 10000 records, ...
by James Bott
Mon Jan 13, 2014 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10977

Re: Strange problems since loading FWH 13.07

Darrell,

cdmmaui wrote:Hello,

I have reinstalled xHarbour and RTL.LIB is missing.


From where do you got xHarbour? It's clearly an incomplete package. Please use the one distributed with FWH. Or use Mel Smith's build: whosaway.com (Password: 'XHB').

EMG
by Enrico Maria Giordano
Thu Sep 05, 2013 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems since loading FWH 13.07
Replies: 39
Views: 14253

Re: ADS : DbSetFilter VS SQL Statement?

We are doing queries on dbf/cdx files without a dictionary. The only thing to notice is that any condition like "Where Name = 'Smith'" needs an index on Name without a condition Alex Alex; True, you may execute SQL without a DD connection and still take advantage of indexes, but ...
by reinaldocrespo
Wed May 30, 2012 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3029

Re: ADS : DbSetFilter VS SQL Statement?

We are doing queries on dbf/cdx files without a dictionary. The only thing to notice is that any condition like "Where Name = 'Smith'" needs an index on Name without a condition The process is basically: #include "ads.ch"Adsconnect("c:\pathtodata")select ...
by AlexSchaft
Wed May 30, 2012 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3029

Re: ADS : DbSetFilter VS SQL Statement?

... provided that you have an index based on field state and field lastname, then sql below is really fast: SELECT * FROM customers WHERE lastname = 'Smith' AND state = 'CA' That statement will return a cursor (like a table) with all the columns on table customers where the customer lastname field ...
by reinaldocrespo
Tue May 29, 2012 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3029

Re: Client Server options

... (dynamic) cursors, updates to the base table are reflected in the cursor. For example, consider "select * from employee where lastname = ‘Smith’". If a record is appended to the employee table and the new record’s lastname field is set to ‘Smith’, that new record will be inserted ...
by reinaldocrespo
Mon May 28, 2012 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25127

Re: Client Server options

... · • If a memo field is used in a WHERE clause (e.g., WHERE memo is null) · • LIKE operator is used in a WHERE clause (e.g.,. WHERE lastname LIKE 'Smith%) · • Expressions or scalar functions in the select list (e.g., select UCASE(lastname) … ) · • TOP in the SELECT clause · • WHERE clause contains ...
by reinaldocrespo
Mon May 28, 2012 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25127

Re: Fulltextsearch (to Marco Boschi)

... by specifying character strings which occur anywhere in any of these fields. Given "john," HiPer-SEEK would identify records for John Smith, Elton John, 345 John White Avenue, and Johnson City. Additionally, the application might limit matches to those containing "john" in ...
by Gale FORd
Wed Nov 10, 2010 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltextsearch (to Marco Boschi)
Replies: 36
Views: 9405

Re: hash with (x)harbour - knowledge base

... different names mapping to the same hash "bucket." See under the "Collision Resolution" section the example that "James Smith" and "Sandra Dee" both map to the same hash number. http://en.wikipedia.org/wiki/Hash_table#Perfect_hash_function So ...
by James Bott
Wed Sep 22, 2010 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 7905

xBrowse code block to evaluate fieldname()->value

... See listbox .. I want to color each like cell the same BACKGROUND ( not forground is in the example ) color as in LIPKIN LIPKIN LIPKIN JONES JONES SMITH WILSON WILSON http://img709.imageshack.us/img709/1183/xbrowse.jpg I need to test for the contents of each cell and match it to ...
by Rick Lipkin
Sat Jul 10, 2010 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse code block to evaluate fieldname()->value
Replies: 9
Views: 3672

Daily scheduler .. Otto ??

... you use something like this for your Hotel guests ??? Thanks in advance !! Rick Lipkin car Mon Tues Wed Thurs 101 | Rick Lipkin | 102 | Jack Smith |
by Rick Lipkin
Thu Jun 03, 2010 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Daily scheduler .. Otto ??
Replies: 0
Views: 328

Re: RED Local con ADS

... increased resource usage on the server. This is especially true if non-optimized filters are created. For example, if the filter "lastname = ‘Smith’" is used and there is no index available on lastname, the filter will not be optimized. This means that every bit will be turned on initially. ...
by MarioG
Fri Mar 12, 2010 1:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RED Local con ADS
Replies: 10
Views: 3773

Re: A Database Design Question

... example, I have an IsDoctor field which say contains a "D" for a doctor and " " otherwise then to get all doctors named "Smith" I just have to search on "DSMITH" given that I maintain an index on Upper( IsDoctor + Surname). It is an approach I have thought ...
by xProgrammer
Mon Mar 01, 2010 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Database Design Question
Replies: 7
Views: 1899
PreviousNext

Return to advanced search