• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What does this thing do - ODBC Data Sources

slicksilver

Golden Member
I have been seeing this in the control panel right from the first release of Win95......What is it used for?.....Does the normal end user have anything to do with it?......All it shows is some database driver connections.....😕😕😕

Raj
 
It is a way for applications to access a database without having to have any special code built into the application trying to access the database. When you have an ODBC drive installed, any application that is a Win32 or Win16 application can access a database, as long as the driver is installed.

The end-user shouldn't ever need to use it, unless you have a database within your network the user would need to access.
 
Back
Top