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
ODBC Data Reader?04 Mar 2004 18:38 GMT2
Is the DataReader only for SQLServer or can it be used with ODBC? If so, is
anyone aware of a sample out there?
Master/Detail dataset fill04 Mar 2004 18:19 GMT2
I hava a typed dataset with 2 tables and a relation (master/detail).
I have an dataadapter to fill the master table (with a select and a
parameter) and now I want fill the second table with another dataadapter,
but I don't know how I have to define the select sentence to populate it
Changing  DataRow Rowstate progamatically04 Mar 2004 18:18 GMT2
I want to pass a few thousand records to a SQLce database and then insert them in a table
Seems like the fastest way to do it (sql server replication not an option) is to pass a recordset that has all the records marked as DataRowState.Added, then use a dataadapter.update on the ...
Null value from dataset04 Mar 2004 18:16 GMT1
I have one dataset populated with data
When I am using GetXML() method of this dataset, I am getting the XML representation o
the data. But, if a database field has Null value, then that node is not occuring in th
XML string
How Deadlock are handled in ADO.NET04 Mar 2004 16:47 GMT5
I want to know how it work in ADO.NET when a DEADLOCK occur and a
victim is choosen?
Is an exception raised?
Thank's
Questions about the DataSet/DataTable04 Mar 2004 16:33 GMT1
I have a DataSet with lots of data in it,
there is no database just the DataSet.
In the DataTable contained by the DataSet
there is a field Category. I would like to get the different Categories
Le MSDN comme vous ne l'avez jamais vu...04 Mar 2004 14:16 GMT2
Salut
J'ai ? peu pr?s fini le site... l'essentiel fonctionne... vous pouvez le
mettre en fen?tre dans le fond d'?cran de windows... c'est tr?s pratique
vous verrez...
Problem with SqlCommandBuilder.DeriveParameters04 Mar 2004 13:15 GMT4
H
I have the following code
sqlConnection1.Open()
System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand("[SOMEUSER].[PAK_TEST.P_OPEN]", sqlConnection1)
How to make a backup from vb.net04 Mar 2004 12:38 GMT2
I would like to add a backup function in my winform app.
I use MSDE.
My idea was to :
   Detach the database
Insert to SQL Server from a text file04 Mar 2004 12:29 GMT2
I am using vb.net and want to insert data from a .csv file into a table. I
am looking everywhere but am coming up empty. Can someone be so kind as to
post some sample code for me?
Thank you.
ReadOnly ComboBox04 Mar 2004 11:47 GMT3
Hi to all
How can I make a ComboBox readonly ?
Enabled = false and DropDownStyle = DropDwnList
are not solutions for me.
textbox databind problem04 Mar 2004 11:37 GMT2
I have DataSet with two DataTable and DataRelation between them.
I have two DataGrids with master / detail style and additional textbox which
are bind to detail table.
ds.Tables.Add(tableCompany);
ExecuteNonQuery opens a new connection04 Mar 2004 10:44 GMT3
I created a new command object passing the connection and the
transaction of the existing transaction. Then I call ExecuteNonQuery.
Instead of using the same connection it opens up a new connection
causing a deadlock as both are trying to use the same resource.
Update query not working04 Mar 2004 09:12 GMT3
I have wrote a stored proc (Sproc) to update one of my sqlserver tables. This is what the query looks like
ALTER PROCEDURE dbo.UpdMea
(@NewName nvarchar(50)
@NewCost Money
DataSet.Update on related tables.04 Mar 2004 08:27 GMT3
Could anyone help me with the following "common" chalenge?
I have 2 simple tables. Customers and Zipcodes.
Customer:
CustomerID, CustomerNr, CustomerName, ZipID
 
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.