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 > august 2003 > threads for friday august 29

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

Urgent Help Needed !! FTP Files from Webserver to Client PC
Posted by EJChew at 8/29/2003 8:44:49 PM
Hello, I need to download files from the web server to the PCs without the "Save As" Dialog Box using ASP.NET . Pls advise if there are any components available for any help is appreciated. Thank You EJ ...more >>

ANN: September 2, "ADO.NET with Visual Basic .NET"" chat
Posted by Jason Cooke [MSFT] at 8/29/2003 3:59:40 PM
Every application uses data. Come and ask members of the Visual Studio and SQL teams about the best approaches for working with data in your applications. Date: September 2, 2003 Time: 1:00 - 2:00 P.M. Pacific time 4:00 - 5:00 P.M. Eastern time 20:00 - 21:00 GMT 21:00 - 22:00 BST (For ...more >>

Oracle CLOB parameter limit?
Posted by Andrew at 8/29/2003 3:51:33 PM
Hey all, I'm getting the following error when calling an Oracle9i proc from a .net 1.1 app, passing a clob parameter that is larger than ~32,000 characters: ORA-01460: unimplemented or unreasonable conversion requested. Is there a parameter size restriction for oracle procs? How do I pass ...more >>

file download - using response.writefile()
Posted by EJChew at 8/29/2003 3:26:30 PM
Hi, I have ASP.NET page that would like to download a list (many) pdf files. I intend to down the file into the browser C:\ root drive without prompting the user to "SAVE AS" dialog box. Would appreciate some help on this (maybe a code snipnet). Thanks EJ Chew ...more >>

DataRowChangeEventHandler Issue
Posted by Jeff Hagins at 8/29/2003 12:55:30 PM
I have written a DataRowChangeEventHandler to act as a "security" filter based on the current users "role". The event handler needs to be able to reject/cancel Inserts to the ADO.NET DataTable (these inserts are the results of a Select against the dataSource using the Fill method on a SqlD...more >>

ADO.NET in C# - statement problem, please help?
Posted by jez at 8/29/2003 8:57:50 AM
I've been stuck with this stupid problem for the past two days.. I give up now, please help me? Here's the code : OleDbCommand updatedb = conn.CreateCommand(); updatedb.CommandText = "INSERT INTO maintable (name, number) VALUES ('John Smith', '01215489746')"; updatedb.ExecuteNonQuery(); ...more >>

Change Winform Query Question
Posted by Woody Splawn at 8/29/2003 8:27:54 AM
I had an experience this morning that I don't quite understand with VS 2003. I have a Winform with the underlying data coming from three different tables. This data for the Winform is obtained by use of a dataset. The form has tabs. Data in the Contracts table goes to the Contracts tab, data ...more >>

Lhotka's VB.Net Business Objects
Posted by busy NO[at]SPAM sulfurmines.com at 8/29/2003 7:29:31 AM
Has anyone tried implementing Rockford Lhotka's CSLA framework from his book Expert One on One Visual Basic .Net Business Objects? The reason I pose this question here is 2-fold. 1. He basically does away with most of ADO.net, other than the DataReader to read a row in order to stuff the ...more >>



How do I insert into an Excel spreadsheet?
Posted by rsine at 8/29/2003 7:01:00 AM
I am using Excel as a small database to store settings of a comm program I am writing. While I can read from excel fine, I am stuck on how to write any changes back to the database. I have been trying to use an INSERT INTO but I get the following error: Operation must use an updateable query ...more >>

MS Oracle ADO.NET provider bug 2?
Posted by Simon Tobias at 8/29/2003 2:46:49 AM
The following code returns an InvalidOperationException syntax error when stepping over the da.FillSchema statement : Syntax Error: Expecting ',' or 'FROM' after column alias or '*'. The same code works fine using either the MS OleDb data provider or Oracle's native provider. If I add ...more >>

[Q] Reading BOOLEAN return value from Oracle function
Posted by João Pedro Martins at 8/29/2003 1:39:04 AM
Hello, Can anyone tell me how to retrieve a boolean return value from an Oracle Function, using MS .Net Framework Data Provider for Oracle? In the documentation there's a "Mapping Data Types" table that shows which Oracle data types correspond to which .Net types (OracleType.xxx), but Bool...more >>

DataRepeater for windows forms
Posted by Filip De Backer at 8/29/2003 12:24:21 AM
Hi, I've sen that VB6 has a datarepeater and that ASP.NET has something like that. But is there something like that for windows forms, or has someone something like that? Thanks Filip...more >>


DevelopmentNow Blog