Hi all!
I used to code database applications in C# using code generators (mainly WebMatrix), which made it quite easy to do all database related stuff. But this time I need to do the same thing (connect to SQL Server database, run queries, extract data from query results) in C++ and I have no idea how to do it... So I'm in trouble, because my project's deadline is in 2-3 days!!!
I didn't manage to find related topics in the internet, but I don't believe that I'm the first one to try it! Could someone help me to that??
Please, post some code examples, if you have any - that would be the best way for me to learn.
Thanks in advance!
Manohar
I used to code database applications in C# using code generators (mainly WebMatrix), which made it quite easy to do all database related stuff. But this time I need to do the same thing (connect to SQL Server database, run queries, extract data from query results) in C++ and I have no idea how to do it... So I'm in trouble, because my project's deadline is in 2-3 days!!!
I didn't manage to find related topics in the internet, but I don't believe that I'm the first one to try it! Could someone help me to that??
Please, post some code examples, if you have any - that would be the best way for me to learn.
Thanks in advance!
Manohar
Comment