Guest User

Untitled

a guest
Oct 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. [mariadb]
  2. Description=Maria DB
  3. Driver=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so
  4. Setup=/usr/lib/x86_64-linux-gnu/odbc/libodbcmyS.so
  5.  
  6. #The rest of these magically appear in the GUI driver (advanced) setup utility:
  7. #Driver64=
  8. #Setup64=
  9. UsageCount=1
  10. #CPTimeout=
  11. #CPTImeToLive=
  12. #DisableGetFunctions=
  13. #DontDLCLose=
  14. #ExFetchMapping=
  15. #Threading=
  16. #FakeUnicode=
  17. #IconvEncoding=
  18. #Trace=
  19. #TraceFile=
  20.  
  21.  
  22. #=================
  23. [mdbtools]
  24. Description=MDBTools Driver
  25. Driver=/usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so
  26. Setup=/usr/lib/x86_64-linux-gnu/odbc/libmdbodbc.so
  27.  
  28. #The rest of these magicaly appear in the GUI driver (Advanced) setup utility:
  29. #Driver64=
  30. #Setup64= Get error if include this param for mdbtools
  31. # (even though it appears in the GUI list as null)
  32. UsageCount=1
  33. #CPTimeout=
  34. #CPTImeToLive=
  35. #DisableGetFunctions=
  36. #DontDLCLose=
  37. #ExFetchMapping=
  38. #Threading=
  39. #FakeUnicode=
  40. #IconvEncoding=
  41. #Trace=
  42. #TraceFile=
  43. #TraceLibrary=
  44.  
  45. [mariadb-bb]
  46. #Description - defaults to $Driver
  47. Description=Bigbase
  48.  
  49. #Driver: Required. The name of the MariaDB ODBC Driver. Must be always {MariaDB ODBC 1.0 Driver}
  50. # the 1.0 comment above is possibly outdated
  51. Driver=mariadb
  52.  
  53. #Server: name or IP of the MariaDB database server. Aliases: Servername - defaults to null
  54. Server=localhost
  55.  
  56. #Database: default database. Aliases: DB - defaults to 'test'
  57. Database=somedatabase
  58.  
  59. #Port: TCP/IP Port of the database server - defaults to null
  60. Port=3306
  61.  
  62. #When using Server=localhost we will be connecting thru the socket exposed by mariadb.
  63. #You can find this socket file location&name in /etc/mysql/my.ini - defaults to null if missing
  64. Socket=/var/run/mysqld/mysqld.sock
  65.  
  66. #Option: For MySQL Connector/ODBC compatibility. Aliases: Options - defaults to null
  67. #(not sure what this is used for?)
  68. #Option=
  69.  
  70. #Stmt - defaults to null (not sure what this is used for?)
  71. #Stmt=
  72.  
  73. #---Optional----------------:
  74. #DSN: Name of the DSN (not sure what this is used for?)
  75. #DSN=
  76.  
  77. #User: user name for database authentication. Aliases: UID,
  78. User=root
  79.  
  80. #Password: password for database authentication. Aliases: PWD
  81. Password=bigdog
  82.  
  83.  
  84. #=========
  85. [PW]
  86. Description=mdbtools
  87. #Driver needs to point to a driver in /etc/odbcinst.ini
  88. Driver=mdbtools
  89. Database=/home/user/Shared/Documents/test.mdb
  90.  
  91. /usr/bin/isql - Utility to submit SQL queries to a data source.
  92. /usr/bin/iusql - Unicode version of isql.
Add Comment
Please, Sign In to add comment