jEdit Community - Resources for users of the jEdit Text Editor
DB Terminal
Submitted by shoesorder on Tuesday, 20 January, 2004 - 01:04
ORIGINAL CONTENT DELETED DUE TO SPAM
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
Wrong driver name in PostGreSQL.java
by asylum seeker on Mon, 17/01/2005 - 15:07
Hi Brad,
Thank you for developing DB Terminal.

In PostGreSQL.java, I found a wrong driver name.
"postgresql.Driver"

should be:
"org.postgresql.Driver"
Where to place the Oracle database driver?
by paulflory on Wed, 31/03/2004 - 03:15
Hi Brad, others,

Where do I place the Oracle driver file -- in my case its classes12.zip -- for DB Terminal to make use of it?

I will try some things now, but if you've already done this, some tips would be appreciated!

-Paul
 
bad package name for Oracle
by no13 on Fri, 02/04/2004 - 13:12
Hi, Brad.

subj:
in DBTerminal
oracle.jdbc.Driver.OracleDriver

need
oracle.jdbc.driver.OracleDriver
 
I have changed the driver in
by raccuia on Wed, 19/05/2004 - 09:38
I have changed the driver in the source, generated corretly the new jar file, but when i try to connect to Oracle return "URL Orcale not valid". I'm sure that the URL I inserted was correctly
host: 10.0.0.71:1521
Database: MyDBaseName

there is another bug?

Bye Mino
 
I found another bug... In
by raccuia on Wed, 19/05/2004 - 10:28
I found another bug...

In the
DBTerminal.java

the variable path to connect to Dbase is always

String path = "jdbc:" + _dbType + "://" + _host + "/" + _database; (line 47)

(only MySQL), i must changed the files

ConnectPanel.java
DBTerminal.java

to set correctly the path variable, with the database set in the combo box in connect panel.
Now I can connect to DB, but I can't receive the Result Set...

I think is better to wait a new version of this plugin... Sad

Bye Mino
 
Modified also the file Que
by raccuia on Wed, 19/05/2004 - 12:31
Modified also the file

QueryPanel.java

line number 101

From
PreparedStatement ps = _client.getConnection().prepareStatement(sql);

To
PreparedStatement ps = _client.getConnection().prepareStatement(sql, ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);

Now I can connect and show resultset correctly.

Bye
Mino
User login
Browse archives
« March 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82338
Context Free Art (*.cfdg)   0.31   46042
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18107
ColdFusion scheme   1.0   18015
R Edit Mode - extensive version   0.1   17461
Advanced HTML edit mode   1.0   16194
Matlab Edit Mode   1.0   16056
jEdit XP icons   1.0   15220
XP icons for jEdit   1.1   14281