Antonio have write on his forum; "This RDD does not need FiveWin, so we can adapt it to Linux too " "This RDD does not use ADO at all." "The SQLWIN RDD just issues SQL sentences: It translates Db...() functions to SQL code, so we can use it with any database engine that supports SQL." The idea is to store the indexes tags and expresions in the server, so when we issue some SQL sentences that require indexes then we use: ... ORDER BY <index_expression_stored_in_server>, sql_recno i.e.: SELECT ALL FROM `test_dbf` ORDER BY `Name`, `sql_recno` WHERE `sql_deleted`!= 'T' we have to previously retrieve those indexes expressions from the server when we open the tablename (DBF) with the RDD
here is project http://wiki.fivetechsoft.com/doku.php?id=sqlwin_development 2009/2/18 Viktor Szakáts <[email protected]> > > But only for Windows as the name - sqlwin - implies. > Brgds, > Viktor > > On Wed, Feb 18, 2009 at 4:27 PM, Massimo Belgrano <[email protected]> > wrote: >> >> without FiveWin >> >> 2009/2/18 Horodyski Marek (PZUZ) <[email protected]> >>> >>> ________________________________ >>> >>> From: Massimo Belgrano [mailto:[email protected]] >>> Sent: Wednesday, February 18, 2009 3:19 PM >>> To: Harbour Project Main Developer List. >>> Subject: [Harbour] SQLWIN - a free RDD for SQL by Antonio >>> Linares >>> >>> >>> SQLWIN - a free RDD for SQL >>> <http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12646#p63818> >>> >>> >>> Massimo, with or without FiveWin ? >>> >>> Regards, >>> Marek Horodyski >>> _______________________________________________ >>> Harbour mailing list >>> [email protected] >>> http://lists.harbour-project.org/mailman/listinfo/harbour >> >> >> >> -- >> Massimo Belgrano >> >> >> >> _______________________________________________ >> Harbour mailing list >> [email protected] >> http://lists.harbour-project.org/mailman/listinfo/harbour >> > > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > -- Massimo Belgrano Albo Nazionale Informatici Professionisti 2620 Socio 2843 Associazione Informatici prof. Analisi e sviluppo software per Lan e Web Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it Via Torelli,31 - 28100 Novara - Tel: 0321/30281 _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
