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

Check the next link:

http://www.phpbuilder.com/columns/timuckun/20001207.php3

Enjoy it !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6469
(33) 3668-6463, 3668-6469


   
  
  Chris Hewitt 
  
  <[EMAIL PROTECTED]  Para: "Denis L. Menezes" <[EMAIL 
PROTECTED]>
  on.co.uk>cc: PHP general list <[EMAIL 
PROTECTED]>  
       Asunto:   Re: [PHP] Microsoft access + 
php
  17/03/2003 01:54 
  
  p.m. 
  
   
  
   
  




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 code is useful for those who want to use a
*Microsoft*
*Access* database with a *PHP* script."
So I guess this might be what you are looking for.

HTH
Chris



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




(Embedded image moved to file: pic26991.pcx)



-- 
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 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 code is useful for those who want to use a 
*Microsoft*
*Access* database with a *PHP* script."
So I guess this might be what you are looking for.

HTH
Chris


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


[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 working fine but the example below just refuses to 
work,

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], 
ExamPapers.[Add to Webpage]
FROM ExamPapers
WHERE (((ExamPapers.School)="Colour and Imaging Institute") AND ((ExamPapers.[Add to 
Webpage])=True));

I want to pull records from 1 table (ExamPapers). 
The WHERE line is causing problems i.e if I remove it, my php pages actually show. Can 
anyone see what I'm doing wrong?

Thanks,

Daniel Owen-McGee


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




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 within a MS Access database, for 
insertion into my PHP pages. This has been working fine but the example below just 
refuses to work,

DJOM> SELECT ExamPapers.EPaperID, ExamPapers.EPapersText, ExamPapers.[Title of Paper], 
ExamPapers.Course, ExamPapers.School, ExamPapers.Year, ExamPapers.[Jan/Summer], 
ExamPapers.[Module Code],
DJOM> ExamPapers.Stage, ExamPapers.[Storage Location], ExamPapers.[Add to Webpage]
DJOM> FROM ExamPapers
DJOM> WHERE (((ExamPapers.School)="Colour and Imaging Institute") AND 
((ExamPapers.[Add to Webpage])=True));

DJOM> I want to pull records from 1 table (ExamPapers). 
DJOM> The WHERE line is causing problems i.e if I remove it, my php pages actually 
show. Can anyone see what I'm doing wrong?

DJOM> Thanks,

DJOM> Daniel Owen-McGee





-- 
Best regards,
 Latexmailto:[EMAIL PROTECTED]


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




[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.School, ExamPapers.Year, ExamPapers.[Jan/Summer], 
ExamPapers.[Module Code], ExamPapers.Stage, ExamPapers.[Storage Location], 
ExamPapers.[Add to Webpage]
FROM ExamPapers
WHERE (((ExamPapers.School)="Colour and Imaging Institute") AND ((ExamPapers.[Add to 
Webpage])=True));

I want to pull records from 1 table (ExamPapers). 
The WHERE line is causing problems i.e if I remove it, my php pages actually show. Can 
anyone see what I'm doing wrong?

Thanks,

Daniel Owen-McGee


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