Search found 32 matches: adorick

Return to advanced search

Re: incremental search on Xbrowse

Mauri

Have a look at the samples AdoRick.prg .... sample uses ado but I think you may be able to modify to use dbfcdx ..

Rick Lipkin
by Rick Lipkin
Mon Mar 25, 2024 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2012

Re: Lost connection to MySQL server during query

... using Ms Access or MS Sql server for your database .. it will save you a lot of ( connection ) headaches .. have a look at and compile \samples\AdoRick.prg .. Just a quick suggestion .. Rick Lipkin ps .. if you are connecting with OLEDB\Sqloledb please dis-regard my comments ..
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: 12396

Re: Lentitud al abrir una dbf en red

... on every Microsoft windows 10 workstation .. ADO is very much like the syntax of TDatabase .. 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 ...
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: 1574

Duda de cuando usar TActiveX, TOleAuto y CreateObject

... / función adecuada ? ¿hay más de una forma de hacer lo mismo? Me refiero a Cuándo usar TOleAuto, CreateObject y TActivex. Probando el ejemplo adorick.prg de la carpeta samples de FWH veo que estas dos implementaciones dan el mismo resultado : oRsCust := TOleAuto():New( "ADODB.Recordset" ...
by AngelSalom
Tue Sep 27, 2022 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda de cuando usar TActiveX, TOleAuto y CreateObject
Replies: 4
Views: 576

Re: ADS - The future is <sadly> now so where do you go ?

Gentleman ... for those who want to see what ADO is like ... here is the adorick.prg ... notice also .. incorporated into the program is a integrated xbrowse incremental search using filters ( very fast ) .. also as you can see you can use plain old ansi Sql ...
by Rick Lipkin
Fri Apr 22, 2022 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: ADO RDD xHarbour

Gemtleman I have been using ( plain ) ADO ( class and methods ) for many years .. 32 and 64 bits ... Have a look in the samples folder and compile AdoRick.prg .. Uses all the Fivewin code .. xbrowse, panels, folders ... etc. You can use ADO to connect to MS Sql Server, MS Access and ( most ) all ...
by Marc Venken
Thu Apr 21, 2022 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446886

Re: ADO RDD xHarbour

Gemtleman I have been using ( plain ) ADO ( class and methods ) for many years .. 32 and 64 bits ... Have a look in the samples folder and compile AdoRick.prg .. Uses all the Fivewin code .. xbrowse, panels, folders ... etc. You can use ADO to connect to MS Sql Server, MS Access and ( most ) all ...
by Rick Lipkin
Wed Apr 20, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446886

Re: ADS - The future is <sadly> now so where do you go ?

... I use Sql Server for large corporate databases and MS Access as a local solution much like dbf\cdx. Have a look at the \samples folder and compile AdoRick.prg . be glad to help you .. Rick Lipkin
by Rick Lipkin
Wed Apr 20, 2022 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: Advantage Database Server

... to make the syntax much easier .. look at AdoFuncs.Prg located in source\function .. also there is a full MDI Ado example I wrote \samples\AdoRick.prg Rick Lipkin
by Rick Lipkin
Mon Jan 24, 2022 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3689

Re: Working on Mdi

\samples\ADORICK.PRG

Code: Select all  Expand view

   oBtn1:Disable()
   oBtn2:Disable()
 
by karinha
Wed Jan 12, 2022 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working on Mdi
Replies: 7
Views: 374

Re: a question MDI

karinha wrote:Look \samples,

ADORICK.PRG


????
by Silvio.Falconi
Fri Jan 07, 2022 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1589

Re: a question MDI

Look \samples,

ADORICK.PRG
by karinha
Tue Jan 04, 2022 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1589

Re: Pelles C Resource editor .. How to use

Antonio,

I try to open with Visual Studio adorick.rc and I get this error:

Code: Select all  Expand view
error RC104: undefinied keyword o kwy name: WS_CHILD


Thanks
by elvira
Tue Jul 20, 2021 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles C Resource editor .. How to use
Replies: 12
Views: 779

Re: Accesar a las tablas tipo SQL

Have a look at \samples\adorick.prg ... shows how to make a connection to MS Access .. how to access tables via ADO ( recordsets ) .. browses with xBrowse Rick Lipkin Hola buenos dias Ing. Rick gracias por responder, pero el detalle ...
by ACC69
Fri Oct 30, 2020 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Accesar a las tablas tipo SQL
Replies: 8
Views: 1436

Re: Accesar a las tablas tipo SQL

Have a look at \samples\adorick.prg ... shows how to make a connection to MS Access .. how to access tables via ADO ( recordsets ) .. browses with xBrowse Rick Lipkin Hola buenos dias Ing. Rick gracias por responder, pero el detalle ...
by ACC69
Fri Oct 30, 2020 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Accesar a las tablas tipo SQL
Replies: 8
Views: 1436
Next

Return to advanced search