I have a problem where I know so little about the subject I cannot ask the question properly --but here I go.
Where do I find out how to interface with a DBMS(e.g. SQL Server or MYSQL) using C++?
What I want to do is write an application that I can use to analysis data store in a matrix; but the files I will be using are very big (10GB is not uncommon). At work I use a proprietary program designed to analysis large files; but I want to see if I can write something myself.