[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Updating an table through ODBC

Michael Saroka

1/9/2003 12:20:00 AM

I am writting an application that uses a DSN for
connecting. I can connect and fill a dataset no problem,
but when I try to update the database using the filled
dataset I get a system error. It doesn't matter if I use
a Command generator or a update command. It looks like
it can't connect even though it already has.

I there something I haven't looked at.