RE: [PHP-DB] microsoft access

2004-10-01 Thread Robert Twitty
no experience with odbtp, so can't really judge on that > one. > > Anyway, thanks again Bob, input is goood. > > -TG > > > -Original Message- > > From: Robert Twitty [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 01, 2004 2:27 PM > > To:

RE: [PHP-DB] microsoft access

2004-10-01 Thread Gryffyn, Trevor
Original Message- > From: Robert Twitty [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 2:27 PM > To: Gryffyn, Trevor > Cc: [EMAIL PROTECTED]; Matt M.; Matthew Perry > Subject: RE: [PHP-DB] microsoft access > > > ADODB is a PHP abstraction layer class. In oth

RE: [PHP-DB] microsoft access

2004-10-01 Thread Robert Twitty
t; If I have time later, I'll double-check ADOdb and such, but I'd look > into something like that before I'd use COM. > > -TG > > > -Original Message- > > From: Matt M. [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 01, 2004 11:54 AM >

RE: [PHP-DB] microsoft access

2004-10-01 Thread Gryffyn, Trevor
t; Sent: Friday, October 01, 2004 11:54 AM > To: Matthew Perry > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] microsoft access > > > > Does anyone know of a good online source for using php and microsoft > > access. > > I don't want to have to use asp. &

Re: [PHP-DB] microsoft access

2004-10-01 Thread Matt M.
> Does anyone know of a good online source for using php and microsoft > access. > I don't want to have to use asp. > Thank you for your time. you could use com objects with Microsoft ADO -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] microsoft access

2004-10-01 Thread Robert Twitty
A very good solution for connecting to an MS Access database is the odbtp extension. You can get it at http://odbtp.sourceforge.net. It provides support for many of Access's features, such as UNICODE text data and query processing, and stored query execution. An example on how to connect to a MS Ac

Re: [PHP-DB] microsoft access

2004-10-01 Thread Eduardo Sampaio
On Thu, 30 Sep 2004 23:53:38 -0400, Bastien Koert <[EMAIL PROTECTED]> wrote: > Here is a basic connect script. I would stringly recommend against using > access, use mysql instead. Or Firebird -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] microsoft access

2004-09-30 Thread Bastien Koert
Here is a basic connect script. I would stringly recommend against using access, use mysql instead. // Program to test connecting to a Microsoft Access ODBC Data Source $connection = odbc_connect("postcard", "", ""); print "Connected to datasource"; if ($result = od

Re: [PHP-DB] Microsoft Access & PHP

2002-07-05 Thread Maureen
Correction on that, I removed the wrong parentheses: "SELECT ExamPapers.EPaperID, ExamPapers.EPapersText, ExamPapers.[Title of Paper], ExamPapers.Course, ExamPapers.School, ExamPapers.Year, ExamPapers.Jan/Summer], ExamPapers.[Module Code], ExamPapers.Stage, ExamPapers.[Storage Location], ExamP

Re: [PHP-DB] Microsoft Access & PHP

2002-07-05 Thread Maureen
If you are putting this in a web page, I assume you are putting quotes around the select statement. If so, are you escaping the quotes around "Colour and Imaging Institute" by putting \"Colour and Imaging Institute\" instead (or using single quotes instead of double quotes)? If not, that may

Re: [PHP-DB] Microsoft Access & PHP

2002-07-04 Thread George Pitcher
Just a thought. Try putting quotes around the 'True'. George (no expert - not even a novice - yet) - Original Message - From: "Daniel J Owen-Mcgee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 2:29 PM Subject: [PHP-DB] Microsoft Access & PHP Hi, I'm gleani

RE: [PHP-DB] Microsoft Access DB & PHP

2001-04-05 Thread Fernando Buitrago
Well, PHP has a odbc funcions, all the reference located in www.php.net by the way, ASPEdit 2000 tool has a complete referene about these funcions and PHP, ASP, Perl and others. Try to use this. Is Good. Regards Fernando -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-

RE: [PHP-DB] Microsoft Access DB & PHP

2001-04-05 Thread James Kneebone
I should have classified it a bit more. The server is currently Unix but I have an option (one that I don't really want to take) of having the whole website, etc being moved to one of the NT servers. I read something about iODBC or something like that, but I'm not too familiar on that topic. I wo

RE: [PHP-DB] Microsoft Access DB & PHP

2001-04-05 Thread Andrew Hill
James, Sure - just connect via ODBC and use the odbc_functions in PHP. Best regards, Andrew -- Andrew Hill - OpenLink Software Director Technology Evangelism Universal Data Access Integration http://www.openlinksw.com > -Original Message- > From: Ja