Mike B
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
ohh ok thanks for the clarification
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
but also if anyone else wanted to run the proj on their own how would that work?
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
makes sense i just searched it up
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
ahh okay
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
my plan is to post this project on github though for like my portfolio, sooo would that be the best option?
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
im not sure
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
how do i protect my password or go about this, I'm using MYSQL
18 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 1/29/2025 in #java-help
Database Connection
18 replies
Insert into Access Database
this is the info i got from my form and the generated inserts statement
1234, 'Porsche', '911', 2024, 23, 89.99, 'Fast', 'Lot B', 'Available', 'Sport', 'porsche.png'
INSERT into Cars(VIN, Make, Model, CarYear, Mileage, RentalCost, Description, Location, Availability, Class, Image) VALUES (1234, 'Porsche', '911', 2024, 23, 89.99, 'Fast', 'Lot B', 'Available', 'Sport', 'porsche.png')
Exception thrown: 'System.Data.OleDb.OleDbException' in System.Data.dll
22 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 2/14/2024 in #java-help
Linked List Nodes
Anyone?
12 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 2/14/2024 in #java-help
Linked List Nodes
and this is a circular linked list
12 replies
JCHJava Community | Help. Code. Learn.
•Created by Mike B on 2/14/2024 in #java-help
Linked List Nodes
without the else if (index ==0), when I try to add a new number as the new head the code puts the number in index 1
12 replies