[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Tables Created Not Visible In Interbase



>  script    .....
$conn=ibase_connect("localhost:/home/opt/interbase/bin/
> error......          Call to undefined function: ibase_connect() in
/home/sites......
> always get stuck with this same error... (tried it with pconnect as well
by the way)

I may be completely off-base here, but ...

Does the version of php you have installed come with interbase support
enabled?
And if not, have you installed the Interbase module and edited php.ini to
add -
extension=interbase.so to the Dynamic Extensions?

I have had similar mysql connect problems with vanilla installs of php that,
of course, do not come with mysql support pre-defined.

John