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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|