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 / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Get deleted rows from a datatable24 Jan 2007 13:57 GMT2
I've a DataTable, and from my UI a such user deletes one or more rows from
it, I wish to get the deleted rows from the DataTable. I have to perform a
loop trough the deleted rows and invoke the Row.Accept changes method, but
if I try something like this:
DataTable/DataSet extention24 Jan 2007 09:15 GMT7
Im using the VisualStudio 2005 designer to create typedDataSet (drag &
drop from the service explorer).
All the DataTables in the generated code inherit from
System.Data.DataTable, I would like the dataTables to inherit from
There is no Original data to access when updating a DataTable with computed columns24 Jan 2007 05:51 GMT5
this was driving me crazy! I've a datatable its related sqlDataAdapter, if I
call the .Update method of the adapter everything is ok, but if I add a
compute column to the DataTable (a columns computed via a DataRelation) I
receive the "There is no Original data to access"
Timeout when reading and updating / inserting to same table23 Jan 2007 20:20 GMT2
I have a headache with SQL Server and .net application which I hope you
can help with.
I have this trigger on my table 'tester' in sql server 2000. It calls
the external program exetest
leave connections open for how long?23 Jan 2007 17:32 GMT10
I recently got into a discussion with a coworker about just how long to
leave a connection open. I have always opened as late as I can and closed at
the earliest possible point in time.
using (SqlConnection cn = new SqlConnection(DataConnection))
Adding new object to Typed Data Set and return the primary key23 Jan 2007 16:42 GMT2
I have started using Typed Data Sets with VS2005 and so far so good,
however I am having a problem with adding a row to a data table and
returning the new Primary Key value.
My data set has been auto generated from a DB table and has an auto
Append Room numbers fields by Building23 Jan 2007 16:33 GMT5
I have a table as follows-
BUILDING  ROOM_NUMBER
MAIN        100
MAIN         101
Update/insert one table from another23 Jan 2007 08:06 GMT1
I need to perform following querie in vb.net
The queries are;
NSERT INTO [destTbl] (field1, field2)
SELECT srcTbl.field1, srcTbl.field2
Why can't I get the FormView control's Paging controls to show?23 Jan 2007 05:42 GMT6
I have tried everything I can think of, I have even tried copying examples
from books and websites I have found, but every Formview control that I have
tried to create does not show the Paging controls. The first record from the
DataSource is displayed, but not the Paging ...
DefaultValue vs. NoNullAllowedException23 Jan 2007 03:47 GMT7
I defined in my Sql Server db a table with 2 int columns that don't allow
null values + their default values are set to 0.
I'm using a DataAdapter to read data, but it doesn't bring the default
setting :
Timeout error when inserting and reading from same table in sql server and .net22 Jan 2007 20:59 GMT1
I have a headache with SQL Server and .net application which I hope you
can help with.
I have this trigger on my table 'tester' in sql server 2000. It calls
the external program exetest
MSAccess DB and DataSets - help22 Jan 2007 14:44 GMT3
I have VS.net 2005 express and I have created a new project. I made a new
folder and added and existing MS Access DB (Maintenance.mdb). VS.net happily
went and created a DataSet class for me (MaintenanceDataSet). My question
is:
DateTime Filter Expression22 Jan 2007 13:44 GMT1
Hi, is there anyway of selecting rows with a particular date but ignoring
the time within a date time column?
something like...
DataTable.Select("DateTimeColumn".Date = '28/12/06')
Reader ordinal problem22 Jan 2007 10:09 GMT3
I am getting the System.IndexOutOfRangeException was unhandled error on the
last line of below code;
Cmd = New OleDb.OleDbCommand("SELECT [Last Staff Update From Site] FROM
[Update Control]", LocalConn)
SQL Concatenation (||), Query builder in VS 200522 Jan 2007 09:52 GMT2
I need concatenate values of two fields in select command, but if I use this
select command in Query builder in VS I get error. I concatenate two string
values using SQL concatenation operator (||). It's a bug in Query builder? I
think....
Pages: 1 2 3 4 5 6 7 8 9 10 11 December, 2006
 
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.