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


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

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

Started bylokanada41@gmail.com
First post2017-05-18 02:31 -0700
Last post2017-08-02 09:28 -0700
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.databases

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

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

Fromlokanada41@gmail.com
Date2017-05-18 02:31 -0700
SubjectRe: [Q] JDBC + Java 3D API, is this possible?
Message-ID<da69b4b2-cbfc-4f46-b2eb-7f0aef9e5c55@googlegroups.com>
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");

[toc] | [next] | [standalone]


#746

Fromgauravsehgal754@gmail.com
Date2017-08-02 09:28 -0700
Message-ID<548af531-3d07-4f5c-b1a6-b198bb8dcf97@googlegroups.com>
In reply to#745
I think you have forgotten the localhost number

Like... (Localhost:1521)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.databases


csiph-web