Does the connection string variable (MM_conn_bouk_website_STRING in the example below) contain a valid connection string??
To find out, modify the code and add a Response.Write and Response.End statement, like this:
Code:
set MM_rsUser = Server.CreateObject(MM_flag)
MM_rsUser.ActiveConnection = MM_conn_bouk_website_STRING
Response.Write("Conn " & MM_conn_bouk_website_STRING & "<br />")
Response.End
What do you get when you run this page? How does the connection string look like??
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.