CLISP ?
Hi all,
Does anyone know what the heck CLISP is, and/or if there's a driver for
using PostgreSQL with it? :-)
I'll add it to the techdocs.postgresql.org website if there is too.
:-)
Regards and best wishes,
Justin Clift
Gunjan Varshney wrote:
Dear,
We are working on a project in CLISP in which we are using PoastgreSQL.
Can you please suggest us a driver to connect through clisp script?Regards,
Gunjan
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
Import Notes
Reference msg id not found: 3B121D9E.9234CF5@starcomsoftware.com
Justin Clift writes:
Does anyone know what the heck CLISP is, and/or if there's a driver for
using PostgreSQL with it? :-)
Common Lisp, http://clisp.cons.org. In some earlier life it had support
for PostgreSQL 6.3 and 6.4. I've never really used it myself, though.
--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
Thanks guys,
Am presently adding this stuff to the techdocs site now.
:-)
Justin
Peter Eisentraut wrote:
Justin Clift writes:
Does anyone know what the heck CLISP is, and/or if there's a driver for
using PostgreSQL with it? :-)Common Lisp, http://clisp.cons.org. In some earlier life it had support
for PostgreSQL 6.3 and 6.4. I've never really used it myself, though.--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
Hi to all!
I searched all the pgsql mailing list (and the internet) to find if there
is a dbexpress driver or some way to get pgsql into Borland Kylix. The only
solution i've found is the beta driver from EasySoft "dbExpress Gateway to
ODBC".
Is there another way or is there any plan to support Kylix & dbExpress?
Please, let me know: i'm going to develop a program in kylix and i'm
considering what db platform to use. If isn't there another way i've to
choose Interbase instead of pgsql (with very very much regret...).
Thank to all,
Denis Gasparin
-------------------
denis@edistar.com
Hello,
There is one under development. Alternatively you could try and modify the
GNU ObjectPascal driver for use in Kylix.
J
On Mon, 28 May 2001, Denis Gasparin wrote:
Show quoted text
Hi to all!
I searched all the pgsql mailing list (and the internet) to find if there
is a dbexpress driver or some way to get pgsql into Borland Kylix. The only
solution i've found is the beta driver from EasySoft "dbExpress Gateway to
ODBC".
Is there another way or is there any plan to support Kylix & dbExpress?Please, let me know: i'm going to develop a program in kylix and i'm
considering what db platform to use. If isn't there another way i've to
choose Interbase instead of pgsql (with very very much regret...).Thank to all,
Denis Gasparin
-------------------
denis@edistar.com---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
Zeos (www.zeoslib.org) has released the last version of their library and
now it supports kylix! Obviously, it isn't dbexpress but it uses directly
the pgsql.so library. Give it a try! It works...
Denis Gasparin
At 23.16 28/05/01, pgsql-general@commandprompt.com wrote:
Show quoted text
Hello,
There is one under development. Alternatively you could try and modify the
GNU ObjectPascal driver for use in Kylix.J
On Mon, 28 May 2001, Denis Gasparin wrote:
Hi to all!
I searched all the pgsql mailing list (and the internet) to findif there
is a dbexpress driver or some way to get pgsql into Borland Kylix. The only
solution i've found is the beta driver from EasySoft "dbExpress Gateway to
ODBC".
Is there another way or is there any plan to support Kylix &dbExpress?
Please, let me know: i'm going to develop a program in kylix and i'm
considering what db platform to use. If isn't there another way i've to
choose Interbase instead of pgsql (with very very much regret...).Thank to all,
Denis Gasparin
-------------------
denis@edistar.com---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
Try using ZeosDBO at http://www.zeoslib.org/ this has just been ported to
Kylix. Not sure how stable it is but the windows version is great :).
Regards
Ben
-----Original Message-----
From: Denis Gasparin [mailto:denis@edinet.it]
Sent: 28 May 2001 16:39
To: pgsql-general@postgresql.org
Subject: [GENERAL] Kylix, dbexpress & PostgreSqlHi to all!
I searched all the pgsql mailing list (and the
internet) to find if there
is a dbexpress driver or some way to get pgsql into Borland
Kylix. The only
solution i've found is the beta driver from EasySoft
"dbExpress Gateway to
ODBC".
Is there another way or is there any plan to support
Kylix & dbExpress?Please, let me know: i'm going to develop a program in kylix and i'm
considering what db platform to use. If isn't there another
way i've to
choose Interbase instead of pgsql (with very very much regret...).Thank to all,
Denis Gasparin
-------------------
denis@edistar.com---------------------------(end of
broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
*****************************************************************************
This email and any attachments transmitted with it are confidential
and intended solely for the use of the individual or entity to whom
they are addressed. If you have received this email in error please
notify the sender and do not store, copy or disclose the content
to any other person.
It is the responsibility of the recipient to ensure that opening this
message and/or any of its attachments will not adversely affect
its systems. No responsibility is accepted by the Company.
*****************************************************************************
Import Notes
Resolved by subject fallback
Hi Denis and Ben,
I searched all the pgsql mailing list (and the
internet) to find if there
is a dbexpress driver or some way to get pgsql into Borland
Kylix. The only
solution i've found is the beta driver from EasySoft
"dbExpress Gateway to
ODBC".Try using ZeosDBO at http://www.zeoslib.org/ this has just been ported to
Kylix. Not sure how stable it is but the windows version is great :).
If you do not mind missing the DatabaseControls (TDBGrid, etc) you may just get the postgresql unit from Free Pascal (www.freepascal.org).
Also take a look at their FCL (Free Component Library), the development version has a clone of a TDataset and a PostgreSQL-specific subclass. Maybe you can compile it with Kylix and use with CLX data controls.
[]s, Fernando Lozano
Import Notes
Resolved by subject fallback