Search found 4 matches

by rnaujack
14.05.2008, 12:34
Forum: Feature Requests
Topic: Query Timeout
Replies: 10
Views: 5855

statement_timeout with postgres (8.x)

Hello, to use statement_timeout (in miliseconds) with postgres, you have to execute an SQL-command, which sets this parameter for the active connection: Query_work.SQL.Text := 'SET STATEMENT_TIMEOUT TO 10000'; Query_work.ExecSQL; I'd prefer to patch the zeos postgres source. So you can set the state...
by rnaujack
05.07.2007, 10:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error connecting to postgres 8.1
Replies: 3
Views: 1115

i've got all these dlls in my path; without them the program complains about missing dlls. If i us protocol postgres or postgres-8, i get: SQL Error: received invalid response to SSL negotiation: 4. If i use protocol postgres-7, i get: SQL Error: expected authentication request from server, but rece...
by rnaujack
04.07.2007, 11:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error connecting to postgres 8.1
Replies: 3
Views: 1115

I'm trying to connect to a postgresql 8.1 without any ssl active. pgadmin works fine, but zeos can't connect. With mysql the program works fine, but've like to test postgres instead. thanks for help Rudolf i've forgotten the error-message: SQL Error: received invalid response to SSL negotiation: 4.
by rnaujack
04.07.2007, 11:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error connecting to postgres 8.1
Replies: 3
Views: 1115

Error connecting to postgres 8.1

I'm trying to connect to a postgresql 8.1 without any ssl active. pgadmin works fine, but zeos can't connect.

With mysql the program works fine, but've like to test postgres instead.

thanks for help
Rudolf