creating dbf file and reading info from dbf
-
HI, In my application I need to create a employee.dbf file and reading that employee information into employee structure and filling that information into emplyee dialog box.
kir_MFC
What is a dbf file? Is it a database file?
-
What is a dbf file? Is it a database file?
-
Are you talking about the ancient dBase database file?
-- Si dos montan un caballo, uno debe ir detrás.
-
HI, In my application I need to create a employee.dbf file and reading that employee information into employee structure and filling that information into emplyee dialog box.
kir_MFC
-
HI, In my application I need to create a employee.dbf file and reading that employee information into employee structure and filling that information into emplyee dialog box.
kir_MFC
ODBC would probably be the easiest. If you are using MFC, check out the
CRecordset
andCDatabase
classes."One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
HI, In my application I need to create a employee.dbf file and reading that employee information into employee structure and filling that information into emplyee dialog box.
kir_MFC