[PHP] select in PHP + Sql Server

2001-09-13 Thread Marcos Mathias
Hello ! I have a php program running under linux that conects into a Sql server 7 under win2k. When I make a select in a table that doesn't contain any index, my select returns no results. Otherwise, when the table contains at least one index, the select works fine. My question: Is that

Re: [PHP] select in PHP + Sql Server

2001-09-13 Thread Ben . Edwards
] cc: Subject: [PHP] select in PHP + Sql Server Hello ! I have a php program running under linux that conects into a Sql server 7 under win2k. When I make a select in a table that doesn't contain any index, my select returns no results. Otherwise, when the table contains at least one index