JDBC. properties contains versions of multiple database driver links.

Source: Internet
Author: User
  1. # Properties file with JDBC-related settings.
  2. ##########
  3. # HSQLDB #
  4. ##########
  5. # JDBC. driverclassname = org. HSQLDB. jdbcdriver
  6. # JDBC. url = JDBC: HSQLDB: hsql: // localhost: 9001/bookstore
  7. # JDBC. Username = sa
  8. # JDBC. Password =
  9. ###########
  10. # MySQL 5 #
  11. ###########
  12. JDBC. driverclassname = com. MySQL. JDBC. Driver
  13. JDBC. url = JDBC: mysql: // localhost: 3306/test? Useunicode = true & characterencoding = GBK
  14. JDBC. Username = root
  15. JDBC. Password = root
  16. ##############
  17. # PostgreSQL #
  18. ##############
  19. # JDBC. driverclassname = org. PostgreSQL. Driver
  20. # JDBC. url = JDBC: PostgreSQL: // localhost/bookstore
  21. # JDBC. Username =
  22. # JDBC. Password =
  23. ##########
  24. # Oracle #
  25. ##########
  26. # JDBC. driverclassname = oracle. JDBC. Driver. oracledriver
  27. # JDBC. url = JDBC: oracle: thin: @ 192.168.1.250: 1521: devdb
  28. # JDBC. Username = hfospsp
  29. # JDBC. Password = hfospsp
  30. #############################
  31. # Ms SQL Server 2000 (jtds )#
  32. #############################
  33. # JDBC. driverclassname = net. SourceForge. jtds. JDBC. Driver
  34. # JDBC. url = JDBC: jtds: sqlserver: // localhost: 1433/bookstore
  35. # JDBC. Username =
  36. # JDBC. Password =
  37. ##################################
  38. # Ms SQL Server 2000 (Microsoft )#
  39. ##################################
  40. # JDBC. driverclassname = com. Microsoft. sqlserver. JDBC. sqlserverdriver
  41. # JDBC. url = JDBC: sqlserver: // 192.168.1.130: 1433; database = ahos; user = sa; Password = ahtec ";
  42. # JDBC. Username = sa
  43. # JDBC. Password = ahtec
  44. ########
  45. # ODBC #
  46. ########
  47. # JDBC. driverclassname = sun. JDBC. ODBC. jdbcodbcdriver
  48. # JDBC. url = JDBC: ODBC: bookstore
  49. # JDBC. Username =
  50. # JDBC. Password =

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.