: : I am working on a project where we have a database built using
: : microsoft sql server. I need to know how to write code that will get
: : the information from out of the database using visual c++. Ive
: : googled it and have seen a dataset class using ADO.NET that I could
: : use but have also been told that visual c++ has some features in it
: : that allows me interact with sql server. So if someone could help
: : that would be great.
: :
: Try this API :
http://otl.sourceforge.net/
: Have huge samples and is professional design.
:
I can barely understand the otl examples... they are a bit complex...i think... is there anything simpler??