Universal Data Access (UDA)
Universal Data Access (UDA) is Microsoft's model or framework for a single uniform application
program interface to different software makers' databases, both relational and
nonrelational. UDA is the database access part of Microsoft's Component Object Model (COM), an overall
framework for creating and distributing object-oriented
programming programs in a network. UDA consists mainly of the high-level interface, ActiveX
Data Objects (ADO) and the
lower-level services called OLE
DB. IBM, Oracle, and
other companies have provided database bridges that interface with OLE DB.
This was last updated in September 2005
Email Alerts
Register now to receive SearchSQLServer.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States.
Privacy
More News and Tutorials
-
A data warehousing initiative shouldn't result in multiple data silos, but too often that's just what happens. The problem, says guest columnist Rick Sherman, is that data warehousing is misunderstood.
-
A stored procedure to properly import data from an Excel table into SQL Server.
-
This procedure will be useful for getting the number of working days between two given dates.