...VALUES (1, 2, 'Ed');
INSERT INTO _testdbf VALUES (2, 1, 'Mary');
CREATE FUNCTION _test(int,int,int,int) RETURNS SETOF _testdbf AS $$
SELECT * FROM _testdbf;
$$ LANGUAGE SQL;
Runs at pgAdmin3 correct.
Run under application and get a message:
relation "test" does not exist
STATEMENT...
Hello All !
Sending query to postgresql like:
select * from MY_FUNCTION(1,2)
and get an error in log:
"error relation "MY_FUNCTION" does not exist"
"STATEMENT select count(*) from "MY_FUNCTION"
Running under Delphi6, dbExpress, postgresql 8...
Running query under pgAdminIII...
The question is that scrollbars didn't appear when page is bigger then WebBrowser. I see only part of webpage and didn't see any scrollbars.
FormShow procedure:
// WB - is TWebBrowser
WB.Align := alClient ;
WB.Top := 40;
WB.Left:= 0;
Wb.Width := Self.Width;
WB.Height:= Self.Height -...
The problem, that when I'm moving by arrows, cell is selected, but I want move to next cell by Enter key and that's the case when cell is not selected and cursor stays at end of cell.
SendMessage didn't help :(
Ilya
Hello all !
Does anybody know how to manage a cursor position in the cell of the TValueListEditor ?
And maybe anybody know how to make a highlight of the current cell ?
Thanks in advance,
Ilya
Hello All !
Try to connect with MS SQL Server 2000 from TWebModule via TADOConnection and ODBC Driver.
At design time, connection is ok, but while running,
ODBC return message "Data source name not found and no default driver specified".
What am I miss ?
Thanks, Ilya Kaourov
Hi all !
Run application and get message about Demo version of the dbExpress, but I have a "pgeLicense.pas" in the project.
Does anybody has same trouble?
[Delphi 6]
PostgreSQL is under Linux/or Cygwin.
The users on LAN are storing photos on this server.
Users may not have access to write on server, server may have access to user`s workstations, but it`s different for Linux and Windows ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.