> > > > Warning: mysql_select_db(): Access denied for user > 'ODBC'@'localhost' (using password: NO) in > z:\home\localhost\www\2.php on line 12 > > > > Warning: mysql_select_db(): A link to the server could not > be established in z:\home\localhost\www\2.php on line 12 > > > > Warning: mysql_query(): Access denied for user > 'ODBC'@'localhost' (using password: NO) in > z:\home\localhost\www\2.php on line 14 > > > > Warning: mysql_query(): A link to the server could not be > established in z:\home\localhost\www\2.php on line 14 > > Database Selected: i" > > > > what does it' mean? > > It just means that you are using a wrong username/password combination > to connect. Or that the user ODBC does not have access granted to the database or table he is trying to access. JM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php