mentre quando scrivo sul database faccio:

Set Conn = Server.CreateObject("ADODB.Connection")
Set Rs = Server.CreateObject("ADODB.Command")
Conn.ConnectionString ="driver={MySQL ODBC 3.51 Driver};port=3306;server=localhost;db=chat;uid=roo t"
Conn.Open
Rs.ActiveConnection = Conn
Rs.CommandType = 1

e per chiudere


conn.Close
set rs=nothing
set conn=nothing