Home All Groups Group Topic Archive Search About

ADO.NET

microsoft.public.dotnet.framework.adonet
Score How to use DataContext.Translate with multiple result sets?
David Potter - 25 Mar 2009 9:08 PM - 2 messages
I have a stored proc that returns multiple results sets and I'm attempting to use the DataContext Translate method.  The first translate works but when I can't move on to the next resultset as the datacontext has closed the ...
Score Retrieving SQL SP Output Parameters
bh - 25 Mar 2009 2:07 PM - 4 messages
I have a stored procedure in SQL 2000 that inserts a row & returns an output parameter variable for the identity of the inserted row, as well as another output parameter. I also have an method in an ado.net class (which resides in a separate assembly & is referenced by the application) that returns the return value code to the calling asp.net page, which in turn tests for a result of 0 for successful insertion.  If the ado code was within the asp.net page, itself, I might have tried a session variable, but this is not allowed, since the method is in a self-contained class. ...
Score Is VB.NET reliable , robust ?
barret bonden - 24 Mar 2009 9:46 PM - 5 messages
Is VB.NET   reliable , robust ?  I'm contemplating  a project on a LAN with  50 + users hitting a MYSQL backend. I've had good success with Access and MYSQL , but with far fewer users, of course. ...
Score Standalone executable 3.5 app
Tommy Holm Jakobsen - 24 Mar 2009 10:49 AM - 4 messages
Hello, I have developed a small application in .NET 3.5 (using LINQ). This app is supposed to run on lots of different servers. Some of these servers do not have ..NET Framework 3.5, only 2.0, so the app doesn't run on those. ...
Score ADO.NET Entity Framework - State Management
Ernest Morariu - 23 Mar 2009 7:03 PM - 2 messages
Hello ! Is there any built in support for tracking the state(added, modified,deleted) of the entities on the client side in a WCF(server)-WCF(client) three-tier scenario ? Is there in WFC something similar to the DataServiceContext in ADO.NET Data ...
Next » 2 3 4 5 6 7 8 9 10