Search found 35 matches: tdbodbc

Return to advanced search

Where i can find "FiveODBC Documentation"

I'd like to know more about FiveODBC classes. Opening the file help file of FiveWin Classes i find the class TdbOdbc, TOdbc, ecc. but the manual suggest "Please consult FiveODBC Documentation". Where i can find it? I search online into "Fivetech Software Wiki" ...
by max
Wed Aug 22, 2018 5:17 pm
 
Forum: FiveWin for CA-Clipper
Topic: Where i can find "FiveODBC Documentation"
Replies: 15
Views: 13258

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tdbfcomp.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tdbodbc.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tdbodbcd.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tddemlcl.prg] ...
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\tcompone.obj" "Obj\tctrsock.obj" "Obj\tdbase.obj" "Obj\tdbfcomp.obj" "Obj\tdbodbc.obj" "Obj\tdbodbcd.obj" "Obj\tddemlcl.obj" "Obj\tddemlsv.obj" "Obj\tdict.obj" "Obj\tdosprn.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 826

ERROR EN CONSULTA SQL DESDE APLICACION FWH

... MEMVAR oSysList PROC Main() LOCA oOdbc, oDbf, aData:= {} oOdbc := TOdbc():New( OdbcDsnEntries()[ 5 ], 'sa', 'B1Admin' ) IF oOdbc:lSuccess oDbf := TDbOdbc():new( "SELECT T0.[ItemCode][PRODUCTS_MODEL], T0.[ItemName][PRODUCTS_NAME], T0.[SuppCatNum][REF], T3.[FirmName][MARCA], " + ; " ...
by fusion
Thu Jun 27, 2013 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN CONSULTA SQL DESDE APLICACION FWH
Replies: 3
Views: 1346

Re: Error con tdbobdc + xbrowse + mdi

Simon, Tienes razon ( hace tiempo que no trabajo con odbc ), pero tambien recuerdo que el tdbodbc solo soporta skip hacia adelante no hacia atras y es ahi donde te da el error, cuando obtiene la linea, que es en el metodo fetch(), el que hace la llamada a sqlextendedfetch. ...
by Lautaro
Fri Nov 26, 2010 6:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con tdbobdc + xbrowse + mdi
Replies: 9
Views: 1258

Re: Error con tdbobdc + xbrowse + mdi

Ese no es el problema,

Funciona en un dialogo y/o un entorno sdi.

El metodo open es para la clase tdbodbcdirect, y yo estoy usando tdbodbc.

el metodo open si la memoria no me falla mete el resultado del query en una tabla dbf/cdx lo que la hace sumamente lenta con tablas grandes.

Saludos.
by Simon
Fri Nov 26, 2010 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con tdbobdc + xbrowse + mdi
Replies: 9
Views: 1258

Error con tdbobdc + xbrowse + mdi

Estoy construyendo una aplicación y me sale un error cuando trato de usar un xbrowse (con un recordset creado con tdbodbc) en una ventana mdi, el error es SQLExtendFetch on Goto() method [#4626092] class: (y una serie de caracteres aleatorios). Si quito las clausulas mdi y creo ...
by Simon
Fri Nov 26, 2010 12:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con tdbobdc + xbrowse + mdi
Replies: 9
Views: 1258

New FTDN March/Marzo 2010 (10.3)

... ODBC 5.1 Driver};Server=localhost;Database=myDataBase; User=myUsername;Password=myPassword;Option=3;" * Enhancement: Class TDbOdbc and TDbOdbcDirect are made compatible with XBrowse. These objects can be browsed like any other object like TDataBase, etc. * New: Class TMeterEx, ...
by Antonio Linares
Tue Mar 30, 2010 9:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2010 (10.3)
Replies: 3
Views: 2691

Re: Help needed in the wiki!

... TCColumn TCheckBox TClipBoard TComboBox TComm TcomObject TComponent TControl TCover TCtrlSocket TCursor TDatabase TDatePick TDbfComp TDbm TDbms TDbOdbc TDDE TDDEMLClient TDDEServer TDict TDlgFind TDosPrn TEnhMetaFile TExStruct TFGet TField TFile TFileGTF TFLine TFolder TFTP TFTPSession TGet ...
by anserkk
Fri Feb 19, 2010 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed in the wiki!
Replies: 4
Views: 1308

Re: Porting FW to FWH using MySql

Wzaf,

You can also use Class TDbODBC in 32 bits if you need it :-)
by Antonio Linares
Sun Feb 07, 2010 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting FW to FWH using MySql
Replies: 19
Views: 2807

Porting FW to FWH using MySql

Hi all, I'm porting my applications from FW to FWH . I use MySql , and in FW I used class TDbOdbc in this way : oDbf := TDbOdbc():new("SELECT * FROM mytab....... " , oOdbc) and then I scan ODbf structure to retrieve data . I use this method also in FWH and ...
by wzaf
Thu Feb 04, 2010 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Porting FW to FWH using MySql
Replies: 19
Views: 2807

Re: msg erro classe TDBOdbc()

Es preferible que uses ADO en vez de ODBC, que Microsoft ya desaconsejo su uso hace tiempo.

En estos foros tienes muchos ejemplos de como usar ADO :-)
by Antonio Linares
Thu Dec 03, 2009 7:38 am
 
Forum: All products support
Topic: msg erro classe TDBOdbc()
Replies: 1
Views: 1035

msg erro classe TDBOdbc()

... mensagem , pq nao da erro algum. agradeço as ajudas. Parte do codigo abaixo: l_ope3:=TOdbc():New(l_odb,"","") //Itens l_tait=TDBOdbc():New("SELECT * FROM "+"SD1010 ORDER BY d1_doc+d1_emissao",l_ope3,3,"SEL_003") l_notnum="123456" l_notdde="20091101" ...
by softloja
Sun Nov 22, 2009 7:57 pm
 
Forum: All products support
Topic: msg erro classe TDBOdbc()
Replies: 1
Views: 1035

... is trying to create a DBF. This might fail if the user doesn't have the proper rights. If that isn't the problem, then I suggest compiling the TDBODBC.PRG and linking it into your program. This way you can put msgInfo()'s into the Open method until you find the exact line that is causing the ...
by James Bott
Mon Dec 08, 2008 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF when using todbc
Replies: 5
Views: 868

... 'tdbfcomp.prg'... Lines 118, Functions/Procedures 7 Generating C source output to 'tdbfcomp.c'... Done. C:\classes>c:\xharbour\bin\harbour tdbodbc.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: 6653
Next

Return to advanced search