|
이거 땜에 저도 머리카락 많이 빠졌읍니당 ^^
TADOQuery를 디자인 타임에 집어 넣지 마시고
RunTime에 동적으로 생성해서 사용하십시요
동적으로 생성하기 전에 CoInitialize를 집어 넣고
delete 하고 CoUninitialize를 집어 넣으시면 됩니다.
웹퍼 님이 쓰신 글 :
:
: 질문 >> Web Server Application 을 이용한 ADO연동 DLL을 제작하여
: 아파치의 cgi-bin 디렉토리에 넣고 실행하면 다음과 같은 메시지가 뜹니다.
: 게시글들을 읽어보니까 CoInitialze(NULL); 로 초기화를 하라고하던데
: 처음 시작부분 여기 저기에 위 함수를 넣어봐도 같은 오류메시지만 뜹니다.
: 아시는 분 친절한 답변 부탁드립니다.
:
:
: [V] 웹브라우저(IE6.0)에서 실행했을 때 뜨는 에러 메시지
:
:
: Internal Server Error 500
:
: --------------------------------------------------------------------------------
: Exception: EOleSysError
: Message: CoInitialize가 호출되지 않았습니다
: HTTP/1.1 500 CoInitialize가 호출되지 않았습니다 Date: Sat, 03 Aug 2002 04:11:09 GMT Server: Apache/1.3.24 (Win32) Content: Connection: close Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 2f6
: CoInitialize가 호출되지 않았습니다
: The server encountered an internal error or misconfiguration and was unable to complete your request.
: Please contact the server administrator, director@dreamport.to and inform them of the time the error occurred, and anything you might have done tha
:
|