|
|
|
(PHP) Подключение к Firebird
|
|||
|---|---|---|---|
|
#18+
Дорое время суток! В PHP скрипте пишу: <?php #phpinfo(); $host = "localhost: c:\services\Firebird\schemas\statistic"; $username='SYSDBA'; $password='masterkey'; if (!($dbh = ibase_connect($host, $username, $password))) die ('Could not connect' . ibase_errmsg()); ?> Пишет: Warning: ibase_connect(): Unable to complete network request to host " c". Failed to establish a connection. in C:\services\www\index.php on line 9 Could not connectUnable to complete network request to host " c". Failed to establish a connection. Т.е. распознает C как некий хост. Исправляю $host на: "localhost: \services\Firebird\schemas\statistic" Пишет Warning: ibase_connect(): I/O error for file " \services\Firebird\schemas\statistic" Error while trying to open file Системе не удается найти указанный путь. in C:\services\www\index.php on line 9 Could not connectI/O error for file " \services\Firebird\schemas\statistic" Error while trying to open file Системе не удается найти указанный путь. Пути правильные. Где трабл? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 21.02.2005, 05:21 |
|
||
|
(PHP) Подключение к Firebird
|
|||
|---|---|---|---|
|
#18+
Переименовал файл базы из statistic в statistic.gdb Исправил $host='C:\services\Firebird\schemas\statistic.gdb'; Новое сообщение Warning: ibase_connect(): unavailable database in C:\services\www\index.php on line 10 Could not connectunavailable database ??? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 21.02.2005, 06:13 |
|
||
|
(PHP) Подключение к Firebird
|
|||
|---|---|---|---|
|
#18+
Поменяй на $host='localhost:c:\services\Firebird\schemas\statistic.gdb'; ------------------------ С уважением, Denis Uskov ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 21.02.2005, 06:39 |
|
||
|
|

start [/forum/topic.php?fid=23&fpage=485&tid=1478731]: |
0ms |
get settings: |
8ms |
get forum list: |
16ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
45ms |
get topic data: |
11ms |
get forum data: |
2ms |
get page messages: |
48ms |
get tp. blocked users: |
2ms |
| others: | 207ms |
| total: | 345ms |

| 0 / 0 |
