Hello,
I have a little prob wehn i try to make an account over website...
I use this in Index.php
/ configuration
$config = array(
'db_username' => 'sa', // database username
'db_password' => 'my pw here..., // database password
'db_dsn' => 'kal_auth', // system DSN to the database
'template' => 'registration.tpl', // registration template path/filename
'debug' => false, // show SQL errors if true
);
and that gives at site
Could somone help me?Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database "kal_auth" requested by the login. The login failed., SQL state 37000 in SQLConnect in C:\xampp\htdocs\index.php on line 113
Warning: odbc_exec(): supplied argument is not a valid ODBC-Link resource in C:\xampp\htdocs\index.php on line 131
Warning: odbc_errormsg(): supplied argument is not a valid ODBC-Link resource in C:\xampp\htdocs\index.php on line 134
Thx :)


Reply With Quote

