Hello Massimo,
Thanks for testing.
This is what I was expecting.
I am studing SQLite a bit and plan to use it because of it's easy
instalation and "simple" use.
I mean "simple" compared to other SQL solutions but for me it is a new
thing yet and I will have much to learn.
When I have SQLite under control I will try PostgreSQL because it is the
most recomended robust opensource DBMS I have notice.
Regards,
Qatan
----- Original Message -----
From: "Massimo Belgrano" <mbelgr...@deltain.it>
To: "Users of the Harbour compiler" <harbour-users@harbour-project.org>
Sent: Thursday, 13 de May de 2010 10:47
Subject: Re: [Harbour-users] Re: DBF Fast text search / SQLite
I have tried sample and works with cvs version of habour (you must set
root as password for user root)
follow sample create all stucture so will be used after installing
In my sample i found in dbedit one row for argentina added from follow row
..
APPEND BLANK
REPLACE CODE WITH 'ARG'
REPLACE NAME WITH 'Argentina'
REPLACE RESIDENTS WITH 38740000
GO TOP
..and found other country
If ! RDDINFO(RDDI_EXECUTE, "INSERT INTO country values ('LTU',
'Lithuania', 3369600), ('USA', 'United States of America', 305397000),
('POR', 'Portugal', 10617600), ('POL', 'Poland', 38115967), ('AUS',
'Australia', 21446187), ('FRA', 'France', 64473140), ('RUS', 'Russia',
141900000)")
Wich database you plan use?
2010/5/13 Qatan <supo...@tribalbrasil.com>:
Hello Massimo,
Good example, but I don't have MySQL installed and can't test it.
Does anyone has MySQL installed and harbour from SVN built with
HB_WITH_MYSQL set? Could you please test the example?
What I am trying to see is the REPLACE command working. According to what
I could understand it will not save the records on the server side, only
on
cached query result but SQL database is not changed.
"The programmer must call SQL command explicitly to modify SQL tables.
SSI provides a method to detect which cached rows was changed or
appended."
I would like to see it in a example, please.
Thanks
--
Massimo Belgrano
_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users
_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
Harbour-users@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour-users