Click here to Skip to main content
15,921,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to catch tab key for controls? Pin
Hamid_RT14-Nov-08 23:09
Hamid_RT14-Nov-08 23:09 
AnswerRe: How to catch tab key for controls? Pin
josip cagalj16-Nov-08 21:51
josip cagalj16-Nov-08 21:51 
QuestionCreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 8:27
Darrel Q Pham14-Nov-08 8:27 
AnswerRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Randor 14-Nov-08 8:49
professional Randor 14-Nov-08 8:49 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 8:56
Darrel Q Pham14-Nov-08 8:56 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Randor 14-Nov-08 9:35
professional Randor 14-Nov-08 9:35 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 10:44
Darrel Q Pham14-Nov-08 10:44 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 12:23
Darrel Q Pham14-Nov-08 12:23 
GeneralRe: CreateFileMapping and OpenFileMapping accross different users. Pin
Darrel Q Pham14-Nov-08 12:39
Darrel Q Pham14-Nov-08 12:39 
QuestionGeting information on media in my recorder drive Pin
josip cagalj14-Nov-08 3:45
josip cagalj14-Nov-08 3:45 
AnswerRe: Geting information on media in my recorder drive Pin
Iain Clarke, Warrior Programmer14-Nov-08 5:21
Iain Clarke, Warrior Programmer14-Nov-08 5:21 
GeneralRe: Geting information on media in my recorder drive Pin
josip cagalj16-Nov-08 21:42
josip cagalj16-Nov-08 21:42 
QuestionUpdate ResourceScript File Pin
Dhiraj kumar Saini14-Nov-08 1:40
Dhiraj kumar Saini14-Nov-08 1:40 
QuestionRe: Update ResourceScript File Pin
David Crow14-Nov-08 3:09
David Crow14-Nov-08 3:09 
QuestionConnecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani14-Nov-08 1:29
Divya Lalwani14-Nov-08 1:29 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
_AnsHUMAN_ 14-Nov-08 1:40
_AnsHUMAN_ 14-Nov-08 1:40 
QuestionRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
David Crow14-Nov-08 3:11
David Crow14-Nov-08 3:11 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani16-Nov-08 18:09
Divya Lalwani16-Nov-08 18:09 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani16-Nov-08 19:24
Divya Lalwani16-Nov-08 19:24 
GeneralRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
David Crow17-Nov-08 2:56
David Crow17-Nov-08 2:56 
GeneralRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani17-Nov-08 17:47
Divya Lalwani17-Nov-08 17:47 
GeneralRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani18-Nov-08 1:32
Divya Lalwani18-Nov-08 1:32 
QuestionRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
David Crow18-Nov-08 3:12
David Crow18-Nov-08 3:12 
QuestionRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
David Crow18-Nov-08 3:07
David Crow18-Nov-08 3:07 
AnswerRe: Connecting VC++ to oracle 10g and acess data from multiple tables. Pin
Divya Lalwani19-Nov-08 0:47
Divya Lalwani19-Nov-08 0:47 
I was asking.But, thankfully my problem of access data from multiple tables is solved using the following .

CString CMyebridgeSet::GetDefaultSQL()
{
return _T("[SCOTT].[TRANSACTION_MASTER],[SCOTT].[TRANSPORTER_MASTER],[SCOTT].[SUPPLIER_MASTER],[SCOTT].[PRODUCT_MASTER]");
}

But if I want to ADD Records to database then I get an ERROR saying "Recordset is readonly".
Previously when I was accessing data from a single table adding records was easily possible, I did not get such an error.Can you please help with this issue.

Thanks.

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.