Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
April 2007
May 2007
June 2007
July 2007
August 2007
November 2007
March 2008
all groups > dotnet odbc.net > july 2003

odbc SPEC
Posted by Duncan Winn at 7/30/2003 9:23:45 AM
Does anyone know where the spec for writing ODBC drivers is? I can't seem to fine the header files or any documentation on the web anywhere? Thanks, ...more >>


SQLDataSources from .Net
Posted by Mark at 7/25/2003 8:52:45 PM
I need to let the user pick a data source on the fly. Is there an equivlent function in .Net for SQLDataSources?...more >>

ConnectionString changes in new framework
Posted by Guy at 7/22/2003 6:55:54 PM
I'm having a problem with setting the connection string in the new System.Data.Odbc namespace. I have previously used the Microsoft.Data.Odbc namespace successfully. Now when I attempt to use the exact same connection string it fails with an error: System.ArgumentException: Format of the initi...more >>

Ack! - ODBC.NET Supported In Only the v1.1 .NET Framework!?!
Posted by Mythran at 7/15/2003 1:36:23 PM
I navigated to the following site and noticed this in bright red letters: Note: This namespace, class, or member is supported only in version 1.1 of the ..NET Framework. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataodbcodbcdatareaderclassgetschema...more >>

Error with ASP.NET opening OleDb/ODBC database
Posted by Giuseppe at 7/15/2003 10:00:23 AM
Hi there, I got a problem using an MS Access database through ASP.NET. After updating my system from .NET Framework 1.0 to 1.1, my existing application gives me the following error when opening a connection with the code below: "Unspecified error" (ErrorCode: -2147467259) string ...more >>

MSOLAP Connection Pooling?
Posted by Dave Goldberg at 7/10/2003 8:21:40 AM
Anyone know if it's possible to do connection pooling with the MSOLAP provider and .NET? It doesn't appear to be working. Any help appreciated. -- Dave ...more >>

ODBC.NET with Foxpro
Posted by woodstock at 7/10/2003 5:20:28 AM
Hello, I tried to transfert data (FoxPro) in a Sql Server Database. Using ODBC.NET, with an OdbcDataAdatper to fill a dataset or with an OdbcDataReader, i does not succeed in knowing if the data is nullable (empty) or not. I am receiving default values in the data when i expected an em...more >>

ODBC Connection - SQL Server
Posted by Mythran at 7/8/2003 12:55:57 PM
The entire application I am writing uses the ODBCConnection object. Now I need to apply a way for the user to enter the SQL Server location, authentication type, user id and password if SQL Server authentication is required, and then show the user the list of databases to connect to. My probl...more >>



INSERT fails in OdbcConnection
Posted by David Kaplan at 7/3/2003 9:24:27 AM
the following code throws an exception when run under .net 1.1. the entire exception message is the ever- helpful "Additional information: System error." (nothing else). the database, table and column all exist. the connection gets created ok. any ideas? thanks, - dave ======...more >>

DSN via ODBC.NET works on WIN2K Servers but NOT WinXP Pro
Posted by rbrown NO[at]SPAM edium.com at 7/2/2003 6:03:58 PM
James... I had the same problem, and found an answer... maybe, it will help you.. I knew I had a rights issue and thought it was to do with Registry permissions on the ODBC registry entries.. After reetting those permissions, it didn't do much. I looked at the MACHINE.CONFIG file for t...more >>

XML ODBC Driver
Posted by Russ at 7/1/2003 9:08:17 AM
Does an XML ODBC Driver exist? Thank You ...more >>


DevelopmentNow Blog