[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

How to how ODBC access with dotnet?

Ramon

12/12/2002 9:21:00 AM

Hello group,

I´m using a ODBC connection to access a database. I have got the code to
connect the ODBC and it works. Now, I need the code to retrieve the data
contained in the database (order the sql command, recordset...). Does
anybody know where can I get this information?

Thank a lot in advance. Regards, Ramon.



1 Answer

(Peter Wu [MS])

12/17/2002 7:51:00 AM

0

: I´m using a ODBC connection to access a database. I have got the code
to
: connect the ODBC and it works. Now, I need the code to retrieve the data
: contained in the database (order the sql command, recordset...). Does
: anybody know where can I get this information?

You need ODBC .NET to play with ODBC drivers in .NET. You can download it
here.

<http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sa...
rl=/msdn-files/027/001/668/msdncompositedoc.xml>

This download includes a Help file that does answer the question you raised
here. Also, it includes some sample code segment, which is hoped to be of
some help to you. :)


Hope this helps.

--
Peter Wu
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.