mssql error

[email protected] ("David Henton") Wed, 14 Jun 2000 03:29:02 -0700
Newsgroups php.version4
Message-ID <[email protected]>
Hello, after getting the mssql functions to work I ran into a strange
problem: I can do inserts, deletes, and I can select if there are no records
(num_rows=0).  However, if there are any records in my database I get the
following error when I execute a select statement:  PHP has encountered an
Access Violation at 00000000
The problem is it's not really an access violation since I can query the db
with odbc connections using the same account, and I can insert and delete as
mentioned above.  Strange!  Any ideas?  Perhaps a small bug in the build I
am using?  Thanks