Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys

I got a database ("TestDB") and a table ("TestTable"). Now, I need the first entries of the table and I want to safe them into variables (sEntryOne, sEntryTwo).

How do I get those entries and safe them into variables? I know how to select what I want with SQL ("Select ... From ... WHERE ... = ...") but can anyone help me to get ahead?

And my last question: how can I fill another table ("OtherTable") with the safed entries of "TestTable"?


Greetings
Epanjohura.
Posted
Comments
Richard MacCutchan 22-Jan-13 5:02am    
What code/class are you using to read the database entries?
epanjohura 22-Jan-13 5:05am    
that's the problem, I don't know how I have to read them...

1 solution

See this MSDN section[^] for information on using ODBC from MFC.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900