Posts by Jov1c • 25 points
3 posts
-
1
votes2
answers1447
viewsQ: Why do I need WAMP (example) for Mysql to work?
When I started studying programming with database access, I had to install software like Mysql and WAMP. I know what WAMP is about, I know it’s a package of tools needed when programming, but I…
-
0
votes1
answer522
viewsQ: Problem using parameter in Preparedstatement
I wonder if there is any problem in using the variable "parameter" after "AND", because when I tested putting the column name directly in SQL it worked and when I try to pass the column name with…
-
0
votes2
answers215
viewsQ: Problem inserting data into a table containing foreign keys
Hello, everybody! Well... here’s my problem: I have a Mysql database that has 3 tables (Client, Event, Equipment). The event table has two foreign keys, the first of them referencing the id of the…