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

C / C++ / MFC

 
GeneralRe: WebBrowser control doesn't work in dialog window Pin
Hans Ruck28-Mar-02 23:50
Hans Ruck28-Mar-02 23:50 
GeneralRe: WebBrowser control doesn't work in dialog window Pin
alex.barylski28-Mar-02 23:52
alex.barylski28-Mar-02 23:52 
GeneralRe: WebBrowser control doesn't work in dialog window Pin
Hans Ruck29-Mar-02 0:00
Hans Ruck29-Mar-02 0:00 
GeneralRe: WebBrowser control doesn't work in dialog window Pin
alex.barylski29-Mar-02 2:43
alex.barylski29-Mar-02 2:43 
GeneralRe: Problem solved Pin
Hans Ruck29-Mar-02 0:22
Hans Ruck29-Mar-02 0:22 
GeneralRe: WebBrowser control doesn't work in dialog window Pin
Matt Newman29-Mar-02 3:32
Matt Newman29-Mar-02 3:32 
GeneralRe: WebBrowser control doesn't work in dialog window Pin
Jeremy Pullicino30-Apr-02 3:09
Jeremy Pullicino30-Apr-02 3:09 
QuestionWhat's wrong with this? Pin
Mazdak28-Mar-02 20:57
Mazdak28-Mar-02 20:57 
_bstr_t str;
str= "SELECT * FROM Tennis ORDER BY Name";
if( pDoc->m_pConnection==NULL )
		return ;
	
 _variant_t vRecsAffected(0L);
try
{
pRecordSet = pDoc->m_pConnection->Execute( str, &vRecsAffected, adOptionUnspecified);
.
.
.


I recevie run time error for Execute() line,in output window:

Exception thrown for classes generated by #import
Code meaning = Unknown error 0x800A0BB9
Source = ADODB.Connection
Description = Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.


Mazy

"So,so you think you can tell,
Heaven from Hell,
Blue skies from pain,...
How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975

AnswerRe: What's wrong with this? Pin
28-Mar-02 21:10
suss28-Mar-02 21:10 
GeneralRe: What's wrong with this? Pin
Mazdak28-Mar-02 21:28
Mazdak28-Mar-02 21:28 
AnswerRe: What's wrong with this? Pin
Mazdak28-Mar-02 21:37
Mazdak28-Mar-02 21:37 
GeneralRe: What's wrong with this? Pin
Bill Wilson29-Mar-02 10:04
Bill Wilson29-Mar-02 10:04 
GeneralRe: What's wrong with this? Pin
Mazdak29-Mar-02 10:15
Mazdak29-Mar-02 10:15 
AnswerRe: What's wrong with this? Pin
Derek Waters1-Apr-02 12:36
Derek Waters1-Apr-02 12:36 
GeneralRe: What's wrong with this? Pin
Mazdak1-Apr-02 19:30
Mazdak1-Apr-02 19:30 
GeneralFucntion pointer question! Pin
G.Richard28-Mar-02 15:49
G.Richard28-Mar-02 15:49 
GeneralRe: Fucntion pointer question! Pin
Michael Dunn28-Mar-02 16:41
sitebuilderMichael Dunn28-Mar-02 16:41 
GeneralRe: Fucntion pointer question! Pin
Todd Smith29-Mar-02 15:45
Todd Smith29-Mar-02 15:45 
GeneralSHBrowseForFolder (browse from the current directory) Pin
Andrey N. Metelyov28-Mar-02 15:27
Andrey N. Metelyov28-Mar-02 15:27 
GeneralRe: SHBrowseForFolder (browse from the current directory) Pin
Christian Graus28-Mar-02 15:55
protectorChristian Graus28-Mar-02 15:55 
GeneralRe: SHBrowseForFolder (browse from the current directory) Pin
Andrey N. Metelyov28-Mar-02 16:20
Andrey N. Metelyov28-Mar-02 16:20 
GeneralAnother group of questions... Pin
SilverShalkin28-Mar-02 14:57
SilverShalkin28-Mar-02 14:57 
GeneralRe: Another group of questions... Pin
Tim Smith28-Mar-02 14:59
Tim Smith28-Mar-02 14:59 
GeneralRe: Another group of questions... Pin
SilverShalkin28-Mar-02 15:26
SilverShalkin28-Mar-02 15:26 
GeneralRe: Another group of questions... Pin
Christian Graus28-Mar-02 16:13
protectorChristian Graus28-Mar-02 16:13 

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.