#Web application database issues (Tomcat local server intelliJ)

9 messages ยท Page 1 of 1 (latest)

quasi thunder
#

I am having real issues with getting my code to accept the database lterations>

Ive added all my code but essentially
This is the starter code
INSERT INTO PRODUCT VALUES('art1','Simon','Stax','insert description',3999,'thumbnails/art1.gif','images/art1.gif','still life')
INSERT INTO PRODUCT VALUES('art2','Simon','Linez','insert description',9950,'thumbnails/art2.gif','images/art2.gif','abstract')
INSERT INTO PRODUCT VALUES('art3','Dot','Abstract','insert description',20000,'thumbnails/art3.gif','images/art3.gif','abstract')

And here is my main addition
INSERT INTO PRODUCT VALUES('car1','as2','Honda Civic','The Honda Civic is a reliable and fuel-efficient car.',2500000,'thumbnails/car.gif','images/car_full.gif','Vroomies');
INSERT INTO PRODUCT VALUES('ipad','as2','Apple Ipad','Made with tears, and pain by some sweatshop.',50000,'thumbnails/ipad.gif','images/ipad_full.gif','TIKTOKKID');
INSERT INTO PRODUCT VALUES('time','as2','Fake Rolex','Buy a cheap watch IG.',1200,'thumbnails/watch.gif','images/watch_full.gif','Father');

jagged prairieBOT
#

โŒ› This post has been reserved for your question.

Hey @quasi thunder! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

quasi thunder
#

Here is the current webpage
as u can see only 3 entries instead of 6

#

Blame acvitvate windows on the fact im using a virtual machine btw

teal ocean
#

Dude, starter code and main additions aren't things.
What are you doing, with real words?

quasi thunder
#

when i say starter code i mean yhe starting code i was provided, you know when i started, and the main additions is simply trying to add database elements to display on the jsp pages

jagged prairieBOT
#

๐Ÿ’ค Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.

quasi thunder
#

what a muppet