[PHP-DB] SQL request on DBase file

2006-02-10 Thread David BERCOT
Hi, I have to rewrite an application from ASP. In this application, I receive DBase files which may be saved into Oracle. In ASP, I used a generic driver and I made SQL requests on these files. It is possible with PHP on Linux ? Do you have some examples ? Thank you very much. David. signature

RE: [PHP-DB] SQL request on DBase file

2006-02-11 Thread David BERCOT
Hi, > Whats wonrg with the manual? > > http://ca3.php.net/manual/en/ref.oracle.php > > http://www.zend.com/products/zend_core/zend_core_for_oracle I looked at these links and I found nothing about .pdf files !!! I have no problem with Oracle, but only for requesting, in SQL, .dbf files... Davi

RE: [PHP-DB] SQL request on DBase file

2006-02-11 Thread David BERCOT
uest on PDFs files like (syntax is fantaisist) : Conn = OpenDatabase("PDF Driver","/var/www/repDBF"); SQLStmt = "Select * From DBFFile1 where Name = 'DUBOIS'"; RS = Conn.Execute(SQLStmt); These is what I do in ASP on Windows... David. > Bastien > >

Re: [PHP-DB] mssql connecting

2007-05-23 Thread David BERCOT
Hi, Le Wed, 23 May 2007 14:37:58 -0400, "Dan Shirah" <[EMAIL PROTECTED]> a écrit : > Did you already try these steps? > > http://us2.php.net/manual/en/function.mssql-connect.php#70918 Hum, these steps are for PHP on IIS (i.e. Windows) (even if, later, someone talks about Linux). The question (I

Re: [PHP-DB] Re: mssql connecting

2007-06-01 Thread David BERCOT
Hi, Le Thu, 31 May 2007 13:46:47 -0300, "Sady Marcos" <[EMAIL PROTECTED]> a écrit : > The SQL Server 2000, installed in a Windows 2003 Server, only > accepted remote connections later that the DB will be with the SP3 or > 4 installed. In my company, we detect this problem, and alone > installing t