From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | leoabhi <abhishekrm(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: connecting VB to postgreSQL |
Date: | 2008-04-09 14:34:14 |
Message-ID: | 47FCD3E6.9000004@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
leoabhi wrote:
> Hi Richard,
>
> is it possible to check them individually how ?
No idea - you're one using .net - how would you normally check?
> well..!! I think it has
> something to do with settings. couldnt even add a connection because once i
> click ok, it show the OLE-DB error, so no question about executing
> statements..
> In tried with mdb database it works.
>
> Found some more help.
> http://support.microsoft.com/?scid=kb%3Ben-us%3B269495&x=9&y=10
>
> Please see a snapshot of settings i could change .. The above help file also
> speaks about Connection string (FILENAME). Any idea how this setting is to
> be done if necessary for adding a postgresql connection.
No idea. You're still not telling us what the error message is when you
try to connect.
I don't use .net, but if you write code to connect to any database then
the connect method/function will return some sort of status code to
indicate success or failure. There will then be a way of getting a
precise error code and message.
I'm assuming you can connect from this machine using psql and/or
pgadmin, yes?
I'm assuming you've turned on connection logging at the server and have
checked to see what's happening there, yes?
What happened when you tried the example code in the driver's tutorial?
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2008-04-09 14:34:31 | Problem with windows Postgres 8.3.1 MSI binary distribution |
Previous Message | Terry Lee Tucker | 2008-04-09 14:34:06 | Disable Triggers |