Search found 33 matches

by athayde
Mon May 14, 2007 1:53 am
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

Antonio,

Yes i'm using this last version
* $Id: adordd.prg,v 1.33 2007/05/12 08:47:49 antoniolinares Exp $


i'm using MYSQL

please correction OPEN for support others Querys not only DEFAULT

Thanks
by athayde
Sun May 13, 2007 2:30 am
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

Antonio Linares wrote:Try this:

INDEX ON rd+nivelus+menu TO XNIV TAG RD_NIVELUS_MENU
i try but error continues
is anything on Index.Columns
but not find a solution

i try a index more simple
INDEX ON nivelus TO X_NIVELUS
and the error cotinues

Thanks
Fernando
by athayde
Sun May 13, 2007 1:37 am
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

correction of fix after UPDATE static function ADO_PUTVALUE( nWA, nField, xValue ) local aWAData := USRRDD_AREADATA( nWA ) local oRecordSet := aWAData[ WA_RECORDSET ] if ! aWAData[ WA_EOF ] .AND. oRecordSet:Fields( nField - 1 ):Value<>xValue TRY oRecordSet:Fields( nField - 1 ):Value := xValue oRecor...
by athayde
Sat May 12, 2007 2:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

error in index: INDEX ON rd+nivelus+menu TO XNIV Error ADORDD/1004 Create error (Operation not supported): XNIV Error at ...: ADO_ORDCREATE(692) in Module: ADORDD.PRG Called from : ADO_ORDCREATE(699) in Module: ADORDD.PRG Called from : ORDCREATE(0) in Module: Called from : DBCREATEINDEX(61) in Modul...
by athayde
Fri May 11, 2007 6:57 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

Antonio,

it obtained, to see some thing on bug2 and 3?
by athayde
Fri May 11, 2007 1:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

correction of bug COMMIT:
STATIC FUNCTION ADO_FLUSH( nWA )

LOCAL oRecordSet := USRRDD_AREADATA( nWA )[ WA_RECORDSET ]

TRY
oRecordSet:Update()
CATCH
END

RETURN SUCCESS
by athayde
Fri May 11, 2007 1:00 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

i get now xharbour cvs, with new atualization for adordd usrrdd congratulations for support to firebird now bugs bug 1: COMMIT error continues code: REPL nomeapl WITH c_nomeapl UNLOCK COMMIT error: Error ADODB.Recordset/16389 E_FAIL: UPDATE Arguments: () Error at ...: TOLEAUTO:UPDATE(0) in Module: w...
by athayde
Fri May 11, 2007 12:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

yes Antonio, cgcfo and codifo, exists in a table

Thanks
Fernando
Brazil
by athayde
Fri May 11, 2007 12:19 am
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

LOCATE FOR "cfcfo='"+c_cgcfo+"' .AND. codifo<>'"+mcodifo+"'" error LOCATE Error ADODB.Recordset/16389 E_FAIL: FIND Arguments: ( [ 1] = Type: C Val: cgcfo ='03.013.546/0006-80' AND codifo<>'000001' [ 2] = Type: N Val: 0) Error at ...: TOLEAUTO:FIND(0) in Module: win32ole...
by athayde
Thu May 10, 2007 8:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

how i do a LOCATE
LOCATE FOR "field=variable .AND. field<>variable"
by athayde
Thu May 10, 2007 7:12 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

erro after COMMIT
Error ADODB.Recordset/16389 E_FAIL: UPDATE Arguments: ()

Error at ...: TOLEAUTO:UPDATE(0) in Module: win32ole.prg
Called from : ADO_FLUSH(488) in Module: ADORDD.PRG
Called from : DBCOMMITALL(0) in Module:
by athayde
Thu May 10, 2007 7:11 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

all SET ORDER now appears how "not supported"

sorry, but i be testing this rdd
by athayde
Thu May 10, 2007 6:57 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

thanks, resolve very problems but this continue i have 1 field char (5) in mysql, when consulting a field, return "" it would have return " " ( spac(5) ) in another case the field be with "123", and return "123" it would have return "123 " ( "12...
by athayde
Thu May 10, 2007 1:49 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

how do you clean locate? because i make a locate ex: LOCATE FOR "codius LIKE '01'" after in another option in software make LOCATE FOR "codiapl LIKE '02'" when runs a second LOCATE appears a error: Error ADODB.Recordset/16389 E_FAIL: FIND Arguments: ( [ 1] = Type: C Val: codius L...
by athayde
Thu May 10, 2007 12:36 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo AdoRDD (libre)
Replies: 260
Views: 135069

i have 1 field char (5) in mysql, when consulting a field, return "" it would have return " " ( spac(5) ) in another case the field be with "123", and return "123" it would have return "123 " ( "123"+spac(2) ) because hte field is char and ...