Hi,
first of all can somebody give me the syntax to connect to interbase with
DBD::Interbase. I read many articles but I haven't found a good example.
Path to db: /opt/interbase/test.gdb
Host : 192.168.0.25
user : xx
password: yy
perhaps something like:
DBI->connect("DBD::Interbase:192.168.0.25:/opt/interbase/test.gdb", "user=xx",
"password=yy" )
But this haven't worked.
and furthermore I hope that somebody can help me in handling BLOBs in this interbase
DB.
I have the table:
create table tab_test(
id integer,
description BLOB SUBTYPE 1
)
Now I want to know how to create the statement(s) (procedures) for selecting,
inserting, updating the content of such a table.
Please remember I'm new in working with BLOB's and I appreciate every kind of answer
thanks in advance............GERD......................