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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Error sql parameter SqlDbType.Float won't accept null value, AND/OR variable as DOUBLE won't accept null value from TextBox07 Oct 2004 18:47 GMT4
I'm using a grid and when a user edits the grid, if they leave a field
null I get a system.formatException error (string not in correct
format).
The stored procedure allows nulls for this float field.
Update using DataSet & Stored Proc.07 Oct 2004 16:11 GMT5
Can I pass a DataSet to a Stored Procedure (in Sql Server 2000)?
If yes, Do I just specify the parameters and let the SqlDataAdapter handle
passing the rows of data from the DataSet into the Stored Procedure?
Have you a good reference I can go to?
Inner loop on datacolumns duplicates results - newbie .net question07 Oct 2004 15:23 GMT1
I am trying to loop throught the results of my query, my table has columns
that have colours and sizes with each colour have many sizes. Currently the
loop is just duplicating the colour size values for each colour. So for
instance if the colour has 2 of a particluar size the code ...
HELP! Datasets and control synchronization07 Oct 2004 13:55 GMT5
I have been trying to populate 2 or more controls from two *different*
(related) tables for the last week without success.
My latest try is: 2 simple SELECT statements in 2 adapters that populate the
*same* dataset and then i define a relation among the two tables.
datatable.columnchange event07 Oct 2004 13:53 GMT5
Hi Gurus,
I have implemented a ColumnChange event handler for my Datatable. When one
of the column is modified by the user, in the columnchange event handler, I
am setting values for other columns of the same row of the same datatable.
Multiple connections to fetch hierarchy from database07 Oct 2004 04:04 GMT8
I have a common Customer-Orders-OrderRows-Products hierarchy in my database.
Let's say I'd like to fetch a customer and all it's orders, rows and
products. Today we have methods on different DataAccessLogicComponents to
retrieve the data i.e:
Create Database Problem07 Oct 2004 01:46 GMT2
I hope this is the right newsgroup.  I have written a program for a database
install.  I have a file that contains the T-SQL code to create the database
(I generated the file from SQL2000 Enterprise manager).  In the program I
break the file up based on the GO statments within ...
Newbie: Stored Procedures and Or Datasets ?07 Oct 2004 01:03 GMT14
I would like some clarification on how I can use Datasets and ADO.NET
with Stored Procedures.  I have read various multi tier architecture
discussions on performing Object/ RDMS maintenance, and there seems to
be a concensous that Stored Procedures are the most effective means to
Index DataColumns In Advance?06 Oct 2004 23:08 GMT2
Dealing with large DataTables in a DataSet.  I want to setup indexes
on certain DataColumns in DataTables before I do any
selection/finding/filtering to speed things up.  How can I do that?
Thanks.
BeginEdit and EndEdit question06 Oct 2004 20:21 GMT1
I am having a data disappearance problem.  On an edit routine, I have one
row of data being pulled into the dataset that is then displayed on a form.
The fields are bound to their respective controls.  At the time that the SQL
query is run and that one data row is displayed, I am ...
DataSet (DataColumn) datatype WRONG!06 Oct 2004 20:06 GMT1
I have a typed dataset with a column GROSSWEIGHT defined as an INT in my
MySQL database. My strongly typed autogenerated DataSet defines the
GROSSWEIGHT column as datatype "long".
               <xs:element name="GROSSWEIGHT" type="xs:long" minOccurs="0"
Select or Filtering on a related group06 Oct 2004 17:39 GMT4
I'm new to ADO.NET, and so far I am not too impressed.
After plowing through the pages and pages of fancy disconnected
relational blah blah, I find myself wanting to do something so simple
- that you wouldn't think twice about it in SQL.  But in ADO.NET it
How to create DSN using asp.net?06 Oct 2004 17:17 GMT4
Can anybody tell me, how to create DSN dynamically using ASP.NET
Thanks
Shibu
changing connection properties after opening when pooling is enabled06 Oct 2004 15:35 GMT1
I've been working from the assumption that all connections within a
pool should behave the same, but I'm wondering how that is possible if
some properties of the connection can be set from both the connection
string and from a property.  For an example with minor effect, let's
ado.net datatype typeOf issue06 Oct 2004 14:53 GMT3
If I have a dataset and ask:
If TypeOf ds.Tables(0).Columns(i).DataType Is System.String Then
 this returns FALSE
Typing
 
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.