~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to exe/README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
+-------------------------------------------------------------+
10
10
| unixODBC                                                    |
11
 
| odbcinst                                                    |
12
11
+-------------------------------------------------------------+
13
12
 
14
 
Make sure you backup odbc.ini and odbcinst.ini before
15
 
*playing* with this tool.
16
 
 
17
 
This tool has been created for install script/RPM
18
 
writers. It is a command line interface to key
19
 
functionality in the odbcinst lib. It does not copy
20
 
any files (ie libs) but it will modify the ODBC
21
 
System Information for the user.
22
 
 
23
 
exceute the program with no options for help
24
 
 
 
13
isql/iusql
 
14
 
 
15
        This is a utility which can be used to submit SQL to a 
 
16
        data source and to format/output results. It can be 
 
17
        used in batch or interactive mode.
 
18
 
 
19
odbcinst
 
20
 
 
21
 
 
22
        This utility has been created for install script/RPM
 
23
        writers. It is a command line interface to key
 
24
        functionality in the odbcinst lib. It does not copy
 
25
        any files (ie libs) but it will modify the ODBC
 
26
        System Information for the user.
 
27
 
 
28
dltest
 
29
 
 
30
        This is a utility which can be used to check a share
 
31
        library to see if it can be loaded and if a given
 
32
        symbol exists in it.
 
33
 
 
34
        This can be useful when debugging a problem with a 
 
35
        share library or in a makefile situation.
 
36
 
 
37
dbfio
 
38
 
 
39
        This utility is used to test the functionality of the
 
40
        DBFIO library.
25
41
 
26
42
+-------------------------------------------------------------+
27
43
| Peter Harvey                                                |
28
44
| pharvey@codebydesign.com                                    |
29
 
| www.genix.net/unixODBC                                      |
 
45
| www.unixodbc.org
30
46
| 27.JAN.99                                                   |
31
47
+-------------------------------------------------------------+
32
48