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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem with DataGrid focus24 Jun 2004 14:27 GMT1
I am using the windows.forms datagrid and binding 2 datagrids to 2 different DataTables from a single typed dataset. The DataTables have a parent-child 1 to many relationship. When saving the data to an XML file (using dataset.WriteXML()), it gets written incorrectly sometimes.
Difficulty Retrieving Output Parameters24 Jun 2004 14:12 GMT2
I am working on a framework for my internal office affairs, but I've run into a problem that I just cannot figure out.
I am writing a new record to the database and expecting to get the @@IDENTITY of the record for my object.
Here's the code that is giving me problems:
           ...
DataSet.WriteXml and linked tables24 Jun 2004 13:54 GMT1
Let's say I have three tables:
Customer
Order
OrderLine
A "IN" like where queries on DataTable24 Jun 2004 13:45 GMT1
I have a DataTable which is part of dataset, and has relation with other DatyaTables in the DataSet.
I have to make select on the DS tables, which its meaning is same as "IN", when I query on sql
E.G. Select T1.field1 from T1 where T1.Field2 in (select T2.field2 from T2 where ....)
Q: Adding a column to a table24 Jun 2004 13:40 GMT3
Can anybody help me with the following, hopefully simple, question?
I have a table which I've connected to a dataset. I wish to add a new column
to the beginning of the table
and to fill it with incremental values e.g. if the tables looks
Problem with table.select(criteria)24 Jun 2004 06:38 GMT3
I'm trying to filter a table using the select method like this:
Note: dsSessionMngr is a strongly typed dataset
        CustRef is a string column in the dataset's table named CartDetails
Dim tb As dsSessionMngr.CartDetailsDataTable = Me.dsSM.Tables("CartDetails")
Insert in to Access DB Troubles24 Jun 2004 05:00 GMT7
Just getting into ado.net and already hit a snag.  No problems when using a
datgrid however now that I've moved on to textboxes I cant insert.
My form has 5 textboxes, an adaptor/connection/dataset.  I simply want to
fill these out and create a new record from them.  I've simplified ...
commiting Transaction and underlauing connection24 Jun 2004 04:15 GMT4
Hi I have following code
public void Functon1()
{
   SqlTransaction trans=CreateTransaction();
Does anyone know if there is a replacer of ADOX in ADO.Net? Thanks,24 Jun 2004 03:16 GMT1
DataRow not updating...24 Jun 2004 01:12 GMT6
using the following code, I've been unable to write an updated xml document.I can see the xml
file get refreshed but even at that, it writes in the original contents. these procs come from a
databaseengine class i created, theDataStore is a dataset that gets loaded from a xml data ...
DBNull Problem23 Jun 2004 23:52 GMT5
I have an untyped Dataset I'm reading in from Excel and writing to a
.NewDataRow.
My problem is that some of the cells in Excel are empty and writing those
cells to the datarow cause a DBNull error. Here's my code:
huge dataset over the internet23 Jun 2004 23:02 GMT5
   I have a web method that return a huge dataset (2Mb). I am interested to
know if there is a method to maximize the transfer speed of this dateset
over the internet.
Bug or own fault in ADO.NET23 Jun 2004 22:25 GMT4
I'm trying to load two tables in one dataset and connecting them with a
relation. Unfortunately, the result isn't as expected. Instead to load both
tables correctly, the field "KdNr" in the child table stays empty. In the
end, the function "GetChildRows" cannot find anything.
OracleHelper.cs Data application block Question23 Jun 2004 20:04 GMT2
I have a store procedure that take a cursor as param that return a result
set like this:
procedure listprojects(io_cursor in out t_cursor)
where t_cursor is defined as
Problems with connection pooling on Oracle (ORA-03114)23 Jun 2004 19:12 GMT2
We are having issues with some of our applications that utilize connection pooling via the OracleConnection Class
Of the System.Data.OracleClient Namespace. At this time we are unable to determine of the problem lies within our code that connects to our DB and then executes the ...
 
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.