Search found 27 matches: trddodbc

Return to advanced search

Re: problem w with FWH 16.12 and xHB.com

... = [Source\Classes\tras.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\trdd.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\trddodbc.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\treeitem.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\trees.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4960

Recompilar FiveHMX para xhb.com

... "Obj\tprogres.obj" "Obj\tproxy.obj" "Obj\trackbar.obj" "Obj\tras.obj" "Obj\trdd.obj" "Obj\trddodbc.obj" "Obj\treeitem.obj" "Obj\trees.obj" "Obj\tresourc.obj" "Obj\trichedi.obj" "Obj\tsmtp.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 820

Re: Help needed in the wiki!

... TNewsServer TNg TObjFile TOdbc TOrdInfo TOutLook TPages TPanel TParser TPen TPOP3 TPrinter TProgress TProxy TRadio TRadMenu TRas TRColumn TRdd TRddOdbc TReBar TRect TReg32 TReport TRFile TRichEdit TRLine TView TWBrowse The following Functions are also rectified. There are many functions yet ...
by anserkk
Fri Feb 19, 2010 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed in the wiki!
Replies: 4
Views: 1308

... Compiling 'trdd.prg'... Lines 164, Functions/Procedures 6 Generating C source output to 'trdd.c'... Done. C:\classes>c:\xharbour\bin\harbour trddodbc.prg /n /ic:\fwh\include;c:\xharbour\include xHarbour Compiler build 1.1.0 (SimpLex) (Rev. 6195) Copyright 1999-2008, http://www.xharbour.org ...
by anserkk
Thu Oct 16, 2008 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create FiveH.Lib and FiveHx.Lib from C:\FWH\Source\Classes
Replies: 18
Views: 6650

De hecho, nosotros ya construimos un RDD para SQL para FW 16 bits. El código fuente esta en fwh\source\classes: tdbodbc.prg, trddodbc.prg, todbc.prg. En esas clases hay código SQL muy interesante :-) La idea es portarlo al USRRDD de Harbour/xHarbour, sin usar ODBC, y de la misma forma ...
by Antonio Linares
Sun Sep 07, 2008 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Informix - Disculpen que insista
Replies: 46
Views: 14962

MS Access

... with Access databases and I'm doing the same copy as you . But speed is very good . The only difference is that this my app. is writen with TRddOdbc , because TDbOdbcDirect wasn't and I'm using 3.5 version MS Access ODBC driver . I don't really know , but in earlier was problem with others ...
by Antonio Linares
Wed Aug 27, 2008 7:28 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65103

error on odbc

... '_HB_FUN__TRDD' referenced from C:\FWH\LIB\FIVEHX.LIB |TRDD Error: Unresolved external '_HB_FUN_INIODBC32' referenced from C:\FWH\LIB\FIVEHX .LIB|TRDDODBC Error: Unresolved external '_HB_FUN_ENDODBC32' referenced from C:\FWH\LIB\FIVEHX .LIB|TRDDODBC what library missing ?
by damianodec
Mon May 26, 2008 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on odbc
Replies: 1
Views: 540

ODBC con FWH

... funzione FUNCTION odbsap(call1,oWnd) local cDsn := "DSN" Local cName := "Name" Local cPass := "Pass" Local oRdd RddSetDefault( "ODBC" ) oRdd := TrddOdbc():New( cDSN, cName, cPass ) USE "TABLE" VIA "ODBC" Browse() ordd:End() return ma in fase di compilazione mi vengono fuori questi errori: Error: ...
by damianodec
Sat May 24, 2008 8:25 am
 
Forum: All products support
Topic: ODBC con FWH
Replies: 1
Views: 909

... Classes - 0132 TPOP3 Classes - 0133 TPROGRES Classes - 0134 TPROXY Classes - 0135 TRACKBAR Classes - 0136 TRAS Classes - 0137 TRDD Classes - 0138 TRDDODBC Classes - 0139 TREEITEM Classes - 0140 TREES Classes - 0141 TRESOURC not found in FIVEH.LIB, not compiling ... Classes - 0142 TRICHEDI Classes ...
by MGA
Thu Mar 20, 2008 11:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SR.ANTONIO-Comportamento estranho do FW
Replies: 9
Views: 3793

Darrell,

Please remove TRDD and TRDDODBC modules from FIVEHX.lib

Those PRGs should not be added to FIVEHX.lib
by Antonio Linares
Fri Dec 21, 2007 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql and sql lib
Replies: 22
Views: 5455

... '_HB_FUN__TRDD' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDD Error: Unresolved external '_HB_FUN_INIODBC32' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDODBC Error: Unresolved external '_HB_FUN_ENDODBC32' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDODBC -- LINK BATCH FILE -- del sql.exe set hdir=c:\xHarbour ...
by cdmmaui
Thu Dec 20, 2007 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql and sql lib
Replies: 22
Views: 5455

TRddOdbc : Sólo para 16 bits. Deriva de TRdd e implementa un RDD para usar ODBC TOdbc : Uso general de ODBC TDbOdbc : Uso de ODBC simulando la funcionalidad de una DBF TDbOdbcDirect : Uso optimizado de ODBC simulando parcialmente ...
by JmGarcia
Mon Jun 11, 2007 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al linkar un programa con ODBC
Replies: 14
Views: 5176

TRddOdbc : Sólo para 16 bits. Deriva de TRdd e implementa un RDD para usar ODBC

TOdbc : Uso general de ODBC

TDbOdbc : Uso de ODBC simulando la funcionalidad de una DBF

TDbOdbcDirect : Uso optimizado de ODBC simulando parcialmente la funcionalidad de una DBF

No es fácil de explicarlo :-)
by Antonio Linares
Mon Jun 11, 2007 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al linkar un programa con ODBC
Replies: 14
Views: 5176

Unas preguntillas...

Definicion de las clases y diferencias entre ellas (todas de ODBC):

TRddOdbc
TOdbc
TDbOdbc
TDbOdbcDirect

A ver si me aclaro...
by JmGarcia
Mon Jun 11, 2007 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al linkar un programa con ODBC
Replies: 14
Views: 5176

... toolbar.obj \ tordinfo.obj \ tpages.obj \ tpanel.obj \ tparser.obj \ tpop3.obj \ tprogres.obj \ tproxy.obj \ trackbar.obj \ tras.obj \ trdd.obj \ trddodbc.obj \ treeitem.obj \ trees.obj \ tresourc.obj \ trichedi.obj \ tsmtp.obj \ tsocket.obj \ tstring.obj \ tstruct.obj \ tsymbol.obj \ tsymtabl.obj ...
by saviotti
Fri May 18, 2007 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9797
Next

Return to advanced search