Newbie at Qt looking for some advice
-
Hi everyone,
I have started using Qt and C++ quite recently in order to complete my project for my final year of computing at college. As I am new, I am a bit unsure on what I can do, cant do and sometimes how to do it.
I am using Qt creator and, at the moment, SQLite Manager as I need to use a database in my project but don't have MS access.
I don't have any examples, but I was wondering if anyone may be able to answer some of my questions, or could show me where to go in order to find the answers I need.
Any help with either SQLite or Qt would be very much appreciated!
Thanks very much!
@joeshmo
Hi , you can use ms access inside your c++ C# or whatever language projects. Microsoft gives it away I think to encourage people to use it over MySql ,Oracle and others. Recently I used ms access for my local database ,and used MySQL as a remote database running on a Linux machine . -
@joeshmo
Hi , you can use ms access inside your c++ C# or whatever language projects. Microsoft gives it away I think to encourage people to use it over MySql ,Oracle and others. Recently I used ms access for my local database ,and used MySQL as a remote database running on a Linux machine . -
@Lineaxe cool thanks!
Could you show me where I can find out how to use ms access in c++?
Also, if you mean Microsoft give it away free, I'm yet to find it free anywhere!Thanks
You would be using ACCES via ODBC
here they talk about that
http://stackoverflow.com/questions/22552302/how-to-use-m-s-access-in-qt