I get the ADODB.Command error '800a0bb9' Error
Now after I deleted all and created a database  I get the ADODB.Command error '800a0bb9' Error.
Why Is it that you guys use this "ADODB.Command" stuff?  Why are we not using the 
Set cnn=Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.RecordSet")
This worked for years,  how can I remove the "ADODB.Command".


