[PHP-DB] PHP4-ODBC-MSSQL7

2001-07-10 Thread Michael Yevdokimov
Hello Everyone!! We are making on the project with PHP4 and MSSQL7. Everything is based on NT4 platform. Certainly, in this case we are operating by SQL stored procedures. The question is.. I found some problems while extracting data from database over ODBC which we need to use to make a

AW: [PHP-DB] PHP4-ODBC-MSSQL7

2001-07-10 Thread Stefan Siefert
, 10. Juli 2001 13:09 An: [EMAIL PROTECTED] Betreff: [PHP-DB] PHP4-ODBC-MSSQL7 Hello Everyone!! We are making on the project with PHP4 and MSSQL7. Everything is based on NT4 platform. Certainly, in this case we are operating by SQL stored procedures. The question is.. I found some problems while

RE: [PHP-DB] PHP4-ODBC-MSSQL7

2001-07-10 Thread Andrew Hill
Data Access Data Integration Technology Providers -Original Message- From: Michael Yevdokimov [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 7:09 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] PHP4-ODBC-MSSQL7 Hello Everyone!! We are making on the project with PHP4 and MSSQL7

Re: [PHP-DB] PHP4-ODBC-MSSQL7

2001-07-10 Thread Frank M. Kromann
Hi Michael, The should not be any issues with the oder of the columns in the select using ODBC. I do have some questions for you. 1) What is the reson for using stored procedures for this. The procedure you are showing is just a wrapper arround a SQL statement. You could as easily generate