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

C / C++ / MFC

 
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 
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 
Hello,

my code seems to work correctly, but I have some problems :

1) SELECT in the files returns me no record but an error message: "Impossible de trouver le fichier memo xBase Demande", in english it can be traduced by "impossible to find the requested xBase memo file" ....
If I open the file with Excel and launch my appli accessing the file, all records are correctly selected and returned ... Strange I know, but true. Simple, to test my appli and until I have a better solution, I just open all accessed files with Excel at the same time ...
Any idea on the cause of this problem and its solution?
2) I thought I had a too old version of my ODBC drivers, so I wanted to upgrade them ...
With microsoft, it is never easy to find anything, so what should I upgrade to upgrade my ODBC drivers ? Seems to be MSJet engine ... So I downloaded the lastest MSJet4.0 sp8, but when I want to install it, it refuses to do it and tells me that I should already have at least the sp3 installed to install this sp8 ... The problem is that, when I verify manually the version of the dll, the version corresponds to a sp5 ... So I don't know what to do to perform my installation ...
3) ODBC and MDAC ... are both linked ? if I upgrade ODBC, should I also upgrade MDAC ? and if yes, which version of MDAC should I install (I have the MDAC 2.5 sp2 installed at the moment)?
4) in one of my dbf table, I have to make a selection on an ID to retrieve a record. This ID seems to be numeric but must not be declared as a standard numeric or even text value (I am thinking to an auto incremented value or style like that) because, in my clause WHERE, when I don't use the quotes, ODBC send me a error message saying that my format is not correct, and when I use the quotes, I don't receive the error, but no record is returned (even if my file is opened with Excel ...) is the any other way to write my request ?
Sorry to bug you again with this but I am a little bit stuck
Regards
DD
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 
GeneralRe: write into another app Edit Box Pin
jhwurmbach7-Jan-04 20:27
jhwurmbach7-Jan-04 20:27 
Generalpreventing the user from closing a floating toolbar Pin
Hin Jang7-Jan-04 20:02
Hin Jang7-Jan-04 20:02 
GeneralRe: preventing the user from closing a floating toolbar Pin
Roger Allen8-Jan-04 3:18
Roger Allen8-Jan-04 3:18 

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.