webbdays
Explore posts from serversJCHJava Community | Help. Code. Learn.
•Created by AyoWut? on 9/26/2024 in #java-help
Practice on an off day
start small, build on.
8 replies
JCHJava Community | Help. Code. Learn.
•Created by AyoWut? on 9/26/2024 in #java-help
Practice on an off day
Think of any problems you can solve with code, around you.
8 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
best way to insert JSON object into DB table?
Also response_id column as Primary key
we can call it response table.
And response id as foreign key in your main table.
15 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
best way to insert JSON object into DB table?
iban, fromDate, toDate as attributes/table columns
15 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
best way to insert JSON object into DB table?
it would be better using a Entity for that i think.
15 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
best way to insert JSON object into DB table?
ok.
15 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
best way to insert JSON object into DB table?
what do you mean by replace here
can you please provide example here.
15 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
here there right.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
ok. sorry
I will not assume.
i am just analysing.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
transactionId might be a primary key.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
see this.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
might be.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
i didnt get you.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
select query returning boolen if count>0.
something like that.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
you might have changed the query.
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
how?
34 replies
JCHJava Community | Help. Code. Learn.
•Created by bambyzas on 7/24/2024 in #java-help
how to check if record exists in DB table?
running query with count is better
query runs on db and just returns count
You just need to change the return type.
34 replies