summaryrefslogtreecommitdiff
path: root/databases/iodbc/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/iodbc/DESCR')
-rw-r--r--databases/iodbc/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/iodbc/DESCR b/databases/iodbc/DESCR
new file mode 100644
index 00000000000..d87f8817ad6
--- /dev/null
+++ b/databases/iodbc/DESCR
@@ -0,0 +1,11 @@
+iODBC (intrinsic Open Database Connectivity) driver manager
+is compatible with ODBC 2.x specification and performs exactly
+same jobs of ODBC 2.x driver manager(i.e. driver loading,
+Parameters and function sequence checking, driver's function
+Invoking, etc.). Any ODBC driver works with ODBC 2.0 driver
+Manager will also work with iODBC driver manager and vice versa.
+
+Applications (using ODBC function calls) linked with
+iODBC driver manager will be able to simultaneously access
+different type of data sources within one process through
+suitable iODBC drivers.