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 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Binding DataTable reference to a DataGrid24 Mar 2004 01:59 GMT3
If I have this:
Dim myTable as new DataTable
Dim grid as new DataGrid
myTable = MyObject.GetTable1()
Do not want to lock the table24 Mar 2004 01:44 GMT1
Hi, All,
In ADO.NET, when executing sql statement, the table will be locked.
Except for using "with nolock" in the sql statement to avoid locking
the table, is there any other ways that can get the same result?
SqlException deserialization24 Mar 2004 01:24 GMT2
I'm having a problem with a SqlException that I am serializing and
deserializing.  I do not know if this is the correct place to post,
but I thought someone might know.
A particular error that occurs, if the connection string does not pass
Can't get value??23 Mar 2004 22:41 GMT1
I am using a SqlCommand to perform an insert statement, after which to
return the ID (Idnetity field). However, it doesn't seem to work. Following
is the code which doesn't work. Can anyone point me where I did wrong?
Thanks.
How to read database metadata23 Mar 2004 18:09 GMT2
Is there an easy way of reading names of tables in a database? I would like
to read all user tables from a SQL Server database and show table names in
a list (to let user select which ones to export). I use C#, ADO.NET and SQL
Server.
property dirty checking23 Mar 2004 18:05 GMT3
   Is there a way to implement dirty checking using databinding?  I've
tried handling the BindingManagerBase.CurrentChanged event, but it only
fires after the user moves focus away from a control with changed text,
instead of firing when the user begins to type a new value into the ...
'Joined' DataTables (columns from more-than-one db table)23 Mar 2004 18:04 GMT2
I have to display columns from multiple database tables in a grid.  I have
been able to 'query' back a single DataTable using a custom SELECT (so I
have this DataTable in a DataSet).  The DataSet binds to the grid fine.
The problem is in the UPDATE.  I would like to the use the
Dataset does not update the table23 Mar 2004 17:41 GMT1
People ...help me. This seems simple but yet I cannot update the table. I
can see the change in
the dataset when I display it on the datagrid. But all fails when it
executes the last line....... I cannot get it
this is the error message23 Mar 2004 17:19 GMT3
This is the error message I receive every time I run the program.
An unhandled exception of type 'System.InvalidOperationException' occurred
in system.data.dll
Additional information: Update requires a valid InsertCommand when passed
A well know bug with apparently no known solution :-(23 Mar 2004 16:30 GMT3
I sporadically get the following problem when running asp.net applications
with the Data Application Block:
Configuration Error
An error occurred during the processing of a configuration file required to
Connection Pooling23 Mar 2004 16:16 GMT3
If I would like to use connection pooling in the web application that I am
making, do I need to explicitly code it, or does it just magically happen
behind the scenes?
Do I have to use ADO.net in any particular way to make sure that it happens?
Error ORA-01036: ADO.NET Timestamp and Oracle23 Mar 2004 15:45 GMT1
I can't execute ExecuteNonQuery if I use an parameter OracleType.Timestamp.
I have an User object with a field that store the timestamp from the row. Te
field is DataTime type, and on the database (Oralce 9.2.0) it's Timestamp.
The code to do the update is:
Returning a sequence from ORACLE Database23 Mar 2004 14:27 GMT2
Hi, i'm developing a smal program to insert records in a ORACLE Database, but my client has a sequence fort the PK of the table, how do i get the value generated by the sequence? Without this value i can't insert child records..
Thanks
REF CURSOR returns no rows23 Mar 2004 14:22 GMT5
I am having a really strange problem with reading cursors from an Oracle 9i
database for a "particular" procedure. My DataReader does not contain any
rows after I execute the command object. I have tried
cmd.ExecuteReader
Data grid with an UNION23 Mar 2004 13:26 GMT3
I am a totally newbie to .NET, so first of allI would like to ask you some
tutorial URL-s. :).
My problem is that I have to show a list of orders with lines where I
summarise the value of them by the sorted column. So if the sort is by
 
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.