Search found 744 matches: null

Return to advanced search

SUCCESS!!!!!!!!!!!!!! For the oRs:ReSync( 1,2 ) option to work .. you MUST have a PRIMARY KEY set and NOT NULL checked. No other changes to the syntax need to be made. ReSync() works perfectically and will update the visability of a changed record to a local cached recordset ...
by Rick Lipkin
Mon Jun 25, 2007 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update visability between workstations
Replies: 18
Views: 5292

... the linking expression of the relation specified by <nRelation>. If there is no RELATION SET for <nRelation>, DBRELATION() returns a null string (""). Obviamente si en la expresion hay referencias a variables locales, creo que se va a complicar un poco. Lo ideal sería tener una funcion ...
by Carlos Mora
Thu Jun 14, 2007 9:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Averiguar SetRelation
Replies: 3
Views: 800

... ) base->x1 := x1 base->x2 := x2 . . base->xN := xN y asi sucesivamente, ya que con archivos ADT existe los datos NULL
by Patricio Avalos Aguirre
Tue Jun 05, 2007 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: desabafo - relief
Replies: 6
Views: 1950

Amigo, talvez esse trecho de "RF" possa ajuda-lo: Otras cosas a tomar en cuenta: NULL no es lo mismo que vacío.... NULL es un valor que manejan muchas tablas SQL, un campo vacío en un archivo ADT no tiene un valor "vacío", sino que tiene un valor NULL, que es un ...
by Nop
Tue Jun 05, 2007 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: desabafo - relief
Replies: 6
Views: 1950

... Com ADSCDX funciona perfeitamente !!! Mas com ADSADT nao Funciona : ADSCDX : dtos(ctdo(" / / ")) = SPACE( 8 ) ADSADT : dtos(ctdo(" / / ")) = NULL Já tentei isso e nao funciona usando o scope -------------------------------------------------------------------------------- REQUEST ADS,ADSKeyno,ADSKeyCount ...
by luiz53
Tue Jun 05, 2007 10:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: desabafo - relief
Replies: 6
Views: 1950

activa los puerto serial

... =log Spools a string out the Initialized port cString must not be larger than 32k, and no smaller than 1 byte, it may contain imbeded null bytes. The cString must remain public and can not be cleared until the buffer is clear see OUTBUFSIZE() Returns False if another stream is still ...
by orosmagno
Tue May 22, 2007 1:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda por favor
Replies: 7
Views: 2372

... in for the NIL > parameter and writes that to the table. I need to be able to let a user > blank out a date and store it as BLANK or NULL in the SQL table .. > ctod("") gives an ADO run-time if you try to write that value to the MS > SQL table. This was fixed last Feb, 16th, ...
by Rick Lipkin
Sun May 20, 2007 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO .. how to write ctod('00/00/00') to MS Sql Server
Replies: 2
Views: 1105

Ramon, checa si en la estructura de tu base de datos, tienes,

NOT NULL

De ser asi cambiale por NULL

saludos..
by sysctrl2
Sat May 19, 2007 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: nuevamente sobre el RDDADO
Replies: 9
Views: 2412

ADO .. how to write ctod('00/00/00') to MS Sql Server

To All I have done several Google searches and not been able to find how to write a blank or null date to a datetime field in MS Sql server using ADO recordset update. Consider this example: |DATE | | null | dDATE := oRs:Fields("DATE"):Value // xHarbour sees a NULL date ...
by Rick Lipkin
Sat May 19, 2007 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO .. how to write ctod('00/00/00') to MS Sql Server
Replies: 2
Views: 1105

... PARAMS ) { _retl( TrackPopupMenu( ( HMENU ) _parnl( 1 ), _parni( 2 ), _parni( 4 ), _parni( 3 ), _parni( 5 ), ( HWND ) _parni( 6 ), NULL ) ); } //----------------------------------------------------------------------------// HARBOUR HB_FUN_ENABLEMENUITEM( PARAMS ) { _retl( EnableMenuItem( ...
by saviotti
Fri May 18, 2007 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 10416

Error al compilar con FWPPC de Mayo-2007

Al compilar el programa MEDIA.PRG que trae de ejemplo la FWPPC0705 me da estos errores: FiveCEC.lib(ACTX.obj) : error LNK2019: unresolved external symbol IID_IUnknown referenced in function "public: void __cdecl TActiveX::Add(char *)" (?Add@TActiveX@@QAAXPAD@Z) FiveCEC.lib(ACTX.obj) : error LNK...
by JmGarcia
Fri May 18, 2007 12:59 pm
 
Forum: FiveWin para Pocket PC
Topic: Error al compilar con FWPPC de Mayo-2007
Replies: 10
Views: 4799

SELECT * FROM libros WHERE area IS NULL

o algo asi:

Libros->( AdsSetAof( Empty( area ) ) )
by reinaldocrespo
Mon May 14, 2007 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ads busqueda campos memos VACIOS
Replies: 3
Views: 740

... con el nuevo RDDADO, Como dice Fenando, tenemos que acoplarnos con el modelo ADO saludos, cordiales, sysctrl, La dfiferencia es en incluirle NOT NULL y NULL a la creación de las tablas. Si se le incluye NOT NULL, ahi es donde truena, con NULL no pasa nada, y funciona al 100%. la cantidad de registros ...
by wmormar
Tue May 01, 2007 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 138406

Esta tabla aun con una fila, truena. CREATE TABLE `archivo1` ( `clave` varchar(18) NOT NULL, `folio` varchar(14) NOT NULL, `fregistro` date NOT NULL, `nombre` varchar(30) NOT NULL, PRIMARY KEY (`clave`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 y está funciona bien. CREATE ...
by wmormar
Tue May 01, 2007 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 138406

... wildcards. Only the asterisk (*) and percent sign (%) wild cards are allowed, and they must be the last character in the string. Value cannot be null. Note To include single quotation marks (') in the filter Value, use two single quotation marks to represent one. For example, to filter on O'Malley, ...
by jlcapel
Mon Apr 30, 2007 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107480
PreviousNext

Return to advanced search