I am running an ASP page that opens an ADO connection to an MS SQL database. It starts up a transaction and then executes a series of statements (no SELECTs, only DELETEs and INSERTs). It seems that ...
I need to describe a bunch of tables programatically (i.e. get their attribute names and corresponding data types). I can use Describe <I>table </I> on them in the ...