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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|