How do you embed SQL into Visual C++? I’ve found some resources on embedding SQL into C, but that isn’t helping me. I have to build a query in my program that searches several tables for matching data then displays it. I am currently using several nested loops, this works however, it slows the computer down especially when you are on the server (network). I figured that building queries in SQL would be the best way to go about this. Now I just need to find out how. I saw information on ADO as well, but I kind of want to see if there is a way to use something like the SQLExecute(). I can't Seem to figure out how to use that though. Please help.
Thanks in advance,
Stefee
Thanks in advance,
Stefee