Home » U++ Library support » U++ SQL » dbaccess via odbc
Re: dbaccess via odbc [message #16807 is a reply to message #16806] |
Sat, 12 July 2008 14:33   |
maxmeier
Messages: 9 Registered: July 2008 Location: Nürnberg
|
Promising Member |
|
|
Hi,
thanks for your answer. I added OleDB and Sql packages and tried the following...
#include <Core/Core.h>
#include <OleDB.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
OleDBSession sess;
}
...and got a compile error from win sdk and moreover compiler says that "OleDBSession" is not known:
c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(2809) : error C2061: Syntaxfehler: Bezeichner 'CY'
c:\program files\microsoft sdks\windows\v6.0a\include\ocidl.h(2812) : error C2061: Syntaxfehler: Bezeichner 'CY'
D:\cpp_projects\MyApps\CoreConsole1\CoreConsole1.cpp(12) : error C2065: 'OleDBSession': nichtdeklarierter Bezeichner
Can you help?
BTW: where can I have a look into your database explorer? Couldn't find something like that in the upp-sources.
Bye
maxmeier
[Updated on: Sat, 12 July 2008 14:45] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Jun 24 13:03:43 CEST 2025
Total time taken to generate the page: 0.04881 seconds
|