Sure, I can try. I think the connection to the database is working, because it isn't giving me an errors, which is it setup to do if it doesn't work.
So, I think the problem is the FetchRow loop stating with
while($res=FetchRow($query_in))
All I did was replace what was
while($res=mssql_fetch_array($query_in))
with the FetchRow words. I suspect I need to do more to rewrite this loop to work as an ADOdb compliant call instead of a mssql_fetch_array.
Can you help here? I am in way over my head in terms of understanding how to code a loop. Thanks!