Database creation problem
Posted: 02 Jun 2013, 22:43
Hello, I successfully compiled the program and first, after analyizing code I tried to connect to firebird DB, there was an error. Okay, I thought that FB is not supported, then I tried with PostgreSql 9.2, when I enter parameteres I get the message:
Database was defined with a gestinux version older than the version you are using (1.0-rc-1). Do you want to check it and upgrade if requested ?
If I click Yes I get the following error:
Error creating database trigger trg_journals
SQL Error: ERROR: function upd_row() does not exist
CREATE TRIGGER trg_journals AFTER UPDATE ON journals FOR EACH ROW EXECUTE PROCEDURE upd_row();
Then:
Unable to connect to the server localhost with username postgres (Operation aborted)
I ve read the manual stating that I should connect to test DB with these parameters:
[Connect Test]
Protocol=mysql-5
Database=Test
Hostname=gestinux.mrit.com
Port=0
Username=test
Password=44454687788687474849
I tried also this and it says it can't connect
Thx in advance!
Database was defined with a gestinux version older than the version you are using (1.0-rc-1). Do you want to check it and upgrade if requested ?
If I click Yes I get the following error:
Error creating database trigger trg_journals
SQL Error: ERROR: function upd_row() does not exist
CREATE TRIGGER trg_journals AFTER UPDATE ON journals FOR EACH ROW EXECUTE PROCEDURE upd_row();
Then:
Unable to connect to the server localhost with username postgres (Operation aborted)
I ve read the manual stating that I should connect to test DB with these parameters:
[Connect Test]
Protocol=mysql-5
Database=Test
Hostname=gestinux.mrit.com
Port=0
Username=test
Password=44454687788687474849
I tried also this and it says it can't connect
Thx in advance!