(the problem is not depend on PHP version, in my old php3 it's the same)
before installation SQL Server2000 every thing. I can't find any
service packs for MS SQL Server 2000.
In over programs using ODBC this select works fine
Best Regards Denis Eltsov
<[EMAIL PROTECTED]>
No this not solves the problem
Unfortunatly it's not the sintax problem.
because Everything was fine until I setup
SQL Server 2000
Best Regards Denis Eltsov
""Michael Rudel"" <[EMAIL PROTECTED]> wrote in message
000301c0b2b0$08ae9020$[EMAIL PROTECTED]&quo
Denis Eltsov
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
1. In ODBC Data Source Administrator create System DSN to your DB
2. In PHP use
$x=odbc_connect("your system DSN","","");
$r=odbc_exec($x,"select * from some_table");
echo(odbc_result($r,1));
http://www.zend.com/manual
Best regards Denis Eltsov
"&qu