Re: [PHP-DB] Group by

2009-12-09 Thread Barry Stear
Also you may not see a difference because your not even using 'History_field' anywhere in your SELECT statement. I am a little surprised that you didn't receive a error. On Wed, Dec 9, 2009 at 9:31 AM, Juan Pablo Ramirez < ramirez.juanpa...@gmail.com> wrote: > Hi i recommend always use indexes wh

Re: [PHP-DB] auto creation of email IDs

2009-12-17 Thread Barry Stear
When the users register are you wanting to create a email account for them on your server or are you wanting to use a email address that they already have? It is possible to create a temporary email id but I am not sure how you would be able to tie this back to the person so they would actually re

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
Adam, What is at Line 4 in your test.asp? The error you provided said that there was a problem where it could not find the default driver to use. Also when you get the connection failed you were trying to connect to MYSQL from the system running MYSQL correct? On Wed, Dec 23, 2009 at 7:50 AM, Ad

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
est;User > Id=root;Password=youwish" > conn.open > Response.write("Connected") > conn.close > %> > > > > So line 4 is: conn.open > > > Thanks, > Adam > > -Original Message- > From: Barry Stear [mailto:bst...@gmail.c

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
oot;Password=youwish" > conn.open > Response.write("Connected") > conn.close > %> > > > So line 4 is: conn.open > > > Thanks, > Adam > > > -Original Message- > From: Barry Stear [mailto:bst...@gmail.com] > Sent: Wed

Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Barry Stear
1 or another domain name. > > This behavior change is due to IPv6 being enabled by default in Vista or > other recent Windows version. > > > > > From: Barry Stear [mailto:bst...@gmail.com] > Sent: Wednesday, December 23, 2009 1:54 PM > To: Adam Sonzogni; PHP DB Posts >