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 / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
UPDATING database using datagrid : error on UPDATE button click29 Dec 2004 03:48 GMT1
I am using a datagrid to write data to the database. I am using the
walkthrough by msdn "Using a datagrid to Read & write data to Database". But
when i hit the update button I get the following error: :
Object reference not set to an instance of an object.
About MSDTC,The same ContextUtil.TransactionId,but the state of Database A,B is different.29 Dec 2004 01:42 GMT7
I want to update MultiDatabase with Microsoft's MSDTC.Just like ADO.Net
provided,
I designed an interface below:
public interface IDistributeTransaction
How to fill multiple datatables in a dataset in a single fill28 Dec 2004 23:31 GMT5
Anyone who knows how to fill more than one datatable in a single fill using
a dataadapter? I have 4 joined tables in a select-statement that I want to
fill into their datatables. Now I have to make 4 selects to do that, and
that's no good. Alternatively make a datatable ...
URGENT:Viewing MULTIPLE RECORDS from database using DATA READER28 Dec 2004 21:41 GMT6
I have an ASP.NET application. I need to read records from the SQL database
based on a value entered by the user. I need to get the result in Text boxes.
I am using DATA READER for this.
But how can i view the next record from the database in the text boxes?? I
DataReader and record locking problem28 Dec 2004 21:37 GMT5
I am using the ExecuteReader method from the Microsoft DAAB to return a
DataReader which I am iterating through to mainly read a binary value from
one of the returned columns. I am using this value as the raw data to render
a PDF document. After this is successful, I want to ...
How to compare two tables?28 Dec 2004 21:29 GMT5
Hi, Our database is constantly updated (input data) from another DB, and
sometimes it crashes our ASP.NET applications. My boss told me to write a DB
utility app to check DB and make sure all apps are still running.
The first step of few checks is to compare current DB tables ...
Connection pooling...28 Dec 2004 20:47 GMT16
I'm using connection pooling (0 min/100 max) in an asp.net
web application. All users log in using the same
connectionstring.
Is it prudent, for instance, to close and dispose of my
Create Dataset out of SqlDataReader28 Dec 2004 20:14 GMT4
Is it possible to create the DataSet object out of SqlDataReader object?
Thanks.
Vijay K Kerji
Adding Columns to DataSet-DataTable out of Position28 Dec 2004 19:43 GMT2
Is it possible to add a column to an existing DataTable (in a DataSet) with
the new column being some place other than the end of the column collection?
I looked at Columns.Add and there is no position parameter and there is no
InsertAt method like some other collections.
Database Insert with IDENTITY ON28 Dec 2004 19:23 GMT1
I have a situation where I have two datasets each equal with the data
from the same table. I want to update one dataset with the records
from the next dataset IDs in tact. Here's the code I have:
' Set AcceptChangesDuringFill = False
Can't get record to insert into Access28 Dec 2004 14:30 GMT2
I have a windows service that will insert records into an Access database.  Or at least that's the idea.  The insert isn't happening, but the code runs without raising any errors.  When I run the generated sql statement from a query window in Access, the record inserts just fine. ...
Getting SPID from SqlConnection28 Dec 2004 09:14 GMT3
Can we get SPID from the SqlConnection in ADO.NET?
If yes,
      how do we get it?
Else
Identifying stored procedure output columns28 Dec 2004 08:10 GMT1
In VS.Net Server Explorer, you can drill down to a SQL Server store procedure
and finally, it diplays not only parameter of the procedure but also the
result columns.
How can I replicate this behaviour in my application?
Getting RowCounts for Multiple Statements28 Dec 2004 05:20 GMT1
I am trying to execute several DML statements in a single call to an ADO.NET
SqlCommand object, ie.
update table1 set column1 = x
update table2 set column2 = y
windows service connecting to Oracle28 Dec 2004 03:38 GMT4
The module to connect to Oracle works fine for the vb.net application
but not for vb.net windows service..
Gives error..TNS service name could not be resolved. Ora12154.
*-----------------------*
 
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.