We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64e1d2 commit 7cbe6e6Copy full SHA for 7cbe6e6
README.md
@@ -4,7 +4,21 @@ GNU Octave database functionality using odbc
4
This is a basic implementation of ODBC functionalty similar to MATLABS
5
ODCB functionalilty.
6
7
-In linux, it uses unixODBC, in windows the native odbc interface.
+## Requirements
8
+
9
+### Linux
10
11
+In linux, the devel package for unixODBC must be installed.
12
13
+To use the configureODBCDataSource function, ODBCManageDataSources must
14
+be avalable from te Qt odbc packages
15
16
+### Windows
17
18
+In Windows, the native odbc interface is used.
19
20
21
+### Install and loading
22
23
The toolkit can be installed in Octave 7.2+ using the command:
24
0 commit comments