found the problem:
In case someone wants to know.
I used Text as the column header - not a good idea. Changed it to Text1 and
everything works fine now.
Christian
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
on 09/05/2005 04:47 AM christian tischler said the following:
I have a very strange problem - please has someone seen this before?
I use php to connect to an access database and everything works fine. I have
one field in my database were the type is memo. I can use insert to add to
the d
"Dale Attree" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Anyone able to help me,
>
> I'm having to port a MySQL system to MS Access, but some of the SQL is not
> working on MS Access.
>
> MySQL statement : select * from po limit 0,20
Try this
"select * from po top 20"
Hi php-windows,
Historians believe that on 08 January 2005, at 14:31:00 +0200 (which was
12:31 where I live) PHP Windows Mailing List wrote and made these points
> I'm having to port a MySQL system to MS Access, but some of the SQL is not
> working on MS Access.
> MySQL statement : select * from