Advertisement

1 - 10 of 115 containing alltags:("ADO.NET") (0.001 seconds)
We have a custom vb.net application that interacts with SQL Server with moderate writing/pulling data. Is it advisable to open a connection (i.e. at Login) and set a Connection variable.   Then,...
Zones: .NET, MS Visual BasicDate Answered: 01/16/2008 Grade: A Views: 0
I am trying to make a .NET application that turns off the "Enforce password policy" and "Enforce password expiration" options for a SQL user in SQL Server 2005.  This script works in my application...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 02/06/2008 Grade: B Views: 18
I am accessing the existing database table in Pervasive PSQL system. The encoding setting in PSQL can  be set at the server level or database level at creation time and changed later. I am accessi...
Zones: Databases, BtrieveDate Answered: 04/28/2008 Grade: A Views: 21
In VB6 using MDAC 2.8 I could do a single select statement that would act as either an Insert or an update. Is there a way to do this in ADO.net? My old VB6 code Dim dbData As New ADODB.Connectio...
Zones: .Net Editors & IDEs, Web Development, ASP.Net Programmin...Date Answered: 05/08/2008 Grade: A Views: 22
I have two datatables and want to merge in one datatable called FINAL using INNER, LEFT or right join. Following is partial code. Can somebody tell me what is next step? I would also like to dump r...
Zones: .NETDate Answered: 08/15/2008 Grade: A Views: 202
I am in the process of creating an ASP.NET web application where I would like to keep all the data access encapsulated in a single object. I am trying to find examples of best practices which deal...
Zones: .NET Framework 3.x, MS SQL Server, ASP.Net Program...Date Answered: 10/07/2008 Grade: A Views: 9
I konw the stored procedure works, becuase I have test it on the SQL Server 2005.   But, when I execute the code the dr returns -1 (no records).    Not sure what I am missing.
Zones: SQL Server 2005, MS Visual Basic, Visual S...Date Answered: 06/06/2008 Grade: A Views: 0
I have a form with a datagridview, this view if filled from a query that is a joining two tables. I was trying to use the dataadapter,dataset... to fill and allow the user to edit the DGV. but th...
Zones: .NET, Visual StudioDate Answered: 07/16/2008 Grade: A Views: 10
whenever i am trying to save excel sheet into ms access database 2003.it is throwing exception i dont know why?kindly help here. using System; using System.Data; using System.Configuration; usi...
Zones: .NET, MS Excel, Access Coding/MacrosDate Answered: 03/18/2008 Grade: B Views: 148
There is some kind of a bug where occasionally, VS2005 will not automatically generate an update and delete statement when creating datasources at design time. VS2005 uses tableAdapters, not DataAd...
Zones: Visual Studio, MS SQL Server, C#Date Answered: 06/04/2008 Grade: B Views: 4