Click here to Skip to main content
15,896,269 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: character size more than 2 bytes Pin
soundman328-Dec-04 22:17
soundman328-Dec-04 22:17 
GeneralRe: character size more than 2 bytes Pin
parag8-Dec-04 22:27
parag8-Dec-04 22:27 
GeneralRe: character size more than 2 bytes Pin
Prakash Nadar9-Dec-04 4:26
Prakash Nadar9-Dec-04 4:26 
GeneralRe: character size more than 2 bytes Pin
Henry miller9-Dec-04 5:36
Henry miller9-Dec-04 5:36 
GeneralRe: character size more than 2 bytes Pin
toxcct8-Dec-04 22:24
toxcct8-Dec-04 22:24 
GeneralRe: character size more than 2 bytes Pin
Thomas Haller9-Dec-04 2:28
Thomas Haller9-Dec-04 2:28 
GeneralRe: character size more than 2 bytes Pin
Henry miller9-Dec-04 5:40
Henry miller9-Dec-04 5:40 
GeneralA CRecordset Problem. Pin
willyfu8-Dec-04 21:01
willyfu8-Dec-04 21:01 
I use Teradata database.
Teradata has a SQL Statement :show table mytable;
This statement can return the definition of mytable.
But CRecordset class cann't run this SQL.
CDatabase can do it,but CDatabase.ExecuteSQL function has no return .

strSQL = "Show table mytable;";
set.Open(CRecordset::forwardOnly,(LPCTSTR)strSQL,CRecordset::none);//Error !

database.ExecuteSQL(strSQL);//OK,but how can I get the result?

How can I run this SQL and get the result?
Thanks.
GeneralRe: A CRecordset Problem. Pin
David Crow9-Dec-04 3:16
David Crow9-Dec-04 3:16 
GeneralThank you ,and I have used the ODBC API Pin
willyfu9-Dec-04 18:16
willyfu9-Dec-04 18:16 
GeneralRe: Thank you ,and I have used the ODBC API Pin
David Crow14-Dec-04 3:22
David Crow14-Dec-04 3:22 
QuestionWhat am I doing wrong??? Pin
aaadetos8-Dec-04 20:48
aaadetos8-Dec-04 20:48 
Generalfilter all application messages Pin
A T I F8-Dec-04 20:24
A T I F8-Dec-04 20:24 
GeneralRe: filter all application messages Pin
alex.barylski8-Dec-04 20:45
alex.barylski8-Dec-04 20:45 
GeneralPage break in html Pin
Member 12010138-Dec-04 20:05
Member 12010138-Dec-04 20:05 
GeneralRe: Page break in html Pin
alex.barylski8-Dec-04 20:44
alex.barylski8-Dec-04 20:44 
GeneralText Wrap in Static control Pin
Pushkar Tamboli8-Dec-04 19:53
Pushkar Tamboli8-Dec-04 19:53 
GeneralRe: Text Wrap in Static control Pin
A T I F8-Dec-04 20:39
A T I F8-Dec-04 20:39 
GeneralRe: Text Wrap in Static control Pin
Pushkar Tamboli8-Dec-04 22:20
Pushkar Tamboli8-Dec-04 22:20 
GeneralRe: Text Wrap in Static control Pin
namaskaaram8-Dec-04 23:37
namaskaaram8-Dec-04 23:37 
Questioncheck box could be owner draw? Pin
lowiq8-Dec-04 19:51
lowiq8-Dec-04 19:51 
GeneralMarcos in MFC Pin
Amit Mulay8-Dec-04 19:16
Amit Mulay8-Dec-04 19:16 
GeneralRe: Marcos in MFC Pin
alex.barylski8-Dec-04 19:19
alex.barylski8-Dec-04 19:19 
GeneralRe: Marcos in MFC Pin
toxcct8-Dec-04 22:08
toxcct8-Dec-04 22:08 
GeneralPlease clear this doubt Pin
Sreekanth Muralidharan8-Dec-04 16:40
Sreekanth Muralidharan8-Dec-04 16:40 

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.