I am working on an add on that goes through the data inside the ArchiCAD
model and pulls data and pushes it into a SQL Server. I am new to C++
but have a background in C#. How should I set up the connection between
the add on and the SQL Server? I wa...