Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / ADO.NET / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
New db application advise31 Mar 2008 08:29 GMT4
I need to write my first vb.net/sql server app and I just need pointers as
to how pros do it. My app is a multi-user apps which needs to refresh from
what other users are adding to the backend sql server db.
My question is;
Query Parameter prefix in Oledb29 Mar 2008 03:26 GMT6
I am trying to create a parametrized query based on City on the customers
table in Northwind.mdb. The sql version on Northwnd.mdf works fine using
@City in the query, but when I try to create it for the access dataset, it
puts single quotes around the '@City'. Is there another ...
Get return code from SQL Server Sproc?28 Mar 2008 19:33 GMT2
Say I have a procedure that returns a return code like the following...
CREATE PROCEDURE TestProc
AS
BEGIN
Loading a generic collection from a SqlReader?28 Mar 2008 14:09 GMT1
Hi, is there any underlying difference between loading a generic collection
from a reader using the two methods:
List<User> colUsers = new List<Users>();
           while (reader.Read())
Getbytes usage from VS 2003 to VS200528 Mar 2008 11:27 GMT6
When accessing a BLOB from a DB using getbytes, 0 bytes are returned. The
same thing worked with VS2003. The recent environmental change was from
VS2003 to VS2005 and also from .NET 1.1 to .NET 2.0.
/* Here is the function that reads the blob from the db */
Connection Open Error28 Mar 2008 06:53 GMT2
Below is the piece of code i am using for my connection object &
database transaction.
private SqlConnection _mConnection;
       private SqlCommand _mCommand;
size of a varchar field in SQLserver table28 Mar 2008 01:00 GMT3
In ADO I could read the property .DefinedSize of a field of a recordset to
determine the max size of the field. This is very usefull to set the
maxlength property of a textbox. How can this value be determined in the
ADONET- Dataset or datatable.
Handling concurrency violations27 Mar 2008 19:42 GMT6
I have developed the following logic to handle db concurrency violations. I
just wonder if someone can tell me if it is correct or if  I need a
different approach.Would love to know how pros handle it.
Thanks
Help with multiple connector/table query27 Mar 2008 00:43 GMT2
As a newbie to ADO.NET I am struggling with the following:
I have an ODBC data table that I want to use a source for updates to a
SQL server table, I envisage the sql query having the following
structure:-
Connection Pooling, REVERT &  "Connection Reset" in .NET 2.0 SP1+26 Mar 2008 18:21 GMT1
My company is building a multi-tenant internet-facing web app in ASP.NET
 / SQL 2005.  We can't therefore use NT authentication, and must use
our own web forms authentication, but still need to use SQL's "Database
User"-based security so that we can encapsulate security in ...
Obtaining a List of Databases26 Mar 2008 18:08 GMT2
I can use the SqlDataSourceEnumerator to get a list of SQL Server instances.
How do I obtain a list of databases in a given SQL Server instance?
TableAdapter to create new SQL stored proc with different owner26 Mar 2008 15:44 GMT6
Hi Gang,
I'm curious if this is a bug in Studio or not.  Here's the background:  Our
system has SQL Server installed and our DBA's all create our databases.  We
are not DBOs in any of those databases.  We do have rights to create stored
Compacting and repairing access 2000 db26 Mar 2008 13:36 GMT7
Is it possible to compact and repair an external access 200 database via
code?
Thanks
Regards
Update query that won't take DBNull26 Mar 2008 06:12 GMT2
I have a stored procedure that I let the wizard create a function in the
QueriesTableAdapter class. Some of the parameters to the stored procedure
clearly allow for nulls (AllowDBNull) but somehow the wizard refused to add
the Global.System.Nullable(Of String) to the generated ...
Databinding en un Combobox26 Mar 2008 05:50 GMT1
Hi,  i am using a list named ListaCombo to populate a combo box with a
query,  but when i execute the code,
               comboBox1.DisplayMember = "Display"; it thows a "The
connection is already Open (state=Open)" error messages.
Pages: 1 2 3 4 5 6 February, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.