Read-only archive of the All About Symbian forum (2001–2013) · About this archive

need help for j2me database connection

2 replies · 6,631 views · Started 17 June 2005

hi;
I want to make a dictionary with using j2me wireless toolkit I also download sun one studio 4, but I do not want to use sun one studio I want to use oracle jdeveloper 10 g for ide..
my project is that preparing a dictionary with a database connection but
1. I do not know about anything oracle 10 g ide I only know a little bit about netbeans3.6
2. how can I connect a mysql database from oracle 10 g jdeveloper(do I need a mysql lite)
3.please tell me simply how can I install drivers ?
4.do I make any settings ?

ctct-turkey wrote:hi;
I want to make a dictionary with using j2me wireless toolkit I also download sun one studio 4, but I do not want to use sun one studio I want to use oracle jdeveloper 10 g for ide..
my project is that preparing a dictionary with a database connection but
1. I do not know about anything oracle 10 g ide I only know a little bit about netbeans3.6
2. how can I connect a mysql database from oracle 10 g jdeveloper(do I need a mysql lite)
3.please tell me simply how can I install drivers ?
4.do I make any settings ?

işin zor, daha �nce bende java ile yapılmış bir �rnek vardı (kahretsin) kaybettim. SIS olarak bu program var. XML �zerine MySQL ulaşımı �zerine birşeyler yapmak gerek. Neyse Kolay Gelsin...
www.birturk.com

Hi:
1- u've to download the MySQL driver (com.mysql.jdbc.Driver) from the mySQL Site.
2-Second:In the JDeveloper IDE, select Connections-->new Database Connection
3-Set the name connection, user,etc., and in the third tab put "com.mysql.jdbc.Driver" and in URL😞example) "jdbc:mysql://localhost/testjava"

good luck!

ctct-turkey wrote:hi;
I want to make a dictionary with using j2me wireless toolkit I also download sun one studio 4, but I do not want to use sun one studio I want to use oracle jdeveloper 10 g for ide..
my project is that preparing a dictionary with a database connection but
1. I do not know about anything oracle 10 g ide I only know a little bit about netbeans3.6
2. how can I connect a mysql database from oracle 10 g jdeveloper(do I need a mysql lite)
3.please tell me simply how can I install drivers ?
4.do I make any settings ?