PVA – Archives

Sưu tầm những bài viết hay trên internet…

Tag Archives: postgresql

“No suitable driver” for PostgreSQL

From: http://codingexplorer.wordpress.com/2009/09/06/%E2%80%9Cno-suitable-driver%E2%80%9D-for-postgresql/ Error message when performing a connection the postgreSQL database: java.sql.SQLException: No suitable driver at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.asip.servlet.ProcLogin.doPost(ProcLogin.java:73) // source code line that throws this error

không tìm thấy driver khi dùng jdbc kết nối postgreSQL trong eclipse

Lỗi: không tìm thấy driver khi dùng jdbc kết nối postgreSQL trong eclipse Giải pháp: chép driver postgresql.jar vào thư mục tomcat\lib

PostgreSQL: Adding an Auto-Increment Column to a Table

From:http://pointbeing.net/weblog/2008/03/mysql-versus-postgresql-adding-an-auto-increment-column-to-a-table.html The bulk of my database experience (almost eight years now) has been with the popular open-source MySQL database management system. MySQL has progressed significantly over the years, and has grown into a remarkable product. It finally has all the must-have features such as views, stored procs and referential integrity, coupled with the blistering performance for [...]

error when install postgreSQL 9.0.1 from source

You may encounter the following error message while performing ./configure during postgreSQL installation. # ./configure checking for -lreadline… no checking for -ledit… no configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible the compiler isn’t looking in the proper directory. Use –without-readline [...]

Follow

Get every new post delivered to your Inbox.