Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Add vector Layer
  2. Choose Database
  3. Type ODBC
  4. Click New
  5.  
  6. Type ODBC
  7. Name: myODBCConnection
  8. Host: ssfdata
  9. Database: CAAR
  10. Port: 1521
  11. Username: USER
  12. Password: PASS
  13.  
  14. Connection failed – Check settings and try again
  15.  
  16. Extended error information:
  17. Unable to initialize ODBC connection to DSN for USER/PASS <at> CAAR,
  18. [unixODBC][Driver Manager] Datasource name not found, and no default driver specified
  19.  
  20. Isql –v caarODBC
  21.  
  22. +------------------------+
  23. | Connected |
  24. | |
  25. | sql –statement |
  26. | help [tablename] |
  27. | quit |
  28. +------------------------+
  29.  
  30. SQL>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement