all groups > dotnet odbc.net > april 2005
ODBC Microsoft dBase III driver and C#
Posted by Dave F. at 4/26/2005 11:02:23 AM
I know, don't laugh! We have an old legacy app that uses dBase III+ files.
They will be replaced over the next couple of years with .NET apps and an
SQL Server database.
But for now I need to access the data using C# in an ASP.NET app. I can read
all the data just fine. The problem comes when ... more >>
Oracle 10g with ODBC and C#
Posted by Kishore A at 4/20/2005 3:25:37 PM
I get the following exception when I do connection.open()
System.Data.Odbc.OdbcException: ERROR [IM003] Specified driver could not be
loaded due to system error 5 (Oracle in OraClient10g_home1)
The connection string I use is:
Driver={Oracle in
OraClient10g_home1};Server=ORCL_DEVELOPMENT;... more >>
Are the JET and NET files included in the XP install
Posted by barry at 4/16/2005 8:22:53 AM
Does the XP user of my .NET database program have to install these files
or are they included as part of XP HOME & Pro ?
thanks,... more >>
Retrieving table names in database via ODBC in C#
Posted by simon.coates NO[at]SPAM tribune.co.uk at 4/15/2005 5:43:31 AM
Hi,
I need to be able to query an ODBC database and return a list of the
tables contained within it, via ODBC. I gather from other posts in this
group that it is not currently possible to do this via ODBC in the
current .NET framework. Does anyone know if this is likely to change in
..NET 2?
... more >>
ODBC newbie question
Posted by Dario Bravo at 4/12/2005 8:09:04 AM
Hi to all.
Before I begin with my question, I apologize for my very-often bad english.
It's not my natural language...
In my company we've got an unix server with Informix UniVerse and ODBC. I
want to use server's ODBC capabilities to make a C# .Net program. It's really
simple, just a textbo... more >>
System Dsn creation from vb.net ?
Posted by Steve Kanel at 4/12/2005 12:00:00 AM
Is it possible to chech - create - change system dsn data source from vb.net
Regards,
Steve
... more >>
OleDbDataReader and null values
Posted by Peter Kirk at 4/11/2005 12:00:00 AM
Hi
I am using OleDbDataReader to get some data from a database. I have noticed
I get an exception if one of the database columns contains a null value.
Sure enough, the documentation says I have to call IsDbNull first, to avoid
an error.
Can this be right? Is it possible just to call Get... more >>
MS Access 2003 table data is not getting deleted
Posted by MS Access 2003 delete problem at 4/7/2005 2:01:04 AM
Hi,
My program in C# got executed fine with MSAccess 2000 as its backend. I was
able to delete the data and insert new data in my table. But after upgrading
the Access to MS Access 2003, I'm able to access the data (Do a select from
the table) but i'm not able to delete the data from the ta... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ÃÀ¹úÖªÃûͶ×Ê´óʦ´´½¨µÄÕæÕý·ûºÏ21ÊÀ¼ÍµÄÔÚ¼Ò¹¤×÷ÔË×÷ϵͳ
Posted by xiajunchao at 4/1/2005 10:38:37 PM
¡¶Ò»·ÖÖÓ°ÙÍò¸»ÎÌ¡·ÊÇÈ«ÃÀ•³äN•øÅÅÐаñµÚÒ»Ãû ¡¸ÐÄì`ëuœ«¡¹×÷ÕßñR¿ËínÉ£¬¡¸„“ÔìØ”¸»¡¹×÷ÕßRobert G.AllenºÏÖø£¬ÔÚ¸÷´óлªÊéµêÓÐÊÛ¡£
ß@´Î²»ƒH¸æÔVÄúÀíØ”Ó^Äî¡.
MSIˆFê ¸ü°ÑRobertµÄͶÙY˜ËµÄÅc¸ÅÄîÒýßMÖйú
ÄúœÊ‚äºÃ³Éžé°ÙÈf¸»ÎÌÁˆ᣿
ÒýÓÃÈ«ÃÀÖªÃûÀí²Æ×¨¼Ò¡¢MSIϵ½y„“ÞkÈËRobert G .AllenµÄ»°£º
ÒÔÎÒ 20... more >>
|