Is there a better way?
How can I use Internet Control to update my sql server table. I was passing
a variable to an html document that would rs.execute (sql) the command.
Could I use FTP somehow?
i.e..
www.tomthumb.com?sql = insert dbname (10 fields ) values (10 values)
in my asp page I have
set rs = cn.execute(sql)