sql in vc++
Hi, anyone knows how do we execute sql in vc++?
I'm not sure I know how this works.
I've tried to use the command like
SELECT * FROM [ACCOUNT DETAIL] WHERE ID = '123'
I used the member function of CDatabase (executeSQL) to implement this command, but it didn't work.
Any kind of help would be appreciated.
Thank you
|