RE: Navision ODBC.NET
- From: wread@xxxxxxxxxxxxxxxxxxxx (Warren Read)
- Date: Mon, 27 Jun 2005 22:17:20 GMT
You should search the internet for Navision, perhaps you can find a
solution there.
I'm not sure what you are looking for in 'metadata tramsit', but your
applicaiton can choose either 2.0 or 3.0 behavior by setting the ODBC
Environment attribute approriately:
SQLSetEnvAttr(henv, SQL_ATTR_ODBC_VERSION, SQL_OV_ODBC2, SQL_IS_INTEGER)
-- or --
SQLSetEnvAttr(henv, SQL_ATTR_ODBC_VERSION, SQL_OV_ODBC3, SQL_IS_INTEGER)
.
- References:
- Navision ODBC.NET
- From: Mario Schneider
- Navision ODBC.NET
- Prev by Date: RE: ODBC Memory Leaks
- Next by Date: RE: ODBC Memory Leaks
- Previous by thread: Navision ODBC.NET
- Index(es):
Loading