Error connecting with PGDBE
Posted: Tue Apr 07, 2020 6:36 am
I am getting an error on SqlQuery trying to connect with PGDBE. I am connecting fine with my program using:
cConnStr := "DBE=pgdbe;server=MAIN;db=MUNZ;uid=postgres;pwd=..."
DbeLoad("pgdbe")
dbeSetDefault("pgdbe")
oSession := DacSession():New(cConnStr)
but have tried both the following ini entries:
[PG_1]
Name=MUNZ (PostGreSql)
ConnectString=
ServerDict=Main
Database=MUNZ
UID=postgres
PWD=...
[PG_2]
Type=PG
Name=Munz2
Driver=
Server=localhost
Database=MUNZ
UID=postgres
PWD=...
ConnectTimeOut=0
For some reason it won't let me attach error log
FATAL ERROR LOG
No continue after this Error!
SYS Thread-ID: 2700
Module: EXE
Error Codes: EH: 10 Sub: 0(0) OS: 0 XPP: 0
Call Stack of Thread 1 (1208):
@DC_GETLIST@I@EVENTLOOP(4265)
@DC_GETLIST@I@READGUI(3970)
DC_READGUI(113)
@SQLQUERY@I@SHOWDIALOG(1361)
MAIN(190)
Call Stack of GUI Thread (1380):
Call Stack of Thread 4 (2700):
@SQLQUERYCONNECTION@I@CONNECTPG(13347)
@SQLQUERYCONNECTION@I@CONNECT(13085)
@SQLQUERY@I@BUILDTREEBRANCH(3200)
(B)@SQLQUERY@I@TREEWINDOW(1417)
(B)_TreeItemBlock(6250)
@DC_GETLIST@I@EVENTLOOP(4798)
@DC_GETLIST@I@READGUI(3970)
DC_READGUI(113)
@SQLQUERY@I@TREEWINDOW(1453)
(B)_ResizeTree(1388)
_GUIRUN(6925)
(B)GuiRun(6912)
File: C:\SqlQuery20\SQLQUERY.EXE
TimeStamp: 20200406 16:22
End of FATAL ERROR LOG.
cConnStr := "DBE=pgdbe;server=MAIN;db=MUNZ;uid=postgres;pwd=..."
DbeLoad("pgdbe")
dbeSetDefault("pgdbe")
oSession := DacSession():New(cConnStr)
but have tried both the following ini entries:
[PG_1]
Name=MUNZ (PostGreSql)
ConnectString=
ServerDict=Main
Database=MUNZ
UID=postgres
PWD=...
[PG_2]
Type=PG
Name=Munz2
Driver=
Server=localhost
Database=MUNZ
UID=postgres
PWD=...
ConnectTimeOut=0
For some reason it won't let me attach error log
FATAL ERROR LOG
No continue after this Error!
SYS Thread-ID: 2700
Module: EXE
Error Codes: EH: 10 Sub: 0(0) OS: 0 XPP: 0
Call Stack of Thread 1 (1208):
@DC_GETLIST@I@EVENTLOOP(4265)
@DC_GETLIST@I@READGUI(3970)
DC_READGUI(113)
@SQLQUERY@I@SHOWDIALOG(1361)
MAIN(190)
Call Stack of GUI Thread (1380):
Call Stack of Thread 4 (2700):
@SQLQUERYCONNECTION@I@CONNECTPG(13347)
@SQLQUERYCONNECTION@I@CONNECT(13085)
@SQLQUERY@I@BUILDTREEBRANCH(3200)
(B)@SQLQUERY@I@TREEWINDOW(1417)
(B)_TreeItemBlock(6250)
@DC_GETLIST@I@EVENTLOOP(4798)
@DC_GETLIST@I@READGUI(3970)
DC_READGUI(113)
@SQLQUERY@I@TREEWINDOW(1453)
(B)_ResizeTree(1388)
_GUIRUN(6925)
(B)GuiRun(6912)
File: C:\SqlQuery20\SQLQUERY.EXE
TimeStamp: 20200406 16:22
End of FATAL ERROR LOG.