C++ and oracle

did you guys know how to register user with c++ and oracle. the User_ID and password will be kept into database. and after that the same person will login with the same id and password that registered. if the password or id are entered wrong for 3 times it will be terminate.
closed account (o3hC5Di1)
Hi there,

I've never used oracle myself, but you will need a library that allows you to interact with oracle databases from C++: https://www.google.com/search?q=c%2B%2B%20oracle%20library

Once you find a suitable library with a decent API, it should be fairly straightforward to accomplish what you are wanting to do.

Hope that helps, please do let us know if you require any further help.

All the best,
NwN
Topic archived. No new replies allowed.