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 ...
DataDirect Technologies has released DataDirect Connect for ADO.NET data providers. With DataDirect Connect for ADO.NET, developers can write and deploy .NET enterprise applications that connect to ...
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 ...