[PHP-DB] Re: Integrated Authentication on IIS 6.0

2005-05-24 Thread JeRRy
Hi,I have an intranet application that I wrote in PHP that has worked greatfor a long time. It uses integrated authentication in IIS. I'm trying tomigrate to IIS 6 and things are mostly working. The problem I have isthat my ODBC_CONNECT calls are not resulting in: Login failed for

RE: [PHP-DB] Re: Integrated Authentication on IIS 6.0

2005-05-24 Thread Ryan Jameson \(USA\)
Okay, ?PHP odbc_connect(myDSN,,); ? Does that help? Ryan -Original Message- From: JeRRy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 1:33 AM To: php-db@lists.php.net Subject: [PHP-DB] Re: Integrated Authentication on IIS 6.0 Hi,I have an intranet application that I

RE: [PHP-DB] Re: Integrated Authentication on IIS 6.0

2005-05-24 Thread Bastien Koert
Remember that for this the 'trusted user' is to be the webserver, not the client machine that the user is using to run the application. Ensure that the webserver is registered as a authorized user. Bastien From: Ryan Jameson (USA) [EMAIL PROTECTED] To: php-db@lists.php.net Subject: RE:

[PHP-DB] group by

2005-05-24 Thread blackwater dev
Hello, Let's say I have an app used in car garages. I have two tables: table cars id make model table work_done id carid details work_date I need to pull out the last work order for each car. This pulls them all: select c.make, c.model, c.id, wd.details from cars c join work_done wd on

[PHP-DB] Form information

2005-05-24 Thread Chris Payne
Hi there everyone, I'm pulling data from my MySQL DB with PHP 4.2, and I have a quantity box for multiple items, what I'm not sure of is this: Say there are 8 products and they choose 3 by entering a quantity into each box, I can display that no problem BUT how can I capture the ID of each