Hello all,

I am trying to obtain data from a populated MySQL database table.Is there anyway to do so without specifying the connection string? I am using JDBC.

The problem I am facing is that I don't have MySQL database on the system on which I need to run the code which obtains data from a populated database.However, I have the populated database tables in the system so I was just wondering if I can query those tables without actually having to install MySQL.

Is there anyway this can be done without installing MySQL on the system? I don't have privileges to install MySQL on this system.

Please help me out.Thanks in advance.

Recommended Answers

All 2 Replies

no

you can't query a database without the database engine being present!

Does any one know how to use SQLite? Can anyone tell me how to convert populated MySQL tables to SQLite tables without using a DBConvert software?

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.