Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to accessing Paradox use ADO Pin
ebinaini16-Aug-05 14:56
ebinaini16-Aug-05 14:56 
AnswerRe: how to accessing Paradox use ADO Pin
S Douglas16-Aug-05 21:52
professionalS Douglas16-Aug-05 21:52 
GeneralRe: how to accessing Paradox use ADO Pin
ebinaini17-Aug-05 15:07
ebinaini17-Aug-05 15:07 
Generalchanging what a pushbutton looks like Pin
Tim Zorn16-Aug-05 14:28
Tim Zorn16-Aug-05 14:28 
GeneralRe: changing what a pushbutton looks like Pin
Christian Graus16-Aug-05 15:03
protectorChristian Graus16-Aug-05 15:03 
GeneralRe: changing what a pushbutton looks like Pin
ebinaini16-Aug-05 19:30
ebinaini16-Aug-05 19:30 
GeneralRe: changing what a pushbutton looks like Pin
Christian Graus16-Aug-05 19:35
protectorChristian Graus16-Aug-05 19:35 
GeneralRe: changing what a pushbutton looks like Pin
ebinaini16-Aug-05 20:39
ebinaini16-Aug-05 20:39 
this is my code for useing ADO link Paradox DataBase.
but it throw wrong so maybe you can help me.
i will greatly appreciated

BOOL CTM21App::InitInstance()
{

CString connectsource;
_ConnectionPtr pCon;
AfxOleInit();
AfxEnableControlContainer();

pCon.CreateInstance(__uuidof(Connection));

try
{

connectsource.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=%d\\work\TM21Vol4\gentan500\Database;Extended Properties=Paradox 4.81;Persist Security Info=False");
pCon->Open((_bstr_t)connectsource,"","",adModeUnknown);

}
catch(_com_error e)
{
AfxMessageBox("open .db wrong");
return FALSE;
}
}

nothing
GeneralRe: changing what a pushbutton looks like Pin
Christian Graus17-Aug-05 11:39
protectorChristian Graus17-Aug-05 11:39 
GeneralRe: changing what a pushbutton looks like Pin
Tim Zorn20-Aug-05 12:28
Tim Zorn20-Aug-05 12:28 
GeneralRe: changing what a pushbutton looks like Pin
normanS16-Aug-05 21:32
normanS16-Aug-05 21:32 
GeneralRe: changing what a pushbutton looks like Pin
Tim Zorn20-Aug-05 8:41
Tim Zorn20-Aug-05 8:41 
GeneralRe: changing what a pushbutton looks like Pin
normanS21-Aug-05 19:27
normanS21-Aug-05 19:27 
GeneralRe: changing what a pushbutton looks like Pin
normanS22-Aug-05 5:37
normanS22-Aug-05 5:37 
GeneralRe: changing what a pushbutton looks like Pin
Tim Zorn22-Aug-05 5:42
Tim Zorn22-Aug-05 5:42 
Generaltoolbar Pin
Max Santos16-Aug-05 12:59
Max Santos16-Aug-05 12:59 
QuestionGDI+ How to get path from a region? Pin
mpastchenko16-Aug-05 12:29
mpastchenko16-Aug-05 12:29 
AnswerRe: GDI+ How to get path from a region? Pin
mpastchenko17-Aug-05 7:21
mpastchenko17-Aug-05 7:21 
GeneralGetShortPathName() doesn't Pin
dandy7216-Aug-05 11:55
dandy7216-Aug-05 11:55 
GeneralRe: GetShortPathName() doesn't Pin
David Crow16-Aug-05 12:25
David Crow16-Aug-05 12:25 
GeneralRe: GetShortPathName() doesn't Pin
dandy7217-Aug-05 2:48
dandy7217-Aug-05 2:48 
GeneralRe: GetShortPathName() doesn't Pin
David Crow17-Aug-05 3:34
David Crow17-Aug-05 3:34 
GeneralRe: GetShortPathName() doesn't Pin
dandy7217-Aug-05 6:11
dandy7217-Aug-05 6:11 
GeneralRe: GetShortPathName() doesn't Pin
Graham Bradshaw16-Aug-05 12:41
Graham Bradshaw16-Aug-05 12:41 
GeneralCPU Intensive App Pin
LighthouseJ16-Aug-05 11:52
LighthouseJ16-Aug-05 11:52 

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.