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
Connection Setting with SqlConnection10 Jun 2004 20:35 GMT1
.Net Framework 1.1 and SQL Server 2000 SP3a
I use the SqlConnection, SqlCommand, SqlDataAdapter,
Dataset to connect to a SQL Server and Call there a
Stored Procedure that produce a Resultset that i catch
Dataset10 Jun 2004 20:32 GMT1
I've got a dataset with one table table[0]
This table has 3 different rows.
I've created 3 different datatable objects and I would like each table to contain the content of each row from the dataset
How can I do that?
OleDbConnection.GetOleDbSchemaTable fails with period in the database name10 Jun 2004 19:47 GMT5
None of the schema filters such as OleDbSchemaGuid.Tables work when a
database has a period "." in its name, such as "Test 7.7".  Is this
expected? It doesn't seem like this should fail since OleDb is a
generic mechanism and who knows what a DMBS will allow for a database
Fast Update 10,000 Access records10 Jun 2004 19:24 GMT9
I am new to ADO and I want to know in which way can I
update Access dataset (about 10,000 records a time, and
the new values are coming from an Excel .csv file) with
best efficentcy? Which way is better, SQL or DataAdapter's
Urgent problem: Any help greatly appreciated10 Jun 2004 19:19 GMT3
I'm having a problem that I don't know how to sort.
I am trying to execute a number of SQL stored procedures in a single
transaction. However it always throughs an exception saying that the "Thread
was being aborted"
Optimistic Concurrency Help10 Jun 2004 19:04 GMT3
I am trying to design optimistic concurrency in my application.  The
application connects to a MS SQL server and is 3 to 5 user concurrent
application.  The application works with one record at a time (ranges from 8
to 12 tables) and if the update fails everything is rolledback via ...
Swap two rows in a table.10 Jun 2004 18:39 GMT1
I'm trying to wrap my head around this and it's hurting hard.
I need to swap 2 rows in a table.
This is basically a list system, where a user can click an up arrow, and the
current record gets -1 in priority.
Keep alive tables in DataSet10 Jun 2004 18:11 GMT3
This question isn't so much about code as it is about development process.
I'm focused on improving the performance of an app I've developed over the
last several months. One area that has troubled me is how long to maintain a
FILLed dataset across classes and even within classes.
Adding to a Datatable. Error: Index was outside the bounds of the array10 Jun 2004 17:55 GMT2
I keep getting this error:
A first chance exception of type 'System.IndexOutOfRangeException' occurred
in system.windows.forms.dll
        Additional information: Index was outside the bounds of the array.
Uniqueidentifier10 Jun 2004 16:42 GMT4
Is there another method besides using a uniqueidentifier column and
(newid()) default value to create a "transactionid" for entries into a
table? Is there a method with VB code to create a transactionid unique to a
table, possibly with formatting (such as 0000000001, and so on)?
Tool to create schema for typed DataSet?10 Jun 2004 15:43 GMT6
I want to create a Strongly Typed DataSet for a table with a LOT of columns.
Now I could write the XML Schema file by hand (to then give to xsd.exe to
generate the C#), but before I do that, is there any tool/utility I can use
to scrape the table schema out of the database and ...
Oracle scheme10 Jun 2004 15:42 GMT4
I was developing a web application using SQL Server. Suddenly, my
customer decided to use Oracle 8.1.6 as the database. The DBA is
deciding if the application will access a new database or a scheme and
I wiil have to migrate my SqlHelper class to an OracleHelper class.
Newbie Question: DataView from Two DataTables10 Jun 2004 15:28 GMT4
I have a DataSet with two DataTables.
Table 1 contains group data:                  Table 2 contains part data:
           CT                                                        CT
           EG                                                        CT05
Performance issues reading large XML files into a DataSet10 Jun 2004 15:13 GMT4
Good Morning to all,
I have a bunch of XML files that need to be readed inside the same DataSet
(each XML represent a single table).
In the event of a large (some megabytes) file, what is the best practice to
Reproducable OleDb bug10 Jun 2004 14:58 GMT1
Calling OleDbConnection.GetOleDbSchemaTable on a SQL Database that has
a period in it's name fails:  How to duplicate, create a database
called "test 7.7" and try this code.
try
 
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.