Forum Moderators: coopster
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in c:\apache\htdocs\e-life\adodb\drivers\adodb-odbc.inc.php on line 116
Warning: Cannot send session cookie - headers already sent by (output started at c:\apache\htdocs\e-life\adodb\drivers\adodb-odbc.inc.php:116) in c:\apache\htdocs\e-life\tmpg4wkteu09b.php on line 11
Warning: Cannot send session cache limiter - headers already sent (output started at c:\apache\htdocs\e-life\adodb\drivers\adodb-odbc.inc.php:116) in c:\apache\htdocs\e-life\tmpg4wkteu09b.php on line 11
Can anyone please help me fix this problem?
I will greatly appreciate your help
Well, the second and third errors don't matter, they are generated because of the first error outputting.
As far as the first one goes, I don't use access but this bit
Data source name not found and no default driver specifiedwould make me think that something is misconfigured or your call is wrong.
Have you read through these?
odbc_pconnect [php.net]
odbc_connect [php.net]
sometimes there are gems hiding in the user contributed notes.