Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Informix > Okay, how about this one.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-02-03, 12:30
justenough justenough is offline
Registered User
 
Join Date: May 2003
Posts: 3
Okay, how about this one.

Inorder to connect to an Informix database through an ASP.Net page, which connection type should I use:

ODBC

OLEDB

ASODB
Reply With Quote
  #2 (permalink)  
Old 05-13-03, 09:28
macca macca is offline
Registered User
 
Join Date: Apr 2003
Posts: 54
I use ODBC all the time and it's a cinch so that would be my recommendation.
Reply With Quote
  #3 (permalink)  
Old 05-19-03, 06:15
Emmon Emmon is offline
Registered User
 
Join Date: Nov 2002
Location: London
Posts: 47
Hi

As someone who works for a middleware company, I'd guess the easy answer would be ODBC. But in theory ADODB (I guess you're using ADO.NET or some guise) is really the best bet. This uses a direct connection to the database and bypasses the ODBC layer. This is called a Managed environment. The problem with ODBC and OLE-DB is that these are not managed environments and consequently will need to access an external application in this case, the ODBC Driver Manager and ODBC Driver.

Unfortunately, I don't believe there is an ADO provider for Informix available as yet so you're pretty much stuck with ODBC. You have the option of using the OLE-DB provider for ODBC or alternatively, if you're looking for an ODBC driver for Informix, you can find a Provider and ODBC driver from www.openlinksw.com

HTH
Emmon
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On