How to connect to Database in Dynamic
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I try to make the following: Has created SDI application and has connected to database through OLEDB Has put on form Static1 ("name") and Static2 ("surname") , Editbox ("name" from base), and it would be desirable to make so That when I enter in Editbox "Alex" in statics showed (or specified) this line in the table (the table is sorted) Also has then thought how to make so that the cursor (I have connected base to help AppWizard, and it creates four buttons First, Next..) there was at row which I have achieved through Editbox. Any helps / comments are welcome.