SQL request on DBase file

SQL request on DBase file

am 11.02.2006 00:28:16 von David BERCOT

--=-R5B6iWtn4zYpoegEJWng
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

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.

--=-R5B6iWtn4zYpoegEJWng
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD4DBQBD7SGQvSnthbGI8ygRAvTwAJMHjmyYnuQh1ITYCj9wdzRJq0xdAJ4r yR+O
6vROfyP315rA6LNP2aTskQ==
=wbuK
-----END PGP SIGNATURE-----

--=-R5B6iWtn4zYpoegEJWng--

RE: SQL request on DBase file

am 11.02.2006 02:37:13 von Bastien Koert

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

Bastien



>From: David BERCOT
>To: php-db@lists.php.net
>Subject: [PHP-DB] SQL request on DBase file
>Date: Sat, 11 Feb 2006 00:28:16 +0100
>
>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.asc >>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: SQL request on DBase file

am 11.02.2006 14:31:50 von David BERCOT

--=-pVDazPM6qg/xHzII/LfI
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Hi,

> Whats wonrg with the manual?
>=20
> http://ca3.php.net/manual/en/ref.oracle.php
>=20
> 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...

David.

> Bastien
>=20
> >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.

--=-pVDazPM6qg/xHzII/LfI
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQBD7edGvSnthbGI8ygRAnj0AJ0eJql9mGIJ5P7ky40nzxIt3V9IEgCg hOWy
O2gsKvh8c1XPOZA9OQTUGj0=
=m6lM
-----END PGP SIGNATURE-----

--=-pVDazPM6qg/xHzII/LfI--

RE: SQL request on DBase file

am 11.02.2006 15:41:31 von Bastien Koert

Guess I misunderstodd the post, thought you were asking about how to access
oracle after importing the dbase files

http://ca.php.net/manual/en/ref.dbase.php

Not sure about your question on PDFs..can you clarify?

Bastien

>From: David BERCOT
>To: php-db@lists.php.net
>Subject: RE: [PHP-DB] SQL request on DBase file
>Date: Sat, 11 Feb 2006 14:31:50 +0100
>
>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...
>
>David.
>
> > Bastien
> >
> > >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.asc >>

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: SQL request on DBase file

am 11.02.2006 16:16:20 von David BERCOT

--=-1fDE1No2EA9DVoGRNLL3
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

> Guess I misunderstodd the post, thought you were asking about how to acce=
ss=20
> oracle after importing the dbase files
>=20
> http://ca.php.net/manual/en/ref.dbase.php
>=20
> Not sure about your question on PDFs..can you clarify?

Of course. No problemo ;-)
I want to make SQL request on PDFs files like (syntax is fantaisist) :
Conn =3D OpenDatabase("PDF Driver","/var/www/repDBF");
SQLStmt =3D "Select * From DBFFile1 where Name =3D 'DUBOIS'";
RS =3D Conn.Execute(SQLStmt);

These is what I do in ASP on Windows...

David.

> Bastien
>=20
> >From: David BERCOT
> >To: php-db@lists.php.net
> >Subject: RE: [PHP-DB] SQL request on DBase file
> >Date: Sat, 11 Feb 2006 14:31:50 +0100
> >
> >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...
> >
> >David.
> >
> > > Bastien
> > >
> > > >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 fil=
es.
> > > >It is possible with PHP on Linux ?
> > > >Do you have some examples ?
> > > >
> > > >Thank you very much.
> > > >
> > > >David.
>=20
>=20
> ><< signature.asc >>
>=20

--=-1fDE1No2EA9DVoGRNLL3
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQBD7f/EvSnthbGI8ygRAs6XAJ0RcYimI8c1JU4JKom//6pTx7rmbgCe NiBZ
sAA+gG79pKyWntujEOLo0Xk=
=YBOl
-----END PGP SIGNATURE-----

--=-1fDE1No2EA9DVoGRNLL3--