User Ratings

★★★★★
★★★★
★★★
★★
3
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Very easy to use and very powerful.
    1 user found this review helpful.
  • konradsnsk: there is file called "isc_encodings.properties" under "assets" directory. I had to comment all encodings related to DOS and then it works perfectly.
    1 user found this review helpful.
  • This works fine as: Properties ParamConnection = new Properties (); ParamConnection.setProperty ("user", "SYSDBA"); ParamConnection.setProperty ("password", "masterkey"); / / ParamConnection.setProperty ("encoding", "WIN1251"); String sCon = "jdbc:firebirdsql:192.168.0.97/3050:TestDB"; / / register Driver Class.forName ("org.firebirdsql.jdbc.FBDriver"); / / Get connection Connection con = DriverManager.getConnection (sCon, ParamConnection); And if you remove the comment in a rowParamConnection.setProperty ("encoding", "WIN1251"); An error occurs: 08-08 02:46:07.225: E / AndroidRuntime (1376): FATAL EXCEPTION: main 08-08 02:46:07.225: E / AndroidRuntime (1376): java.lang.IllegalStateException: Could not execute method of the activity 08-08 02:46:07.225: E / AndroidRuntime (1376): at android.view.View $ 1.onClick (View.java: 3599) ..... ..... more
  • how it works???