Search found 184 matches: adofuncs

Return to advanced search

Re: Dbf/cdx to sql changing

Otto

ADO does all the work and it is part of FW .. Rao has created a set of functions that leverage ADO .. have a look at \source\function\adofuncs.prg.

Rick Lipkin
by Rick Lipkin
Sat Jul 20, 2024 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4190

error : streams

... referenced from C:\FWH2404\LIB\FIVEH.LIB|webserver Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from C:\FWH2404\LIB\FIVEH.LIB|adofuncs Error: Unresolved external '_HB_FUN_HB_BLEN' referenced from C:\FWH2404\LIB\FIVEH.LIB|olefuncs Error: Unresolved external '_HB_FUN_OLEDEFAULTARG' ...
by acwoo1
Mon Jul 15, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 1841

Re: New FTDN April 2024 (FWH 24.04)

... la columna. Solucionado. https://forums.fivetechsupport.com/viewtopic.php?f=3&p=269418&sid=c37ba41f76455848d6fa4810ba2938bd#p269418 * AdoFuncs: (source\function\adofuncs.prg) - Nueva: Función FW_OnAdoError( lShowError, lcLogError, bOnErr ) Algunas funciones de ADO muestran errores ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2135

New FTDN April 2024 (FWH 24.04)

... to sort on the column. Fixed https://forums.fivetechsupport.com/viewtopic.php?f=3&p=269418&sid=c37ba41f76455848d6fa4810ba2938bd#p269418 * AdoFuncs: (source\function\adofuncs.prg) - New: function FW_OnAdoError( lShowError, lcLogError, bOnErr ) Some ado functions display encountered errors. ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2135

Re: MySql vs Oracle

Si, es mas reciente que la mia
La que yo tengo la function Fw_OpenAdoConnection( cConnStr, lShowError, oErr ) acepta esto tres valores, cadena, mostrar o no error, y el error obtenido (para pasar como referencia)
Fijate en sources\function\adofuncs.prg si tiene otros parametros
by cmsoft
Thu Feb 01, 2024 8:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 4496

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... del foro: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43657&p=263231&sid=6540f96ca6f5657f9312c93e92e06ad8#p263231 * ADO (adofuncs.prg): - Añadido soporte para la versión 16 de ACE.OLDBB - Nueva función FW_AceVer() Devuelve la versión instalada de ACE.OLEDB (12 o 16) y ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 4863

New FTDN October/Octubre 2023 (FWH 23.10)

... See https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43657&p=263231&sid=6540f96ca6f5657f9312c93e92e06ad8#p263231 * ADO (adofuncs.prg): - Added support for ACE.OLDBB version 16. - New function FW_AceVer() Return the version of ACE.OLEDB installed ( 12 or 16 ) and 0 (Zero) ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 4863

ERROR function FW_ShowAdoError()

... BASE/1004 Keine exportierte Methode: ERRORS Args: [ 1] = U Stack Calls =========== Called from: => ERRORS( 0 ) Called from: .\source\function\ADOFUNCS.PRG => FW_SHOWADOERROR( 0 ) Called from: .\source\function\ADOFUNCS.PRG => FW_ADOTABLEEXISTS( 0 ) Called from: .\source\function\ADOFUNCS.PRG ...
by Jimmy
Thu Sep 07, 2023 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR function FW_ShowAdoError()
Replies: 2
Views: 272

Re: how to "override" Function of FiveH64.lib using MSVC

hi, Try with flags linker: /FORCE:MULTIPLE i have write this into hbmk.hbm DUALGRID.HBC -w1 -es2  -ldflag=-FORCE:MULTIPLE and got FiveH64.lib(ADOFUNCS.obj) : warning LNK4006: HB_FUN_FW_RDBMSNAME ist bereits in "ADO.obj" definiert; zweite Definition wird ignoriert. FiveH64.lib(ADOFUNCS.obj) ...
by Jimmy
Sun Sep 03, 2023 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 477

Re: how to "override" Function of FiveH64.lib using MSVC

... some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error :shock: FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME ist bereits in ADO.obj definiert. FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FWADOFIELDSTRUCT ...
by cnavarro
Sun Sep 03, 2023 5:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 477

how to "override" Function of FiveH64.lib using MSVC

... some Function and use "Original Source" that work with BCC / *.MAK but using MSVC / *.HBP i got "dupe Error :shock: FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FW_RDBMSNAME ist bereits in ADO.obj definiert. FiveH64.lib(ADOFUNCS.obj) : error LNK2005: HB_FUN_FWADOFIELDSTRUCT ...
by Jimmy
Sun Sep 03, 2023 4:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "override" Function of FiveH64.lib using MSVC
Replies: 4
Views: 477

Re: Lost connection to MySQL server during query

Vilian Forgive my comment if I may offend you ... looking at \source\function\adofuncs.prg ( built into all FW builds ) static saProviders := { ;{ "DBASE",    "OLEDB", { "Microsoft.ACE.OLEDB.12.0", "Microsoft.Jet.OLEDB.4.0" ...
by Rick Lipkin
Fri Aug 04, 2023 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 14886

Re: Lentitud al abrir una dbf en red

... .. have a look at the FW samples and the example AdoRick.prg ... Rao has also simplified the ADO syntax into FW wrappers ....\source\function\adofuncs.prg which are already built into FiveWin .. there is no need to include adofuncs.prg into your link list .. If you use Tdatabase .. you should ...
by Rick Lipkin
Sat Jul 08, 2023 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 3138

Request : Dark-Mode for Controls

... Foreground Color :?: --- i have search for "more" XBROWSE but they seems not to pass COLOR or FONT in these *.prg C:\fwh\source\function\adofuncs.prg C:\fwh\source\function\callstac.prg C:\fwh\source\function\dbgtable.prg C:\fwh\source\function\dostofwh.prg C:\fwh\source\function\ereport.prg ...
by Jimmy
Fri May 19, 2023 5:54 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Request : Dark-Mode for Controls
Replies: 0
Views: 1594

Re: Problem with xBrowse

... para eliminar. (0x80040E23): Microsoft Cursor Engine Stack Calls =========== Called from: => TOLEAUTO:VALUE( 0 ) Called from: .\source\function\ADOFUNCS.PRG => FWADOFIELDSTRUCT( 2069 ) Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETCOLFROMADO( 7106 ) Called from: .\source\classes\XBROWSE.PRG ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 3947
Next

Return to advanced search

cron