Nuacht

I have a need to compare multiple different versions of essentially the same SQL Server 2005+ databases and bring the table structures up to that which is in the newest version. It should compare ...
A server application stores data in an SQL Server 6.5 database. A customer id number is entered into the client application, and after retrieving data from the server, the client displays a list ...
The Oracle Provider for OLEDB has some nice methods for retrieving an array from a PL/SQL procedure call and making it appear to be a Recordset object. It's a bit trickier to go in the other ...