Forums

This topic is locked

aspnet en sql server

Posted 31 May 2006 21:12:54
1
has voted
31 May 2006 21:12:54 sofie sof posted:
Hi,
for the first time i am trying to make a connection between aspnet and sql. Before i have always used ms access databases.
Now my webconfig file looks like this :
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_conn_baertfamily" value="default_oledb.htm" />

<add key="MM_CONNECTION_STRING_conn_baertfamily" value="Driver={SQL Server};Server=sql02.combell.com;Database=baertfamilycom;Uid=baertfamilycom;Pwd=********;" />
<add key="MM_CONNECTION_DATABASETYPE_conn_baertfamily" value="OleDb" />
<add key="MM_CONNECTION_SCHEMA_conn_baertfamily" value="" />
<add key="MM_CONNECTION_CATALOG_conn_baertfamily" value="" />
</appSettings>
</configuration>

But the connection does not work.
Could anyone help me out here?

tx

Reply to this topic