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 / April 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Quick question re: DataSets19 Apr 2005 02:09 GMT2
In the following code, is it OK to return the DataTable, or should I return
the DataSet so that it can be disposed in the calling code?  In other words,
do I need to Dispose() a DataSet or will the framework clean it up for me?
public DataTable GetSomeData()
Newbie Question...Error Produced while Loading XML from DataSet19 Apr 2005 01:47 GMT7
I have a web project produced in asp.net, vb.net and it uses a SQL
Server 2000 database. I am trying to load an xml document from data
passed in from the database in the form of a database. Below is the
code I am using and it is followed by the error message I am
Updating DataSet/DataTable18 Apr 2005 21:55 GMT6
I've brought in data to an ASPX page to a datagrid via ADO.Net before, but
what I need to do now is to bring in data from a stored procedure (actually
two procedures, and two result sets) and update the DataSet or DataTable.
Can I do this and bind the updated results to a datagrid? ...
Date format in texbox18 Apr 2005 18:54 GMT2
how i can change a date format binded to textbox?
i have '2005-01-01 00:00:00' and i wont have only '2005-01-01'
what i must do?
Excel.exe ALive with OldDBconnection  when Spreadsheet Already Ope18 Apr 2005 18:23 GMT3
I am using an oldDBconnection to do a sql insert and update to a spreadsheet.
If the Speadsheet is open in excel when the .net program updates the
spreadsheet then excel.exe lingers in task manager.
Can anyone suggest what is the fix? Code works fine if spreadsheet is not
Database record filtering18 Apr 2005 17:35 GMT2
Hello, i need some help about Database record filtering in ASP.NET through
Dataset object, how can i do filtering by using DATASET object pls tell me.
Thanks.
BLOB fields and Microsoft Access18 Apr 2005 17:07 GMT16
I'm having a problem pulling out a Microsoft Excel Workbook from a Microsoft
Access database.  I know I have the database set up correct, because from
withinside of Access I can insert and retreive the files.  What is happening
is that when I try to to them out via my code, I get ...
Microsoft Data Access Application Block beginer help18 Apr 2005 17:02 GMT7
I have successfully downloaded the Enterprise Library and the data
access block (C#). I am able to compile and run the quickstart
application.
So I would like to try the DAB in a new project. But I was unable to
c# textboxes and update18 Apr 2005 13:45 GMT3
I have some textboxes in form. They are binded to dataset. When i
execute the method dataadapter.Update(dataSet,"books");
the text from textbox doesn update records in database;
what i must do to this work property
.net File Import18 Apr 2005 13:26 GMT6
I am using visual studio with .Net and I am trying to import a text file into
a table
I have a date in this file ie
01012002
DataTable Problem18 Apr 2005 12:50 GMT2
I want to read 213256 Rows into my DataTable out form a Oracle Database. For 213199 Rows it?s very fast, but for the 213200th Dataset it needs up to 2 Minutes.
Could it by my RAM!?
User submitted from AEWNET (http://www.aewnet.com/)
resetting connection to SqlServer18 Apr 2005 09:31 GMT4
Is there anyway to reset a connection to SqlServer, it seems as though the
connection remains on the workstation until it is rebooted.
adding a new datarow and updating problem18 Apr 2005 08:19 GMT2
I am adding a datarow with the following straightforward code to an access
database:
dsClient.tbClientenRow drClient;
drClient = (dsClient.tbClientenRow) this.dsClient1.tbClienten.NewRow();
Sort bug in DataTable.Select with Windows 2003 SP 118 Apr 2005 07:25 GMT2
Win2k3 SP1 was recently applied to some of our unit testing machines and we
noticed some tests were failing, apparently due to sort order.
We believe there is a bug in DataTable.Select(string Filter, string Sort)
when the filter contains two subfilters joined with "AND". Our code ...
Finding row number in DataTable18 Apr 2005 06:38 GMT8
I have a DataTable. I want to find the row number (not return the row,
just find its index in the DataTable) based on a set of values for one
or more columns in the DataTable. All I have seen are the Select and
DataView functions but they return the row not the original index in
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 March, 2005
 
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.