RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Tue, 12/9/08, Fortuno, Adam <[EMAIL PROTECTED]> wrote: > From: Fortuno, Adam <[EMAIL PROTECTED]> > Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far > To: [EMAIL PROTECTED] > Date: Tuesday, December 9, 2008, 8:20 PM >

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Tue, 12/9/08, Fortuno, Adam <[EMAIL PROTECTED]> wrote: > From: Fortuno, Adam <[EMAIL PROTECTED]> > Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far > To: [EMAIL PROTECTED] > Date: Tuesday, December 9, 2008, 5:14 PM > Sorry

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Tue, 12/9/08, Fortuno, Adam <[EMAIL PROTECTED]> wrote: > From: Fortuno, Adam <[EMAIL PROTECTED]> > Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far > To: [EMAIL PROTECTED] > Date: Tuesday, December 9, 2008, 5:14 PM > Sorry

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-09 Thread Fred Silsbee
--- On Mon, 12/8/08, Fortuno, Adam <[EMAIL PROTECTED]> wrote: > From: Fortuno, Adam <[EMAIL PROTECTED]> > Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far > To: [EMAIL PROTECTED] > Date: Monday, December 8, 2008, 10:56 PM > Fred, &

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-08 Thread Fred Silsbee
--- On Mon, 12/8/08, Fortuno, Adam <[EMAIL PROTECTED]> wrote: > From: Fortuno, Adam <[EMAIL PROTECTED]> > Subject: RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far > To: [EMAIL PROTECTED] > Date: Monday, December 8, 2008, 10:56 PM > Fred, &

RE: [PHP-DB] Re: MS SQL error...I've come a long way to get this far

2008-12-08 Thread Fortuno, Adam
Fred, If you're using integrated security (e.g., a domain account such as "domain\bob"), you won't supply a password. However, the "sa" account is a SQL login (v.s. a domain login). In that case, it would make sense that you supply a password. See the following page for some code to connect using