Search found 6 matches: female

Searched query: female

by nageswaragunupudi
Wed May 17, 2017 3:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1761

Re: How to speed up your MySQL queries 300 times

... is often quoted on this subject: If male employees are above 90% then for choosing all male employees direct table scan is faster and for choosing female employees, index scan is faster.

Rule based optimization which was prevalent long time back always used indexes. Oracle moved from RBO to Cost ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 36269

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... as full collating spec
e) Where a diffent specification is requied, same can be written as text in 2nd element of array eg:
{ "_" "ENUM( 'male', 'female' )" }

3rd Param: Optional lAddAutoInc ( default .T. )
It is very strongly recommended that every table should have one unique primary key to make ...
by Antonio Linares
Fri Oct 25, 2013 8:05 am
Forum: FiveWin para Harbour/xHarbour
Topic: Voces
Replies: 23
Views: 8582

Re: Voces

Adhemar,

En teoria debe hacerse asi:

oVoice:Voice = oVoice:GetVoices():Item( 0 )

ó:

oVoice:Voice = oVoice:GetVoices( "gender=female" ):Item( 0 )

pero ambos dan error y deberían funcionar...

Además, esto parece correcto:

MsgInfo( oVoice:GetVoices():Item( 0 ):ClassName() )
by Antonio Linares
Mon Jul 20, 2009 10:55 pm
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 8031

Re: New FTDN June/Junio 2009 (9.06)

... aPrompts. Si se proporciona, se usará para mostrar además de comprobar los mapas de bits.
Ejemplo: oCol:SetCheck( { "ON", "OFF" }, .t., { "Male", "Female" } )

ii. DATA bOnChange ( Nuevo ). Ejecutada cuando los datos de las columnas son cambiados con dos parámetros,
(1) Columna objeto y (2) antes ...
by Antonio Linares
Sat Jul 11, 2009 5:12 pm
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 8031

New FTDN June/Junio 2009 (9.06)

... If provided, the prompts will be used to display in addition to the check bitmaps.
Example: oCol:SetCheck( { "ON", "OFF" }, .t., { "Male", "Female" } )

ii. DATA bOnChange ( New ). Executed when the column?s data is changed with two parameters, (1) Column
object and (2) pre-edit value ...
by xProgrammer
Sat Feb 02, 2008 1:21 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Upgrading to Ubuntu 7.10
Replies: 2
Views: 1395

... to explain the background to this I am trying to speed up data entry. We have different salutations as follows:

Mr. male (married or not)
Mrs. female (married)
Miss female (not married)
Ms. female (no implication as to marital status)

user can click on any of the above and the code sets the ...