Re: PHP and MS Access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Dale Attree" <dale@xxxxxxxxxxxxxxxxxxxxx> a écrit dans le message de
news:KIEMJOGKDLBIFJBPPAAFAEMCCBAA.dale@xxxxxxxxxxxxxxxxxxxxxxxx
> 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"

>
> When I execute that sql statement using odbc_exec, it says there is a
synta
> error in the "FROM" clause.
>
> Please help. It is urgent.
>
> Thanx
> Dale

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux