Search found 60 matches: rdms

Return to advanced search

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... where nextVal() ( NOT currval() ) is used when INSERT new Record As I said in my earlier post, it is always good to have a SERIAL primary key. RDMS will take care of nextval() or currval() and it is not other botheration. RDMS will safely append even hundreds of records per second. No worries. ...
by nageswaragunupudi
Sat Aug 05, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719

Re: how store Image into Database

If you are using DBF via DBFCDX, use memo fields. ( DataType 'M' ) If you are using any RDMS use BLOB fields. DBF: FIELD->IMAGE := MEMOREAD( "picture.jpg" ) RDBMS: oRs:image := MEMOREAD( "picture.jpg" ) If you are browsing in XBrowse, ...
by nageswaragunupudi
Sun Jul 23, 2023 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 308

Re: how store Image into Database

If you are using DBF via DBFCDX, use memo fields. ( DataType 'M' ) If you are using any RDMS use BLOB fields. DBF: FIELD->IMAGE := MEMOREAD( "picture.jpg" ) RDBMS: oRs:image := MEMOREAD( "picture.jpg" ) If you are browsing in XBrowse, ...
by nageswaragunupudi
Sun Jul 23, 2023 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 308

Re: Sql Filter between two dates - ADO

... FWH instead of opening on our own with ADODB.Connection. If we open using FWH function FW_OpenAdoConnection, all the other ADO functions know the RDMS used and function in a say appropriate to the RDMBS. Please try this:   lDate    := STOD( "20230101" )   hDate ...
by nageswaragunupudi
Sun Jun 25, 2023 3:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sql Filter between two dates - ADO
Replies: 3
Views: 345

Re: Advantage Database Server

... Rock solid. No index maintenance is needed. Takes full advantage of both ISAM (for browses) and porting legacy code and at the same time SQL of RDMS with the great power for complex queries. Calculations are done on the server and only summary comes to server reducing network traffic and also ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3653

Re: add recs/repl fields to an existing table of SQL db

... can do it in two ways. (a) Directly using SQL. (b) Opening recordset in batchmode. (a) Directly using SQL. SQL syntax is different for different RDMS like MYSql, MsSql, Oracle, etc. It is also extremely cumborsome to prepare SQL statements. You might have seen lots postings as to how to prepare ...
by nageswaragunupudi
Thu Apr 25, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1307

Re: Convert DBF 2 SQL

... 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 application using ...
by Rick Lipkin
Thu Mar 21, 2019 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2557

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... Moses comments .. there are potential opt lock problems with .dbf and certain networks ... I moved away from .dbf over 10 years ago to ADO and Sql rdms's .. YES, I had to re-write my programs to deal with SQL query syntax and never looked back and I have NO problems with performance .. To make ...
by Rick Lipkin
Tue Jan 22, 2019 10:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702

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 ...
by Rick Lipkin
Mon Nov 26, 2018 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Iniciando con ADO
Replies: 5
Views: 1610

Re: Example Business Object (Customer)

... class derived from TDatarow class. This class works with not only TDatabase, but also directly with DBF, FWMariaDB, TDolphin and ADO ( with any RDMS ) also. To save the time of creation of base table on all these platforms, I have used "customer" table which is already present in all ...
by nageswaragunupudi
Sun Nov 18, 2018 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8531

Re: Latest FWH upgrade, performance issues, larger EXE

... using ADO with either Ms Access for portable installs or MS Sql Server for Client\Server .. there are no record locks needed with ADO .. the RDMS is handled much differently .. I have never looked back .. and performance with ADO and SQL has never been an issue. Just my 2 cents worth ... ...
by Rick Lipkin
Sat Jul 21, 2018 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4990

Re: Autoincrement field for DBFCDX

Enrico As you know with any RDMS you can create a Primary key as an auto-increment .. for example in MS access: cSql += "[InvDetailEid] COUNTER NOT NULL, " .. .. cSQL += "CONSTRAINT PK_INVOICEDETAIL PRIMARY KEY ( InvDetailEid ...
by Rick Lipkin
Sat Mar 24, 2018 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincrement field for DBFCDX
Replies: 9
Views: 1747

Re: Here are the best programming languages to learn in 2018

... the FiveWin brand. You bring to the table FiveEdit ( richtext ) which is the IDE ( need a resource editor :) ) and Rao brings to the table the SQL RDMS component for ADO ... re-packaged as a solid add-on component to C++ for Win api gui apps is where I would like to see the marketing focus ... ...
by Carles
Sun Mar 18, 2018 7:41 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2916

Fivewin a C++ framework

... of the FiveWin brand. You bring to the table FiveEdit ( richtext ) which is the IDE ( need a resource editor ) and Rao brings to the table the SQL RDMS component for ADO ... re-packaged as a solid add-on component to C++ for Win api gui apps is where I would like to see the marketing focus ... ...
by Otto
Tue Mar 13, 2018 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin a C++ framework
Replies: 13
Views: 2738

Re: Here are the best programming languages to learn in 2018

... the FiveWin brand. You bring to the table FiveEdit ( richtext ) which is the IDE ( need a resource editor :) ) and Rao brings to the table the SQL RDMS component for ADO ... re-packaged as a solid add-on component to C++ for Win api gui apps is where I would like to see the marketing focus ... ...
by Rick Lipkin
Sat Feb 24, 2018 3:45 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2916
Next

Return to advanced search