Re: [PHP] Microsoft access + php

2003-03-18 Thread fLIPIS
I've written a tutorial on my site about this subject. You can find it here: http://www.flipis.net/tutoriales/php_myaccess.php It's in spanish, though -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Microsoft access + php

2003-03-17 Thread ignacio . estrada
EMAIL PROTECTED]> on.co.uk>cc: PHP general list <[EMAIL PROTECTED]> Asunto: Re: [PHP] Microsoft access + php

Re: [PHP] Microsoft access + php

2003-03-17 Thread Chris Hewitt
Denis L. Menezes wrote: Sorry folks, This question must have been asked many times before, and I must have missed it. Can someone please lead me to some tutorial where I can PHP and Microsoft Access? I just tried putting "PHP and Microsoft Access" into Google. The first item has the text "This

[PHP] Microsoft access + php

2003-03-17 Thread Denis L. Menezes
Sorry folks, This question must have been asked many times before, and I must have missed it. Can someone please lead me to some tutorial where I can PHP and Microsoft Access? thanks Denis

[PHP] Microsoft Access & PHP - Solved

2002-07-04 Thread Daniel J Owen-Mcgee
Hi All, My query (below) has been solved. Thanks to all who responded so quickly! Putting single quote marks around 'Colour and Imaging Institute' did the trick. DAniel Hi, I'm gleaning microsoft SQL from queries within a MS Access database, for insertion into my PHP pages. This has been w

Re: [PHP] Microsoft Access & PHP

2002-07-04 Thread Latex Master
Hello Daniel, Try to use a query line like below: WHERE (((ExamPapers.School)=\"Colour and Imaging Institute\") AND ((ExamPapers.[Add to Webpage])=True)); And let us know it it will work Thursday, July 4, 2002, 5:21:50 PM, you wrote: DJOM> Hi, DJOM> I'm gleaning microsoft SQL from queries wit

[PHP] Microsoft Access & PHP

2002-07-04 Thread Daniel J Owen-Mcgee
Hi, I'm gleaning microsoft SQL from queries within a MS Access database, for insertion into my PHP pages. This has been working fine but the example below just refuses to work, SELECT ExamPapers.EPaperID, ExamPapers.EPapersText, ExamPapers.[Title of Paper], ExamPapers.Course, ExamPapers.Schoo