how to implement a java class making dynamic queries in java that access mySql tables query,insert & delete
taking changing conditions & parameters every time

like : SELECT field_names FROM tablename WHERE condition

every time it takes different field_names , tablename and conditions

as long as "field_names", "tablename", and "condition" are variables... well they are variable.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.