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 > november 2004 > threads for monday november 15

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

508 Compliancy Tools for ASP.NET
Posted by VBDotNETCoder at 11/15/2004 6:56:03 PM
Does any one know of any 508 Compliancy Tools for ASP.NET to help automate the process before deployment. ...more >>

DataColumn.Expression Property - operator "Between"
Posted by raypolee NO[at]SPAM hotmail.com at 11/15/2004 5:06:19 PM
Is "Between" a valid operator in the DataColumn.Expression? I tried to use and it throw an error. Ray...more >>

AutoIncrement not incrementing
Posted by moondaddy at 11/15/2004 3:09:49 PM
I have a dataset with about 12 tables in it. I'm using this to support a little demo app I'm building for proof of concept for a potential client and there's no backend database involved. When I add record to a to the dataset table all goes well except the autoincrement field stays at zero. ...more >>

nullable columns
Posted by Haz at 11/15/2004 2:39:15 PM
Hello, how do you get the table definition of any Relational Database by using the OLEDB client. (it is either SQL Server or Oracle, but I would expect this to work with any Relational Database supporting SQL92 standards and using the OLEDB client.) ? I need to figure out if a field is a requ...more >>

little problem replacing commandbuilder
Posted by Ken at 11/15/2004 2:29:09 PM
I´m filling a typed Dataset in order to update a SqlServer DB I created the DataAdapter and I used the CommandBuilder to generate the INSERT Statement, Good!! Now I don't want to use the CommandBuilder anymore (performance) but when I setup the dataAdapter.InsertCommand property (with bot...more >>

DataRowView
Posted by Alfred Salton at 11/15/2004 2:02:17 PM
I have a dataTable(s) that I wish to locate a specific row in, then update a column value within that row. I have created a dataView and applied a rowFilter to the dataView, but am unclear on how I access specific rows, and dataColumns within the row. I believe that a dataRowView is the ans...more >>

deleting related records
Posted by Konrad at 11/15/2004 1:30:20 PM
Hi I have strongly typed data set. I want to delete record in one table. It has related tables (it is parent table). How to load all related records from child tables and delete them (and also discover and delete they children records) to have possibility to delete parent record. Thanks ...more >>

Problem with Access-MemoField that contains Data > 255 characters
Posted by Oliver Krüger at 11/15/2004 1:27:52 PM
Hi there! When the Memo field of a Access Database is over 255 characters, OleDbDataAdapter doesn't fill well my DataTable (only the first 255 characters). I tried with OleDbDataReader, GetChars and filling a StringBuilder, and it seems it only has 255 characters; it doesn't reach the rest. ...more >>



Newbie Question
Posted by M. Broschk at 11/15/2004 12:14:05 PM
I need help: I want to add a new row to an Access Table "Table1" with its default values, but it doesn't work at all. Here is the code: Dim Adapter As OleDb.OleDbDataAdapter Dim Dataset As New Data.DataSet Dim DataTable As New Data.DataTable Dim DataRow As System.Data.DataRow Adapter...more >>

Create a Share
Posted by Richard at 11/15/2004 9:28:24 AM
I have an existing folder. I want to share it so that other user can access this folder. How can I create it from VB.NET Thanks, Richard ...more >>

Generic OLEDBConnection
Posted by nicolas.hilaire NO[at]SPAM motorola.com at 11/15/2004 8:35:28 AM
Hi all, i need to make a connection to a database, but i can't know in advance what kind of database it will be. That can be an oracle database, access database, sql server database, and so on ... My user will create an ODBC DSN and will set it's name in my application. Then i will have ...more >>

Issue with Managed Oracle Provider in .NET
Posted by kriv.john NO[at]SPAM gmail.com at 11/15/2004 8:19:58 AM
Can any one clarify this issue with Managed Oracle Provider in .NET ? I am trying to run a very simple SQL query using the ExecuteScalar() method of the command object. I get an error stating: ORA-00911: invalid character --------------------Code------------------------ public Object fetchS...more >>


DevelopmentNow Blog