all groups > dotnet ado.net > november 2004 > threads for sunday november 28
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
.NET/Oracle8i - Inserting Null.
Posted by RajSB at 11/28/2004 10:01:05 PM
I have a numeric column in Oracle which is populated using a .NET Datagrid.
The problem is whenever i try to fill it with empty value when the user
clears the value that is filled already, I get an error. Iam pasting chunks
of code :
Private Sub DataGrid1_UpdateCommand(ByVal source As Obj... more >>
Trip to Disney
Posted by mickey NO[at]SPAM travelexpert2004.biz(mickey) at 11/28/2004 7:17:23 PM
GET YOUR TRIP
TRIPS TO DESNEY
TRIPS TO HAWAII
http://travelexpert2004.us
http://travelexpert2004.biz
http://gotraveling85.us
... more >>
OleDB and Excel...
Posted by fahad at 11/28/2004 1:03:06 PM
Hi...
I am trying to save data into an excel sheet. The application is working
fine here on my local machine (FAT 32). But when I try to run the same
application on server (I think NTFS), following error is generated.
What you say? Permission problem or Rights issue?
Please help !!.. .I... more >>
(.NET 2.0) Adding your own DataProvider to the DbProviderFactory model.
Posted by Sahil Malik at 11/28/2004 4:12:18 AM
I'm sorry for my incessant questions but I am architecting a Sql Server
2005/ADO.NET 2.0 project, and I just wanna be double sure of any
architecture decisions I make.
I found the following very interesting code in
DbProviderFactories.Initialize() --
DbProviderFactories._configTable =
... more >>
Load table
Posted by SqlJunkies User at 11/28/2004 1:42:15 AM
Hi,
I should be able to use the following code to load data from a datatable via ado.net into sql server. I want to keep the code generic so I can run it against any table. The error I get relates to primary key not being set. But I know it is because when the row is first inserted I get error ms... more >>
|