Date: 10/13/00
- Next message: Lutz Brueckner: "Re: [PHP-DB] 2 dim array"
- Previous message: Ernesto Han: "Re: [PHP-DB] SQL Question"
- Next in thread: Javier Morquecho Morquecho: "[PHP-DB] A Query question..."
- Reply: Javier Morquecho Morquecho: "[PHP-DB] A Query question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I got an error message when using php to connect a
sybase ase server on a winnt box.
First, I installed the following software on a winnt
box:
1 Software installed
2 php4.03 win32
3 winnt4.0
4 ASE11.92 win32
5 IIS4
6 sybase open client
Second, I configured the php.ini file and tested by
using phpinfo(), and everythings look fine.
lines extract from php.ini
extension=php_sybase_ct.dll
Forth, php script for connecting the sybase server
<?php
$server="servername";
$uname="sa";
$passed="";
$connect=sybase_connect($server, $uname, $passed)
or die ("Could not connect to the ASE!");
?>
Finally, i got an error message which shows that the
ASE denied my connection request:
Sybase message: warning.......access violation....
Help please, what's wrong with my configuration.
Thanks for your help
Tom
=====
Tom
mailto:tomcwh <email protected>
__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Lutz Brueckner: "Re: [PHP-DB] 2 dim array"
- Previous message: Ernesto Han: "Re: [PHP-DB] SQL Question"
- Next in thread: Javier Morquecho Morquecho: "[PHP-DB] A Query question..."
- Reply: Javier Morquecho Morquecho: "[PHP-DB] A Query question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

