|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2003-08-07 06:51 UTC] sniper@php.net
  [2003-08-07 07:04 UTC] tm at doe dot donbass dot com
  [2003-08-07 07:56 UTC] sniper@php.net
  [2003-08-07 23:33 UTC] tm at doe dot donbass dot com
  [2003-08-08 00:46 UTC] tm at doe dot donbass dot com
  [2003-08-08 03:28 UTC] sniper@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 23:00:01 2025 UTC | 
Description: ------------ When i try open .dbf file on file-server i get message unabile open. I try write $id=dbase_open('F:\DATA\do-tit\SREZ\srez.dbf', 0); $id=dbase_open('F:\\DATA\\do-tit\\SREZ\\srez.dbf', 0); $id=dbase_open('F:/DATA/do-tit/SREZ/srez.dbf', 0); I try get access to dbase file and read only, and write, and read-write - nothing work. From explorer (on win2000) i can see and open this dbase file. If i try open dbf file on local disk all will be fine. On win98 (apache wiht php script located at computer with OS Win98) all work - i can open dbf file on fileserver.