Error code -804

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Post Reply
kjteng
Senior Boarder
Senior Boarder
Posts: 54
Joined: 10.05.2015, 15:02

Error code -804

Post by kjteng »

I am new to Zeoslib and have not been able to use zeos component with Firebird 1.5 as I keep getting the above error message.
Please help!
Basically I just dropped a TZConnection and a TZquery component on a new form. After setting the necessary properties, I managed to connect the database. However when I tried to set the active property of the query to true, I get a SQL error -Error code -804.
error.png
The following are the properties settings:
object ZConnection1: TZConnection
ControlsCodePage = cCP_UTF8
Connected = True
HostName = 'localhost'
Port = 0
Database = 'D:\kj_fpk\xl2Firebird\_db\EMPLOYEE.FDB'
User = 'sysdba'
Password = 'masterkey'
Protocol = 'firebird-1.5'
left = 83
top = 25
end

object ZQuery1: TZQuery
Connection = ZConnection1
SQL.Strings = (
'select *'
'from employee'
)
Params = <>
left = 161
top = 27
end
You do not have the required permissions to view the files attached to this post.
Post Reply