RE: [PHP-DB] PHP and MS Access

2001-10-01 Thread Andrew Hill

On Windows, PHP can access Access via ODBC.
On Linux, PHP can also hit a Windows Access server via ODBC, but a two-tier
connection is needed whereby a Linux DSN talks to a Windows DSN.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers

> -Original Message-
> From: DJGray [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 01, 2001 3:13 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] PHP and MS Access
>
>
> I apologize if this is a redundant post. I did do a search and could not
> find the answer.
>
> I'm swimming in ignorance as I build a website for a friend. The hosting
> service says they support MS Access and PHP. However, they are telling me
> that in order for PHP to get to that database, I would also need MySQL,
> which they do not have and have no plans to install.
>
> Is this accrate?
>
> Can PHP not get to the Access database directly?
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] PHP and MS Access

2001-10-01 Thread DJGray

I apologize if this is a redundant post. I did do a search and could not
find the answer.

I'm swimming in ignorance as I build a website for a friend. The hosting
service says they support MS Access and PHP. However, they are telling me
that in order for PHP to get to that database, I would also need MySQL,
which they do not have and have no plans to install.

Is this accrate?

Can PHP not get to the Access database directly?



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] PHP and ms Access

2001-09-27 Thread olinux


www.phpbuilder.com has a few decent articles on this that will help you.

olinux

-Original Message-
From: François PERROT [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 31, 2001 10:19 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] PHP and ms Access


Hi,

You need to retreive data using a query script and just put them in a page
:)
It's as easy as that...
Anyway if you precise your question  we'll be able to give a more precise
answer



-Message d'origine-
De : user <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : vendredi 31 août 2001 15:33
Objet : [PHP-DB] PHP and ms Access


>Hello,
>
>I am builing a microsoft access database.
>
>Now wants the compagny I created it for me to use it to make dynamic
>webpages. The problem is that I am new at this.
>
>Can somebody please explain the basics of integrating a MS Access databse
>with php into a webpage?
>
>I thank you in advance,
>
>TheB'Oss
>
>//Could you please mail the answer to [EMAIL PROTECTED]
>
>Thx
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] PHP and ms Access

2001-09-04 Thread Andrew Hill

That's a yes.

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access & Data Integration Technology Providers

> -Original Message-
> From: Andrey Hristov [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 31, 2001 9:43 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] PHP and ms Access
>
>
> I think that by using ODBC you can connect to the MS Access server.
>
>
> Andrey Hristov
> IcyGEN Corporation
> http://www.icygen.com
> BALANCED SOLUTIONS
>
>
> - Original Message -
> From: "user" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 31, 2001 4:33 PM
> Subject: [PHP-DB] PHP and ms Access
>
>
> > Hello,
> >
> > I am builing a microsoft access database.
> >
> > Now wants the compagny I created it for me to use it to make dynamic
> > webpages. The problem is that I am new at this.
> >
> > Can somebody please explain the basics of integrating a MS
> Access databse
> > with php into a webpage?
> >
> > I thank you in advance,
> >
> > TheB'Oss
> >
> > file://Could you please mail the answer to [EMAIL PROTECTED]
> >
> > Thx
> >
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] PHP and ms Access

2001-09-02 Thread olinux o

www.phpbuilder.com has an article on this

olinux

--- user <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I am builing a microsoft access database.
> 
> Now wants the compagny I created it for me to use it
> to make dynamic
> webpages. The problem is that I am new at this.
> 
> Can somebody please explain the basics of
> integrating a MS Access databse
> with php into a webpage?
> 
> I thank you in advance,
> 
> TheB'Oss
> 
> //Could you please mail the answer to
> [EMAIL PROTECTED]
> 
> Thx
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> 


__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] PHP and ms Access

2001-08-31 Thread François PERROT

Hi,

You need to retreive data using a query script and just put them in a page
:)
It's as easy as that...
Anyway if you precise your question  we'll be able to give a more precise
answer



-Message d'origine-
De : user <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : vendredi 31 août 2001 15:33
Objet : [PHP-DB] PHP and ms Access


>Hello,
>
>I am builing a microsoft access database.
>
>Now wants the compagny I created it for me to use it to make dynamic
>webpages. The problem is that I am new at this.
>
>Can somebody please explain the basics of integrating a MS Access databse
>with php into a webpage?
>
>I thank you in advance,
>
>TheB'Oss
>
>//Could you please mail the answer to [EMAIL PROTECTED]
>
>Thx
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] PHP and ms Access

2001-08-31 Thread Andrey Hristov

I think that by using ODBC you can connect to the MS Access server.


Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


- Original Message - 
From: "user" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 31, 2001 4:33 PM
Subject: [PHP-DB] PHP and ms Access


> Hello,
> 
> I am builing a microsoft access database.
> 
> Now wants the compagny I created it for me to use it to make dynamic
> webpages. The problem is that I am new at this.
> 
> Can somebody please explain the basics of integrating a MS Access databse
> with php into a webpage?
> 
> I thank you in advance,
> 
> TheB'Oss
> 
> file://Could you please mail the answer to [EMAIL PROTECTED]
> 
> Thx
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] PHP and ms Access

2001-08-31 Thread user

Hello,

I am builing a microsoft access database.

Now wants the compagny I created it for me to use it to make dynamic
webpages. The problem is that I am new at this.

Can somebody please explain the basics of integrating a MS Access databse
with php into a webpage?

I thank you in advance,

TheB'Oss

//Could you please mail the answer to [EMAIL PROTECTED]

Thx



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]