What is the easiest way to read and to write Variables to an ACCESS database??:confused: :(
Rafal
Posts
-
Working with a DataBase -
How to use Spin Buttons???WhenI declare variables for my Edit box and for my spin : CSpinButtonCtrl m_Spin; CEdit m_Edit1; My program work ok, but when I quit the program I always get a message like: >> MYPROGRAM a causé une défaillance de page dans le module KERNEL32.DLL à 0167:bff76840. Registres : EAX=005501d0 CS=0167 EIP=bff76840 EFLGS=00010246 EBX=005501d0 SS=016f ESP=00550000 EBP=00550014 ECX=00550098 DS=016f ESI=8196c340 FS=5eef EDX=bff76855 ES=016f EDI=005500c0 GS=0000 Octets à CS : EIP : ff 75 0c ff 75 08 ff 55 18 83 c4 10 64 8f 05 00 >> How can use a Edit box with a spin without having that error???? :confused:
-
How to work with an ACCESS database.How can I read, write , and update information from a database like ACCESS.This may be long to answer but please do your best to at least give me a hint! Thanks a lot!:confused:
-
Opening New DIALOGI'm just starting with C++, and I'm trying to open a new DIALOG by pressing on a BUTTON on the first Dialog, can someone tell me how to do this?? X|