Search found 34 matches: stuffs

Return to advanced search

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 .. see how I create a new .mdb from scrat...
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: Requery nativa Mr.Rao.

Ariel It depends on how you setup the recordset ... This is the old fashioned way .. notice openkeyset cSQL := "SELECT * from USERINFO order by USERID"oRsUSER := TOleAuto():New( "ADODB.Recordset" )    oRsUSER:CursorType     := 1        // opendkeysetoRsUSER:Cursor...
by Rick Lipkin
Mon Apr 26, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Requery nativa Mr.Rao.
Replies: 5
Views: 633

Re: clarification respect a recordset

As Rao mentions .. many of the methods he has created handy wrappers .. to dig a bit deeper .. have a look and this fivewin wiki

https://wiki.fivetechsoft.com/doku.php? ... ted_stuffs

Rick Lipkin
by Rick Lipkin
Sat Aug 31, 2019 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3319

Retrieving hosted MySql/MariaDB data using api

... I create a script to act as an api to communicate with the server. Anyone has done something similar? The script would need to cover the usual stuffs; adding, editing record, make enquiry TIA
by hua
Fri Jun 21, 2019 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving hosted MySql/MariaDB data using api
Replies: 2
Views: 562

Re: Convert DBF 2 SQL

Tim If you are looking to migrate your application to MSSql .. I would like to offer my help .. As you know, I have been using ADO for many years and my favorite RDMS is Sql Server for Enterprise applications and MS Access for local portable applications. There are several ways to code your applicat...
by Rick Lipkin
Thu Mar 21, 2019 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2558

Re: Iniciando con ADO

Oscar Have a look at in your FiveWin install under \function and have a look at the file adofuncs.prg .... a nice set of various RDMS SQL connection and recordset wrappers that Rao has put together .. Here is a link that may help in doing it the old fashioned way ... and understanding how ADO works ...
by Rick Lipkin
Mon Nov 26, 2018 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciando con ADO
Replies: 5
Views: 1610

Re: FW x SQL-Server?

Rodrigo xHarbour\Harbour support ADO .. the link below is a good starting place to familiarize yourself with Sql and Ado .. Rao has done a good job using FW wrappers to simplify the connections and recordsets .. look in \source\function\Adofuncs.prg http://wiki.fivetechsoft.com/doku.php?id=ado-relat...
by Rick Lipkin
Thu Feb 22, 2018 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW x SQL-Server?
Replies: 4
Views: 788

Re: Clase con funciones para ADO

Here is my original post ( some years ago ) using native Microsoft Ado Class's and methods .. Rao has done a great job with the wrappers found in AdoFunc.Prg ... Here is the FiveWin Wili on ADO.

Rick Lipkin

http://wiki.fivetechsoft.com/doku.php?i ... ted_stuffs
by Rick Lipkin
Fri Sep 08, 2017 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase con funciones para ADO
Replies: 5
Views: 913

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

Rick,

Thanks for the information:D, I think it is very important that I understand these concepts, while I am programming. I am going to try to get some programs working (fivedbu.prg and your code from http://wiki.fivetechsoft.com/doku.php?i ... ted_stuffs).

Pieter
by pieter
Fri Jan 30, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6632

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

Pieter You have to understand two things about Sql programming .. 1) How am I going to connect to the Sql Database ? Each Sql RDMS has its own 'connector' to its Database .. MySql connects via ODBC, MsAccess, MsSql Server,Oracle,dB2 use an OleDb client. There are advantages and disadvantages in maki...
by Rick Lipkin
Thu Jan 29, 2015 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6632

Re: Xbrowse ADO

Mr. Nages, The FW_DateToADO proved to be the solution. Mr. Rick Appreciate your thoughts. Your " ADO-related stuffs " article is what "broke the ice " for me to try ADO. Much learned and much yet to be learned. Many thanks to all, Bruce S
by brewster
Wed Oct 29, 2014 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ADO
Replies: 3
Views: 865

Re: dbfntx very slow with 2+ users

Don I was just wondering if it might be time to investigate other routes to MSSQL. The short answer to your statement above is YES! .. I started using ADO ( sqloledb, or Ms Jet ) many years ago and I never looked back. With recent versions of FiveWin they have created a set of FW_Ado .. functions th...
by Rick Lipkin
Thu Aug 22, 2013 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6819

Re: ADO RecordSet Fetch() ?

Avista Here is the Wiki on using ADO and Fivewin that many of our friends have contributed .. http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs To Answer your question .. Fetch() is not a method ( as far as I know ) .. Here are the most common methods and their xBase counter parts .. Appen...
by Rick Lipkin
Tue Jul 23, 2013 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet Fetch() ?
Replies: 21
Views: 6503

Re: class TDatabase and ADO

Lucas,

Would you like to update the wiki yourself ? thanks :-)

http://wiki.fivetechsoft.com/doku.php?id=ado-related_stuffs
by Antonio Linares
Wed Jul 17, 2013 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class TDatabase and ADO
Replies: 17
Views: 5083

Re: Converting DBFCDX to SQL (ADO)

Lucas

Here is the FWH Wiki on the subject compiled from many of our ADO friends including Enrico, Rao and myself ..

Rick Lipkin

http://wiki.fivetechsoft.com/doku.php?i ... ted_stuffs
by Rick Lipkin
Sat May 18, 2013 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting DBFCDX to SQL (ADO)
Replies: 21
Views: 6019
Next

Return to advanced search