Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I access to files with .DBF extension ? Pin
BadJerry8-Jan-04 3:28
BadJerry8-Jan-04 3:28 
GeneralRe: How can I access to files with .DBF extension ? Pin
Qadddd8-Jan-04 3:46
Qadddd8-Jan-04 3:46 
GeneralRe: How can I access to files with .DBF extension ? Pin
Qadddd8-Jan-04 13:53
Qadddd8-Jan-04 13:53 
GeneralRe: How can I access to files with .DBF extension ? Pin
BadJerry8-Jan-04 22:36
BadJerry8-Jan-04 22:36 
GeneralRe: How can I access to files with .DBF extension ? Pin
Qadddd8-Jan-04 23:35
Qadddd8-Jan-04 23:35 
GeneralRe: How can I access to files with .DBF extension ? Pin
BadJerry9-Jan-04 0:10
BadJerry9-Jan-04 0:10 
GeneralRe: How can I access to files with .DBF extension ? Pin
Qadddd9-Jan-04 4:28
Qadddd9-Jan-04 4:28 
GeneralRe: How can I access to files with .DBF extension ? Pin
BadJerry9-Jan-04 4:40
BadJerry9-Jan-04 4:40 
What you need to do is find the name of your recordset and the name of your fields as they are defined in your DSN.

The easiest way would be to start MS Access and try to import the data from your DSN (Fichier/Donnees externes in an existing mdb).

This way you will get the name of your table and then you can have something like
"Select * from MyTable"
BTW I suspect the table name is the name of the dbf file...

If this works and its for a one off, leave as it is. If you plan to make this a released application, consider using ADO though... There is a good set of classes on CP for ADO.

Une fois que tu auras fait ca une fois, tu verras, ca n'a rien de sorcier!
A+!

GeneralRe: How can I access to files with .DBF extension ? Pin
Qadddd9-Jan-04 4:58
Qadddd9-Jan-04 4:58 
GeneralRe: How can I access to files with .DBF extension ? Pin
BadJerry9-Jan-04 5:40
BadJerry9-Jan-04 5:40 
GeneralRe: How can I access to files with .DBF extension ? Pin
Qadddd17-Jan-04 23:55
Qadddd17-Jan-04 23:55 
GeneralPrecompiled headers Pin
Patje7-Jan-04 22:49
Patje7-Jan-04 22:49 
Generalneed help Pin
sls0077-Jan-04 22:48
sls0077-Jan-04 22:48 
GeneralRe: need help Pin
Antti Keskinen8-Jan-04 0:16
Antti Keskinen8-Jan-04 0:16 
QuestionHow to create patch for program update? Pin
Ming Yan7-Jan-04 21:31
Ming Yan7-Jan-04 21:31 
AnswerRe: How to create patch for program update? Pin
Antti Keskinen7-Jan-04 21:38
Antti Keskinen7-Jan-04 21:38 
GeneralRe: How to create patch for program update? Pin
Ming Yan7-Jan-04 22:21
Ming Yan7-Jan-04 22:21 
GeneralRe: How to create patch for program update? Pin
Antti Keskinen8-Jan-04 0:11
Antti Keskinen8-Jan-04 0:11 
GeneralRe: How to create patch for program update? Pin
Ming Yan8-Jan-04 14:52
Ming Yan8-Jan-04 14:52 
Generalcreating toolbar window(MFC) Pin
grunt1237-Jan-04 21:08
grunt1237-Jan-04 21:08 
Questioncan u modify this proxy program,thank u . Pin
tujj997-Jan-04 20:58
tujj997-Jan-04 20:58 
Generallookup problem, pcap.h Pin
styve7-Jan-04 20:36
styve7-Jan-04 20:36 
GeneralRe: lookup problem, pcap.h Pin
Antti Keskinen7-Jan-04 21:41
Antti Keskinen7-Jan-04 21:41 
GeneralRe: lookup problem, pcap.h Pin
Mike Dimmick8-Jan-04 0:59
Mike Dimmick8-Jan-04 0:59 
Generalwrite into another app Edit Box Pin
SiddharthAtw7-Jan-04 20:14
SiddharthAtw7-Jan-04 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.