ODBC Help!
From: blaflin (blaflin_at_discussions.microsoft.com)
Date: 08/23/04
- Next message: Brandon Coale: "Re: return yesterdays date?"
- Previous message: Brannon Jones: "Re: return yesterdays date?"
- Next in thread: Brannon Jones: "Re: ODBC Help!"
- Reply: Brannon Jones: "Re: ODBC Help!"
- Reply: Kingsley Idehen: "Re: ODBC Help!"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Aug 2004 11:57:02 -0700
I'm stumped by a problem using ODBC with ASP.NET.
I have an ASP.NET application where I am writing data through an ODBC
interface to a Navision database. (The primary data source is a SQL Server
database. Data from the SS database is copied to the Navision database at
discreet events.) I was forced to use ODBC to connect to Navision due to
1) Navision only provides ODBC access (and the driver is quirky at that)
2) ADO.NET won't work
3) ODBC .NET doesn't support a Navision interface
The interface works as designed on the development machine (Windows XP Pro)
as well as on the test machine (Windows 2000). However, the application can't
open the connection to Navision on our production server (Windows 2000
Server). And I'm kinda stumped???
I know the ODBC connection is good because I have some classic ASP
components that use the same connection without a problem. I thought it might
be a permission problem with the ASPNET user, so I temporarily put the ASPNET
user in the Administrators group. No joy. Also, there's nothing in the event
log.
One other bit of information. I changed the configuration on the development
machine to point to the production data sources to try to reproduce the
problem while stepping through in the debugger. But it worked fine. So I'm
kinda stumped.
Any ideas would be greatly appreciated!!!!
- Next message: Brandon Coale: "Re: return yesterdays date?"
- Previous message: Brannon Jones: "Re: return yesterdays date?"
- Next in thread: Brannon Jones: "Re: ODBC Help!"
- Reply: Brannon Jones: "Re: ODBC Help!"
- Reply: Kingsley Idehen: "Re: ODBC Help!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|