Enter Keywords:
1 - 10 of 248(0.011 seconds)
Sort By:
 
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 Rating: 7.6 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 ...Date Answered: 02/06/2008 Rating: 8.4 Views: 0
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 Rating: 9.6 Views: 0
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 Devel...Date Answered: 05/08/2008 Rating: 9.6 Views: 8
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...Date Answered: 10/07/2008 Rating: 8.6 Views: 0
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 Rating: 8.2 Views: 42
I am new to ADO.NET. Please can someone help me with the following problem: I have a main form (conventional controls  not a datagrid) which is bound to an Access database (effectively a single...
Zones: MS Visual C#, .NET, ...Date Answered: 08/21/2009 Rating: 9.3 Views: 0
Hello experts, I am populating the customer object as shown below.  How do I write condtions as shown below in for eg. If isdbNull(.age) then            .age=10            else            ...
Zones: MS Visual Basic, .NET Fra...Date Answered: 08/26/2009 Rating: 7.2 Views: 0
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 Vi...Date Answered: 06/06/2008 Rating: 9.5 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 Rating: 8.0 Views: 0