-
O.o freaky ODBC error
Code:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
/conn.asp, line 48
right... I'm running Raggezone C4 Live Server on Win 2003 and MSSQL 2005
Help me! Help me! (remember the fly ^^):poster_he
-
it tells you where your error is........... check line 48 of conn.asp
-
line 48-49 is this
Code:
set lin2db_conn = Server.CreateObject("ADODB.CONNECTION")
lin2db_conn.open "driver={SQL Server};server="&ms_sql_server_host_addr&"; uid="&sql_server_username&";pwd="&sql_server_password&";database="&lin2db
and it's under the tag DO NOT CHANGE BELOW ... do u know any other way to create accounts without L2ASP? a PerlCGI way or PHP O.o