Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet ado.net > october 2003 > threads for friday october 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

What is the Internal Format of DataSet/DataReader?
Posted by MrBug at 10/17/2003 5:52:27 PM
Hi All, I am new in .net world. few of my friend told me that internal data format of DataSet/DataReader is XML only not the Binary format is that true ? Thanks Mr.Bug ...more >>


stored procedure + dataset
Posted by Alejandro Becker at 10/17/2003 3:33:33 PM
Hi. I want to execute a stored procedure. I am using sql server 2000 and vb.net. I need to retrieve the data in a dataset, not in a DataReader. how can I do? Thanks. ...more >>

Storing Data from richtextbox
Posted by Jim at 10/17/2003 2:47:21 PM
I'm inserting the value of richTextBox.RTF into a new row in a DataSet. The update works with no problem but it's only storing a fraction of the RTF value. The SQL2k datatype is set to varchar and MaxValue of 8000. But it's not even storing more than 500 characters if a 1000 character variable...more >>

Greatly different executing times for EXACT same query
Posted by Chris Aitchison at 10/17/2003 2:16:05 PM
Hello, I have two tables that I am needed to generate reports from, one has 10 million rows+ and the other has less than 200,000. These number of rows will be increasing fairly steadily over time. I have some queries that do counts and group bys along with some sums on these two tables and...more >>

How to Save any .NET Object in an SQL Server Image Field
Posted by Javier Álvarez at 10/17/2003 2:00:31 PM
Hi to all, I want to save any object in an SQL Server Image field. Currently I'm trying to save an retrieve a DataRow object in an Image SQL Server field. Can anyone help me? Thanks to all. Javier Álvarez. Madrid. SPAIN. ...more >>

Invalid Lob Locator from Stored Procedure
Posted by s_leahy NO[at]SPAM yahoo.com at 10/17/2003 1:46:46 PM
I am trying to return a clob from a stored procedure. Specfically, I am trying to call Oracle Intermedia's CTX_DOC.MARKUP procedure. I get the error "ORA-20000: interMedia Text error: ORA-22275: invalid LOB locator specified." I have not much luck finding helpful information from OracleClien...more >>

This should be simple
Posted by Karl at 10/17/2003 1:15:06 PM
Hi All I have followed the MSDN example for setting up a master/child windows form, using textboxes and a datagrid. The textboxes display values from a single record (the master) and the datagrid shows the related records. For calrity I'm using two dataadpaters one dataset and I have a relat...more >>

concurrency maanger deatils
Posted by John at 10/17/2003 1:08:50 PM
Hi I am trying to fix a concurrency related problem. Could someone please tell me what happens when the addnew() method of a concurrent manager is called? Thanks Regards ...more >>



Re:Which method is best for insert/update data to sql
Posted by Mok at 10/17/2003 11:35:03 AM
Hi: I'm new in ado.net. I saw quite number of method used to insert/update record to sql server. Which one is the best for my senerio. I only insert/update data (properly single row only) to sql only without returning any value. It will run as window service or webservice. 1. Using Data...more >>

IsolationLevel
Posted by See Lim at 10/17/2003 10:15:23 AM
Hi, I'm using ReadUncommited level so that others can do a dirty read. But it seems not to be working. What am I doing wrong here. Below is my test code:- Thanks. SqlConnection myConnection = new SqlConnection("Initial Catalog=TEST;UID=sa;PWD=;Data Source=TEST;Connection Timeout=50;Connecti...more >>

Inserting records into database from a dataset (asynchronous)...
Posted by Gary at 10/17/2003 9:30:53 AM
Hi all, I am trying to upload file (>500 MB in size) from my webform. Bandwidth is not a issue as the asp.net application would be used in the Intranet environment. Can someone plz suggest any asynchronus way of inserting records into database from a dataset ? Also, is there any ansync...more >>

Connection timeout in Debug but not Release
Posted by Paul Hatcher at 10/17/2003 1:49:06 AM
I have one application at the moment that's behaving oddly. When I run it in debug mode after a few SQL statements have been issued, I get an "Illegal operation exception in System.Data" with a further note that it's likely to be the connection pool being full. A few points... 1. If I ...more >>

How to initialise data bound fields for entry of a new record
Posted by Joshua Ellul at 10/17/2003 1:46:22 AM
Hi There, Could someone tell me how I could initialise my dataset for entry of a new record, so that the data bound text boxes would be cleared? Josh ...more >>

Changing a text boxes value (from code) of a data bound text box does not work
Posted by Joshua Ellul at 10/17/2003 1:16:03 AM
Hi There, I've created a form with several databound textboxes. One of the textbox's text is filled in programatically (through code). The problem is that if i change the value of this text box say txt1 and then tab through the other textboxes, the original value of txt1 will appear in txt1 ...more >>


DevelopmentNow Blog