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
loading Dataset from one connection and insert those rows to a table from different connection31 Mar 2004 23:51 GMT10
I am loading the Dataset from one connection, do a few changes to a few rows
and want to insert all of those rows into another table in another
connection. the problem is that the primarily loaded rows have rowstate
unchanged, the ones that get changed have state changed but non of ...
Updating Field in DataSet31 Mar 2004 21:58 GMT1
I have a date field in a Dataset.  I need to change the
date field for display purposes so I would like to loop
through the dataset and modify the field before I bind it
to a grid.  Here is the code I have so far:
Child -> Parent relationship31 Mar 2004 21:37 GMT1
how can I get a value from a parent table to show up in a textfield (and be
updatable) based on the corresponding foreign key in the child table. The
two tables have a DataRelation object between them made by the designer i
Visual Studio (so it should be correctly set up)?
Converting a datatable to a sqlreader?31 Mar 2004 21:22 GMT3
How does one convert a datatable to a sqlreader? We have a generic backend
that returns datasets or datatables. For sake of brevity assume I can't
change the backend to return a reader. Is there an easy way to do this?
Regards,
GetSqlBinary to Image ????  VB.NET, BLOB, SQL200031 Mar 2004 21:10 GMT3
I am just trying to load a sql image field into a .Net image variable.
Suggestions?
Dim Im as Image
Im = cType(SqlDataReader.GetSqlBinary(0), image)   'does not work
accessing database problem31 Mar 2004 20:39 GMT1
i am a total newbie if it comes to .NET and all this.
therefore i have a guestion - i installed visual studio and according
to the manual i should have "data tab" in the toolbox.
i installed SDK and Framework.
OleDB do not support dataReader.NextResult?31 Mar 2004 19:18 GMT2
Has anyone try to use NextResult method of DataReader for retrieving
multiple sql statements in one query?
Besides this method works for SQL Server, I'm using MS Access as database,
seems this method doesn't work, am I right that Access database do not
how to extract table name from SqlDataReader31 Mar 2004 19:10 GMT1
   I get a query from out side of my program. then I have to execute
and create an xml file. To put in xml file I need to know the table
name.
I am able to get field names and field types, values but how to get
Uploading file raw data into DB31 Mar 2004 19:01 GMT3
What is the best way (regarding the performance) to upload file lines to a table in DB
Running SP for each line or smth else..
Thanks
Errors on update code.  Could someone help?31 Mar 2004 16:41 GMT3
       Dim sqlcmd1 As New SqlClient.SqlCommand()
       Dim sqlcon1 As New SqlClient.SqlConnection()
       Dim ds1 As New DataSet()
       Dim da1 As New SqlClient.SqlDataAdapter()
Using Dataset without Binding to Textbox31 Mar 2004 15:38 GMT1
I need to use a dataset without binding to a text box. i need to move value
from dataset to textbox manually. does anyone have any sample for this.
Thanks and regards
atif
Updating DataGrid31 Mar 2004 15:33 GMT5
I have two grids on a form.  Contacts and Notes.  For
each contact there can be many notes.
When I click on a contact (which is bound to the contact
table) I want to fill the notes grid and I use the
isolating a particular exception31 Mar 2004 14:47 GMT1
I'm checking whether an exception is a DBConcurrencyException successfully but inelegantly in the code snippet below
I tried to capture the hresult property and compare that way, but ex.hresult says it is not accessible because it is a protected property.  Is there a more elegant ...
SqlDataAdapter, insert, DBNull problem31 Mar 2004 14:01 GMT2
Update(DataTable) fails with HasErrors set to true.
This is due that some columns have DBNull value.
But those columns are defined as NULL (SQL Server).
Is it a dotnet bug or null values are not allowed?
Dataset to XML convertion31 Mar 2004 13:38 GMT1
I am converting dataset data's to XML using OutXml property...
I am getting xml. But null value columns are not populated with empty node
I want those columns with Empty Node.
How to populate that??
 
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.