Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.databases > #745

Re: [Q] JDBC + Java 3D API, is this possible?

Newsgroups comp.lang.java.databases
Date 2017-05-18 02:31 -0700
References <8pd2l5$lke$1@news.tamu.edu>
Message-ID <da69b4b2-cbfc-4f46-b2eb-7f0aef9e5c55@googlegroups.com> (permalink)
Subject Re: [Q] JDBC + Java 3D API, is this possible?
From lokanada41@gmail.com

Show all headers | View raw


On Saturday, September 9, 2000 at 3:42:55 PM UTC+5:30, Julian H. Kang wrote:
> I need to develop a Java Applet for 3D graphics and database. I tried
> several ways and never succeeded. Now, I wonder whether  it is possible. Is
> there anyone who has an experience to combine Java 3D API with JDBC?
> 
> Thank you,
> 
>hello sir ,i am lokanada.i am getting error while connection to the database : 

		JDBCCategoryDataset dataset = new JDBCCategoryDataset(
				"jdbc:mysql://localhost/lokesh", "com.mysql.jdbc.Driver","root", "");                        error     incompatible types: JDBCCategoryDataset cannot be converted to XYZDataset
                "3d Charts", dataset, "t", "q", "p");

Back to comp.lang.java.databases | Previous | NextNext in thread | Find similar


Thread

Re: [Q] JDBC + Java 3D API, is this possible? lokanada41@gmail.com - 2017-05-18 02:31 -0700
  Re: [Q] JDBC + Java 3D API, is this possible? gauravsehgal754@gmail.com - 2017-08-02 09:28 -0700

csiph-web