Amy,
I was just looking through this thread for the first time and found that
in your original post, you asked about saving data from a form into a
Derby database:
> Could someone please provide sample Java code f9or NetBeans to capture data
> filled out in NB form into a Java derby database?
H
In the old day, I used to have a java code to dynamically populate DB tables
from a form. I have to search my code archives on a different system and maybe
I can find them for you.
PS: Nowadays, I accomplish the same functionality with Java EE, Java Server
Faces (JSF) front end, and Object Rela
Greetings,
Is there a base project that contains what you've attempted to this point that
could be shared amongst us?
Are you talking about a NetBeans application to do this? Or is this some
other Java application for which you want to use NetBeans to compile and test?
--
Mark A. Flacy
mfl
Thanks for your reply. This is the Java to SQL connection code in NetBeans 8.2:
con = DriverManager.getConnection("jdbc:mysql://localhost/iamysql-userdata",
"root", "");
However, I am getting an error that this connection is not valid. I have the
jar file in my library, and it says it's insta
Geertjans link shows you how to use NetBeans to connect to a Java Derby
Server. But there was one key thing in that link. The JDBC connection
string for NetBeans to connect to that database.
Taking that knowledge you could look at the link I sent on. Replace the
usual connection string with the kn
https://www.sis.pitt.edu/mbsclass/is2560/resources/UsingDerbyandDBMSinServlets.pdf
Gj
On Sun, Mar 14, 2021 at 9:18 PM Amy Wolf wrote:
> John: I have been googling. The problem is that the page Gertjan referred
> to shows how to insert ALREADY EXISTING DATA into a table.
>
> My goal is to take t
John: I have been googling. The problem is that the page Gertjan referred to
shows how to insert ALREADY EXISTING DATA into a table.
My goal is to take the data from the JAVA form and have it insert into the
Derby table every time a user comes along and fills it out.
Thanks.
On 2021/03/14 20:1
Amy,
Have you tried googling?
A quick search found me:
https://www.javaguides.net/2019/07/registration-form-using-java-swing-jdbc-mysql-example-tutorial.html?m=1
This shows you a simple swing application with MySQL. If you couple this
with Geertjan's link it should get you what you want...
Reg
https://netbeans.apache.org/kb/docs/ide/java-db.html
Gj
On Sun, Mar 14, 2021 at 8:32 PM Amy Wolf wrote:
> Could someone please provide sample Java code f9or NetBeans to capture
> data filled out in NB form into a Java derby database? OS is Windows 10 --
> latest version of NetBeans.
>
> URGENT!
Could someone please provide sample Java code f9or NetBeans to capture data
filled out in NB form into a Java derby database? OS is Windows 10 -- latest
version of NetBeans.
URGENT!
Thanks.
-
To unsubscribe, e-mail: users-unsu
10 matches
Mail list logo