RE: [lazarus] PostgreSQL

2007-07-16 Thread German C. Basisty
:[EMAIL PROTECTED] Enviado el: sábado, 14 de julio de 2007 06:24 p.m. Para: lazarus@miraclec.com Asunto: Re: [lazarus] PostgreSQL The sqldb package currently doesn't support all databases under Windows x64. That's why some components are deactivated. In case of PostgreSQL that's not a big problem

Re: [lazarus] PostgreSQL

2007-07-14 Thread Swen Heinig
The sqldb package currently doesn't support all databases under Windows x64. That's why some components are deactivated. In case of PostgreSQL that's not a big problem, because there is no 64 bit client library available which you would need for your 64 bit application. Best regards, Swen

Re: [lazarus] PostgreSQL

2007-04-02 Thread Bram Kuijvenhoven
Darmawan Sugiarto wrote: Congratulation Lazarus 9.0.22 is already solve this problem thanks to developer I can confirm the similar problems with MySQL/MyODBC also disappeared in 0.9.22! Great work. Note to self: next time test with trunk version of Laz too :) Regards, Bram

Re: [lazarus] PostgreSQL

2007-03-30 Thread Bram Kuijvenhoven
Joost van der Sluis wrote: On Thu, 2007-03-29 at 14:52 +0200, Bram Kuijvenhoven wrote: Darmawan Sugiarto wrote: It's OK... now I know If I don't have this error if I compile my code in first time... but the second, third, and soon I have this error... So I restart Lazarus and my code work

Re: [lazarus] PostgreSQL

2007-03-30 Thread Darmawan Sugiarto
could not translate hostname localhost to address : Unknow host Bram Kuijvenhoven [EMAIL PROTECTED] wrote: Joost van der Sluis wrote: On Thu, 2007-03-29 at 14:52 +0200, Bram Kuijvenhoven wrote: Darmawan Sugiarto wrote: It's OK... now I know If I don't have this error if I compile my code in

Re: [lazarus] PostgreSQL

2007-03-30 Thread Darmawan Sugiarto
Congratulation Lazarus 9.0.22 is already solve this problem thanks to developer Now I can connect to PostgreSQL server many time Darmawan Sugiarto [EMAIL PROTECTED] wrote: could not translate hostname localhost to address : Unknow host Bram Kuijvenhoven [EMAIL PROTECTED]

Re: [lazarus] PostgreSQL

2007-03-29 Thread Bram Kuijvenhoven
Darmawan Sugiarto wrote: It's OK... now I know If I don't have this error if I compile my code in first time... but the second, third, and soon I have this error... So I restart Lazarus and my code work clearly... If I run my exe (without lazarus) I don't have this error... Hmm, that's

Re: [lazarus] PostgreSQL

2007-03-29 Thread Joost van der Sluis
On Thu, 2007-03-29 at 14:52 +0200, Bram Kuijvenhoven wrote: Darmawan Sugiarto wrote: It's OK... now I know If I don't have this error if I compile my code in first time... but the second, third, and soon I have this error... So I restart Lazarus and my code work clearly... If I run my

Re: [lazarus] PostgreSQL

2007-03-29 Thread Darmawan Sugiarto
Tomorrow i tried to add PQreset to my code... but It's still not work... May be there is a problem at the compiler... Have an Idea ? --- Joost van der Sluis [EMAIL PROTECTED] wrote: On Thu, 2007-03-29 at 14:52 +0200, Bram Kuijvenhoven wrote: Darmawan Sugiarto wrote: It's OK... now I

Re: [lazarus] PostgreSQL

2007-03-28 Thread Darmawan Sugiarto
Adrian Maier [EMAIL PROTECTED] wrote: On 3/28/07, Darmawan Sugiarto wrote: hello guys... I used PostGreSQL 8.0.3 and WIn32 I try to connect my first project with Lazarus to PostGreSQL but there is an error...EDatabaseError - could not translate host name 172.0.0.1 to address: Unknown

Re: [lazarus] PostgreSQL

2007-03-28 Thread Adrian Maier
On 3/28/07, Darmawan Sugiarto [EMAIL PROTECTED] wrote: Thanks for your support but it's not work... I try change like this PQConnection1.HostName:='localhost'; PQConnection1.UserName:='superuser'; PQConnection1.Password:='admin'; PQConnection1.DatabaseName:='db'; But If i change

Re: [lazarus] PostgreSQL

2007-03-28 Thread Darmawan Sugiarto
It's OK... now I know If I don't have this error if I compile my code in first time... but the second, third, and soon I have this error... So I restart Lazarus and my code work clearly... If I run my exe (without lazarus) I don't have this error... Adrian Maier [EMAIL PROTECTED] wrote:

[lazarus] postgreSQL

2007-03-27 Thread Darmawan Sugiarto
Hello... I'm a newbie at Lazarus... Can you help me? How can I connected to PostgreSQL and I change my port connection... Thanks - Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel

[lazarus] PostgreSQL

2007-03-27 Thread Darmawan Sugiarto
hello guys... I used PostGreSQL 8.0.3 and WIn32 I try to connect my first project with Lazarus to PostGreSQL but there is an error...EDatabaseError - could not translate host name 172.0.0.1 to address: Unknown host... Here my simple code procedure TForm1.BitBtn1Click(Sender:

Re: [lazarus] PostgreSQL

2007-03-27 Thread Adrian Maier
On 3/28/07, Darmawan Sugiarto [EMAIL PROTECTED] wrote: hello guys... I used PostGreSQL 8.0.3 and WIn32 I try to connect my first project with Lazarus to PostGreSQL but there is an error...EDatabaseError - could not translate host name 172.0.0.1 to address: Unknown host... Here my simple code

Re: [lazarus] PostgreSql installationc

2006-10-25 Thread Michael Van Canneyt
On Tue, 24 Oct 2006, Terry A Haimann wrote: Can you be more specific as to what the name of the file will be, I would prefer to have something in a rpm. I don't know about FC4, because I have SuSE installed. On SuSE, the rpm package with the libraries is postgresql-libs-8.1.4-1.2 The link

[lazarus] PostgreSql installation

2006-10-24 Thread Terry A Haimann
I was messing around with Lazarus and PostgreSQL and am having problems connecting. Looking at it, it looks like I don't have a libpg.so file. I am running fc4 and have the standard postgresql installation (8.0.3). Is there a Postgresql programming library that I need to add? -- Terry A Haimann

Re: [lazarus] PostgreSql installationc

2006-10-24 Thread Michael Van Canneyt
On Tue, 24 Oct 2006, Terry A Haimann wrote: I was messing around with Lazarus and PostgreSQL and am having problems connecting. Looking at it, it looks like I don't have a libpg.so file. I am running fc4 and have the standard postgresql installation (8.0.3). Is there a Postgresql

Re: [lazarus] PostgreSql installationc

2006-10-24 Thread Terry A Haimann
Can you be more specific as to what the name of the file will be, I would prefer to have something in a rpm. On Tue, 2006-10-24 at 16:29 +0200, Michael Van Canneyt wrote: On Tue, 24 Oct 2006, Terry A Haimann wrote: I was messing around with Lazarus and PostgreSQL and am having problems

[lazarus] PostGreSQL on win32

2006-10-20 Thread A.J. Venter
Hi all, Next phase of zybacafe has come upon me, the win32 port of the client (and possibly the admin tool). Two major challenges came up instantly: 1) PG reccomends UTF as db encoding - but I know lazarus doesn't like UTF-8 very much on windows right now - what is the reccomended approach here

Re: [lazarus] PostGreSQL on win32

2006-10-20 Thread Alexander Klenin
On 10/20/06, A.J. Venter [EMAIL PROTECTED] wrote: I tried copying the dll's from the postgres lib directory into c:\lazarus, into c:\windows\system32 Not being a regular windows developer - I am affraid I'm stumped now. How do I tell lazarus that postgres is there - and where to find the libs ?

Re: [lazarus] PostGreSQL on win32

2006-10-20 Thread A.J. Venter
On Friday 20 October 2006 12:05, Alexander Klenin wrote: On 10/20/06, A.J. Venter [EMAIL PROTECTED] wrote: I tried copying the dll's from the postgres lib directory into c:\lazarus, into c:\windows\system32 Not being a regular windows developer - I am affraid I'm stumped now. How do I

[lazarus] PostgreSQL 8.1.2 troubles

2006-02-07 Thread Zlatko Matić
Hello. Lazarus 0.9.13-200060205 (Win XP), PostgreSQL 8.1.2 Unicode (UTF8). I was able to connect to a database (PQConnection, SQLTransaction,SQLQuery,Datasource, dbGrid), but: 1. I was not able to correctly read Croatian letters (WIN1250). I tried with different CharSets (UTF8, UTF-8 etc.)

[lazarus] Lazarus/PostgreSQL 8.1.X?

2005-12-29 Thread Zlatko Matić
Hello. Is there anybody using lazarus with new POstgreSQL 8.1.X ? I couldn't connect using Zeos, because it seems zeos work only with old versions of PostgreSQL. Regards, Zlatko _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] Lazarus/PostgreSQL 8.1.X?

2005-12-29 Thread Joost van der Sluis
Is there anybody using lazarus with new POstgreSQL 8.1.X ? I couldn't connect using Zeos, because it seems zeos work only with old versions of PostgreSQL. There are no Zeos developers here. And this is really a Zeos issue. Zeos doesn't use any interface to postgres that comes with fpc. It