Home All Groups Group Topic Archive Search About

ADO.NET

microsoft.public.dotnet.framework.adonet
Score .NET Logging Library
John - 9 Jul 2009 11:23 PM - 2 messages
Hi I am looking for a net logging library that writes to file and/or sends log via email. Any recommendation would be appreciated. Many Thanks Regards ...
Score Cross-tab / pivot / transform a DataTable
David Jackson - 9 Jul 2009 10:24 AM - 3 messages
Hello, Firstly I apologise if this is the wrong newsgroup. I am looking for a way to cross-tab / transform / pivot the data in a DataTable fetched from a SQL Server stored procedure. Unfortunately, due to company restrictions, I'm unable to modify the stored procedure or create a ...
Score Context error for Siverlight application
Alex. O. Koranteng - 9 Jul 2009 2:26 AM - 3 messages
I am trying to bind to a collection object and have followed the tutorial from Tony Miranda's video tutorial per [link] The extracted file name is CSDatagridIntro_CS. I have extracted the file and opened the ...
Score Dataadapter vs tableadapater
John - 8 Jul 2009 11:12 AM - 3 messages
Hi What is the difference between dataadapter vs tableadpater? When is one preferred over other? Many Thanks Regards ...
Score Data Access Architecture for Silverlight2
Alex. O. Koranteng - 8 Jul 2009 12:07 AM - 9 messages
I am learning Silverlight2 through the resources on MSDN like the Jesse Liberty and Mike Taulty's Video series. I have purchased the APRESS book Silverlight2- From Novice to Professional. I am confused about what the appropriate data access technology to pick up and have started playing with ...
Score Visual Studio Team Edition 2005
Arne - 6 Jul 2009 8:18 PM - 4 messages
tIs there a better newsgroup for VS 2005 team edition? In my solution I have jpgs, text files and XML files etc. I can open these files with a right click. If I try to double click I get nothing but an Hour ...
Score Concurrency error on update
John - 6 Jul 2009 5:47 PM - 7 messages
Hi vs 2003. vb.net winform db app with ms access backend. I have created the data access layer from the code created by the data adapter wizard. Problem is when MyDataAdapter.Update(MyDataset.MyTable) is executed I get a ...
Score Viewing InnerExceptions
John - 6 Jul 2009 2:52 PM - 2 messages
Hi When an exception occurs how can I view InnerExceptions to get to the bottom of the problem? Is it possible to view all InnerExceptions? Thanks Regards ...
Score How do I determine system vs user stored procedures?
David Thielen - 5 Jul 2009 5:37 PM - 8 messages
I am using: DataTable schemaTable = conn.GetSchema("procedures"); int ordSchema = schemaTable.Columns.IndexOf("SPECIFIC_SCHEMA"); int ordName = schemaTable.Columns.IndexOf("SPECIFIC_NAME"); And the DataRow's returned have nothing in them that identifies a stored procedure as a user one vs a system one. ...
Score Getting up to speed with MVC
Alex. O. Koranteng - 5 Jul 2009 4:08 PM - 8 messages
I would like to get up to speed with MVC. I am slightly familiar with LINQ. DO I need to be exposed to EntityFramework before I embark on this adventure. Please advise and what are good resources to make this transistion. I have ...
Next » 2 3 4 5 6 7 8 9 10