Click here to Skip to main content
15,888,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing HeaderTitle/HeaderSubTitle in Wizard97 Pin
ThatsAlok24-Feb-05 17:16
ThatsAlok24-Feb-05 17:16 
GeneralSet view regions for controls Pin
Rahim Rattani24-Feb-05 1:06
Rahim Rattani24-Feb-05 1:06 
QuestionCOlePropertyPage or Dialog Box? Pin
Anand for every one24-Feb-05 0:47
Anand for every one24-Feb-05 0:47 
GeneralProxy information Pin
Geert van Horrik23-Feb-05 23:29
Geert van Horrik23-Feb-05 23:29 
GeneralActive Document Pin
Pauwl23-Feb-05 21:23
Pauwl23-Feb-05 21:23 
QuestionHow to retrieve table name and field name from SQL server database Pin
reenacutie23-Feb-05 19:18
reenacutie23-Feb-05 19:18 
AnswerRe: How to retrieve table name and field name from SQL server database Pin
David Crow24-Feb-05 3:38
David Crow24-Feb-05 3:38 
AnswerRe: How to retrieve table name and field name from SQL server database Pin
RChin24-Feb-05 5:04
RChin24-Feb-05 5:04 
You can query the table and column names from the system tables sysobjects and syscolumns.

e.g.
<br />
select sysobjects.name as TableName, syscolumns.name as ColumnName from sysobjects<br />
inner join syscolumns on syscolumns.id=sysobjects.id<br />
where sysobjects.type='U'<br />





I Dream of Absolute Zero

Questionhow to read macro code from doc file? Pin
boyboy23-Feb-05 19:17
boyboy23-Feb-05 19:17 
AnswerRe: how to read macro code from doc file? Pin
Member 175743823-Feb-05 23:47
Member 175743823-Feb-05 23:47 
GeneralRe: how to read macro code from doc file? Pin
4apai24-Feb-05 0:21
4apai24-Feb-05 0:21 
AnswerRe: how to read macro code from doc file? Pin
David Crow24-Feb-05 3:45
David Crow24-Feb-05 3:45 
Questionhow to show &quot;OpenWith dislog box&quot; Pin
tanvon malik23-Feb-05 18:35
tanvon malik23-Feb-05 18:35 
AnswerRe: how to show &quot;OpenWith dislog box&quot; Pin
Sheng Jiang 蒋晟23-Feb-05 19:15
Sheng Jiang 蒋晟23-Feb-05 19:15 
Generaloverloading across scopes Pin
vikramlinux23-Feb-05 17:58
vikramlinux23-Feb-05 17:58 
GeneralRe: overloading across scopes Pin
4apai24-Feb-05 0:19
4apai24-Feb-05 0:19 
GeneralRe: overloading across scopes Pin
vikramlinux24-Feb-05 0:29
vikramlinux24-Feb-05 0:29 
GeneralRe: overloading across scopes Pin
vishalmore24-Feb-05 1:08
vishalmore24-Feb-05 1:08 
GeneralRe: overloading across scopes Pin
Chris Meech24-Feb-05 5:33
Chris Meech24-Feb-05 5:33 
GeneralRe: overloading across scopes Pin
vikramlinux24-Feb-05 17:13
vikramlinux24-Feb-05 17:13 
GeneralRe: overloading across scopes Pin
Chris Meech25-Feb-05 1:51
Chris Meech25-Feb-05 1:51 
QuestionHow to install VC++ 7.1 only using VS.net 2003 package Pin
thomas yang23-Feb-05 16:07
thomas yang23-Feb-05 16:07 
Generalshockwave flash Pin
vc-programmer-23-Feb-05 15:48
vc-programmer-23-Feb-05 15:48 
GeneralRe: shockwave flash Pin
Basavaraj P.Umadi23-Feb-05 17:04
Basavaraj P.Umadi23-Feb-05 17:04 
Generalabout windows media sdk visualization .... Pin
teremin23-Feb-05 13:43
teremin23-Feb-05 13:43 

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.