why does CreateInstance("ADODB.Connection") bring out exception?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
before long, the program can run without error,but today it don't run. m_pConnection.CreateInstance("ADODB.Connection") return 0, and there is the exception----First-chance exception in GIS.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. i write it in mfc. how can figure it out ?
-
before long, the program can run without error,but today it don't run. m_pConnection.CreateInstance("ADODB.Connection") return 0, and there is the exception----First-chance exception in GIS.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. i write it in mfc. how can figure it out ?
Is
m_pConnection
a pointer? Is it a valid object?
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown