Re: Database in Netbean 5.0

"Thanapong Sutthipongpracha" <[email protected]> Sat, 15 Apr 2006 22:28:18 +0700
Newsgroups gmane.comp.java.netbeans.education
Message-ID <[email protected]>
Hello Tiger,
    I'm not sure what you want but I think you need type \" into your string
of sql query if you used Derby or Database as Pure java (SQLJ).

Example:
---------------------
Common

> String SQL = "Select * From TableName";


SQLJ

> String SQL = "Select * From \"TableName\"";
>



2006/4/14, aaa0715 (tiger) <[email protected]>:
>
> Hi,
>
> I am having trouble find help on using database with NetBean 5.0.
>
> I have the database setup using the Runtime tab in the IDE and I can even
> execute queries but my problem is how do I incorporate the queries, database
> connection into my project, that is how will I use this functionality, that
> is in runtime tab into my code in my project.
>
> Thanks
> Tiger
>
>