1
I have a filled-in Jtable and need to store its data in a table in my database. How do I do that? I only know the reverse way (fill a table from the BD) am using Mysql
1
I have a filled-in Jtable and need to store its data in a table in my database. How do I do that? I only know the reverse way (fill a table from the BD) am using Mysql
1
You will need to do the following:
That’s all
Browser other questions tagged java mysql swing jtable
You are not signed in. Login or sign up in order to post.
i want to do the opposite, grab the lines from my jtable and store in the database
– Raphael Henrique
post corrected !
– João Paraná