Hi all,
I know that a lib to use Sqlite is available for harbour,
just to know if someone moved this lib also to xharbour and can share
it.
Thanks in advance
Best Regards
Marco
|
|
0
|
|
|
|
Reply
|
fabio.lolli (10)
|
3/30/2010 2:26:08 PM |
|
Dear Marco
On Mar 30, 7:26=A0am, Marco <fabio.lo...@gmail.com> wrote:
> Hi all,
> I know that a lib to use Sqlite is available for harbour,
There is no Sqlite lib available for free xHarbour. There is an
SQL.lib available for the Professional and Enterprise versions of
xHarbour.
http://www.xharbour.com/index.asp?page=3Dproducts_home
> just to know if someone moved this lib also to
> xharbour and can share it.
Xailer says they support it:
http://groups.google.com/group/comp.lang.xharbour/msg/5913ed55f5cb0654
David A. Smith
|
|
0
|
|
|
|
Reply
|
dlzc
|
3/30/2010 3:23:12 PM
|
|
David, Marco,
AFAIK SqlLite is a free software based on a stand-alone architecture,
and it can "read in" certain sql statements as insert, update, delete
or select, but it's not a standard sql engine: it doesn't support DDL,
transactions, conurrent writes on the same record etc., so SQLRDD does
not support it.
Ella
On 30 mar., 18:23, dlzc <dl...@cox.net> wrote:
> Dear Marco
>
> On Mar 30, 7:26=A0am, Marco <fabio.lo...@gmail.com> wrote:
>
> > Hi all,
> > I know that a lib to use Sqlite is available for harbour,
>
> There is no Sqlite lib available for free xHarbour. =A0There is an
> SQL.lib available for the Professional and Enterprise versions of
> xHarbour.http://www.xharbour.com/index.asp?page=3Dproducts_home
>
> > just to know if someone moved this lib also to
> > xharbour and can share it.
>
> Xailer says they support it:http://groups.google.com/group/comp.lang.xhar=
bour/msg/5913ed55f5cb0654
>
> David A. Smith
|
|
0
|
|
|
|
Reply
|
Ella
|
3/30/2010 3:35:08 PM
|
|
Marco
why do you need to use sqlite, is better RDBMS is avaliable to connect
with sqlrdd?
Regards
Luiz
On 30 mar, 11:26, Marco <fabio.lo...@gmail.com> wrote:
> Hi all,
> I know that a lib to use Sqlite is available for harbour,
> just to know if someone moved this lib also to xharbour and can share
> it.
>
> Thanks in advance
>
> Best Regards
>
> Marco
|
|
0
|
|
|
|
Reply
|
culikr
|
3/30/2010 3:54:44 PM
|
|
On Mar 30, 5:54=A0pm, "cul...@gmail.com" <cul...@gmail.com> wrote:
> Marco
>
> why do you need to use sqlite, is better RDBMS is avaliable to connect
> with sqlrdd?
>
> Regards
> Luiz
> On 30 mar, 11:26, Marco <fabio.lo...@gmail.com> wrote:
>
>
>
> > Hi all,
> > I know that a lib to use Sqlite is available for harbour,
> > just to know if someone moved this lib also to xharbour and can share
> > it.
>
> > Thanks in advance
>
> > Best Regards
>
> > Marco- Hide quoted text -
>
> - Show quoted text -
Hi all,
I have some small FWH+xHarbour apps. They don't require a client-
server database so I would like to try sqlite that it perfect for this
situation.
I could try also the embedded version of Firebird but - as I know -
the xharbour lib to connect to Firebird is buggy on the table
creation.
Marco
|
|
0
|
|
|
|
Reply
|
Marco
|
3/30/2010 7:27:26 PM
|
|
Marco,
Sqlite is NOT a database manager, but a file manager, and xHarbour's
native DBFNTX is very ok as a local driver.
In case you need web integration for shared hosting, and you have
Windows hosting, you might want to try ADO.
At www.connectionstrings.com I see that Sqlite has an ODBC driver, you
can test it with ADO - see my sample for MySql.
Please be aware, that ADO has a big problem with handling extended
ASCII characters ( those over 127 ).
Ella
> Hi all,
> I have some small FWH+xHarbour apps. They don't require a client-
> server database so I would like to try sqlite that it perfect for this
> situation.
> I could try also the embedded version of Firebird but - as I know -
> the xharbour lib to connect to Firebird is buggy on the table
> creation.
>
> Marco- Ascunde=FEi textul citat -
>
> - Afi=BAare text =EEn citat -
|
|
0
|
|
|
|
Reply
|
Ella
|
3/30/2010 8:10:51 PM
|
|
|
5 Replies
523 Views
(page loaded in 0.006 seconds)
Similiar Articles:7/27/2012 10:49:58 AM
|