Click here to Skip to main content
15,925,895 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ImageList exceded Pin
Michael Dunn10-Aug-02 5:28
sitebuilderMichael Dunn10-Aug-02 5:28 
Generalcontext popupmenu problem Pin
nss9-Aug-02 12:23
nss9-Aug-02 12:23 
GeneralRe: context popupmenu problem Pin
jmkhael9-Aug-02 12:33
jmkhael9-Aug-02 12:33 
GeneralRe: context popupmenu problem Pin
nss9-Aug-02 12:43
nss9-Aug-02 12:43 
GeneralRe: context popupmenu problem Pin
jmkhael9-Aug-02 12:46
jmkhael9-Aug-02 12:46 
GeneralCFtpConnection::Command() problems Pin
carrie9-Aug-02 11:58
carrie9-Aug-02 11:58 
Questionhow to add a filed and delete a field from the whole database Pin
nss9-Aug-02 11:43
nss9-Aug-02 11:43 
AnswerRe: how to add a filed and delete a field from the whole database Pin
jmkhael9-Aug-02 11:52
jmkhael9-Aug-02 11:52 
U just have to send the correct SQL to the DataBase :


To delete LastName Field from Persons:

DELETE FROM Person WHERE LastName = 'Rasmussen'


To insert into table Persons a lastname and an adress:

INSERT INTO Persons (LastName, Address)
VALUES ('Rasmussen', 'Storgt 67')

Papa
Murex Co.

while (TRUE)
Papa.WillLove ( Bebe ) ;
AnswerRe: how to add a filed and delete a field from the whole database Pin
nss9-Aug-02 12:13
nss9-Aug-02 12:13 
GeneralRe: how to add a filed and delete a field from the whole database Pin
jmkhael9-Aug-02 12:19
jmkhael9-Aug-02 12:19 
GeneralRe: how to add a filed and delete a field from the whole database Pin
jmkhael9-Aug-02 12:24
jmkhael9-Aug-02 12:24 
GeneralThanks a bunch! Pin
nss9-Aug-02 12:47
nss9-Aug-02 12:47 
GeneralCRichEdit2 + Window NT problem with URLs... Pin
Pavel Sokolov9-Aug-02 10:24
Pavel Sokolov9-Aug-02 10:24 
GeneralRe: CRichEdit2 + Window NT problem with URLs... Pin
Daniel Ferguson9-Aug-02 15:14
Daniel Ferguson9-Aug-02 15:14 
GeneralRe: CRichEdit2 + Window NT problem with URLs... Pin
Pavel Sokolov9-Aug-02 15:17
Pavel Sokolov9-Aug-02 15:17 
Questionhow to add images or icons to MS outlook Pin
rev9-Aug-02 10:22
rev9-Aug-02 10:22 
QuestionHELP! Can Visual C++ 6.0 read IP address without using Iphlpapi.h? Pin
Anonymous9-Aug-02 9:43
Anonymous9-Aug-02 9:43 
GeneralCombo box in CTabCtrl child dialog Pin
Fran Davey9-Aug-02 9:02
Fran Davey9-Aug-02 9:02 
GeneralRe: Combo box in CTabCtrl child dialog Pin
dazinith9-Aug-02 9:48
dazinith9-Aug-02 9:48 
GeneralRe: Combo box in CTabCtrl child dialog Pin
Fran Davey9-Aug-02 10:13
Fran Davey9-Aug-02 10:13 
QuestionCComboBox sort now? Pin
dazinith9-Aug-02 8:55
dazinith9-Aug-02 8:55 
AnswerRe: CComboBox sort now? Pin
Gary Kirkham9-Aug-02 9:21
Gary Kirkham9-Aug-02 9:21 
GeneralRe: CComboBox sort now? Pin
dazinith9-Aug-02 9:37
dazinith9-Aug-02 9:37 
AnswerRe: CComboBox sort now? Pin
Shog910-Aug-02 8:18
sitebuilderShog910-Aug-02 8:18 
GeneralRe: CComboBox sort now? Pin
dazinith12-Aug-02 3:14
dazinith12-Aug-02 3:14 

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.