Home All Groups Group Topic Archive Search About

ADO.NET

microsoft.public.dotnet.framework.adonet
Score Re: ANN: Good Resource
Martin Aupperle - 25 Mar 2006 3:03 PM - 1 message
On 25 Mar 2006 04:31:10 -0800, simonkatic***@gmail.com wrote: Are U kidding? No comment! ...
Score ADO Update Code Re use
Vayse - 24 Mar 2006 11:37 PM - 7 messages
I don't know about you, but I'm use similiar code again and again to update my Datatables. So I just thought of something - shouldn't I just put all the update code in one place? I don't have access to VS2005 on this PC, but I was thinking of something ...
Score How to kill all connections
ad - 24 Mar 2006 10:08 PM - 4 messages
I want to move the database files to another by program, but if the connection is open, I can't do that? Can I kill all connections of a databse by program? ...
Score How do I deistinguis between a user and a group/role
AdrianDams - 24 Mar 2006 5:22 PM - 2 messages
I have an application in which I would like to add user accounts into an object. The user gets to type in the user they want added. I only want to do this for user accounts and not roles/groups. I am looking in ...
Score Re: What's the diff. between DataSet and DataTable and other Basic Q's
Aziz - 24 Mar 2006 9:55 AM - 2 messages
I think I've found the DataSet designer. Is it the XSD Schema after you've created DataAdapterss and Generated a Dataset? So is it just a case of using the Data control wizards to create DataAdapters out of all my tables, assigning them to a DataSet and then ...
Score Attempted to read or write protected memory
brian.mills - 24 Mar 2006 8:12 AM - 3 messages
I'm trying to read data using a command object within .net 2.0. most of our developer machines are working fine. However one developer machine, and the dev server are coming up with the following exception when i try and connect ...
Score OleDbParameter.Direction giving problem
tbj - 24 Mar 2006 8:01 AM - 2 messages
Hi all, I am using visual basic.net (2003) with sql server 2000 as back end. For all my data access I am using stored procedures. I have a stored procedure to add/update a record. This stored procedure (sp hence forth) has various ...
Score ODBC - Error
vsr - 24 Mar 2006 12:29 AM - 10 messages
I am getting the followign error when using ODBC from ADO.NET..... System.Data.Odbc.OdbcException: ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQL Server]Procedure 'StoredProcedure' expects parameter '@Parameter', which was not supplied. I installed latest MDAC , still i am getting error... ...
Score The UserInstance problem
ad - 23 Mar 2006 9:48 PM - 1 message
There is an article : [link] It introduce the UserInstance There are some problems after I read this article, but I can't find solution: ...
Score A datagrid ComboBoxes
Robe - 23 Mar 2006 5:46 PM - 3 messages
Hi, I have a datagrid with a combobox that contain the states of USA. And at his right side there is another combobox with all the county of every state. Of course both data (states and conties are stores in two tables respectively). ...
Score Oracle Table Adapter Querry Wizard Error
Ryan M. Hager - 23 Mar 2006 2:51 PM - 9 messages
I am trying to generate a new DataTable in Visual Studio 2005 using the .Net provided Oracle Client. Here is the querry I am trying to use: SELECT     A.OWNER, A.CONSTRAINT_NAME, A.CONSTRAINT_TYPE, A.TABLE_NAME, ...
Score is it considered good practice to extend dataset?
Elhanan - 23 Mar 2006 11:25 AM - 1 message
hi.. i'm considerong to use typed datasets, and then extend it using partial class, but in the row/coloumn changing events i'll throw excecptions and not set dataErrors, becouse the entire application works behind the scenes, is that a good thing? ...
Score Cookies and the HTTPcookiecollection
Bantha - 23 Mar 2006 10:26 AM - 1 message
HI Im a bit of a noob to this whole dot net thing, and am looking for some help. I understand cookie and that need for them when developing in asp.net but im have hassles using them. I need to know how to write a cookie, and how to read i back to the ...
Score Help on retrieveing query result time ???
serge calderara - 23 Mar 2006 9:46 AM - 2 messages
Dear all, I have build an ASP.net application which calls different store procedure. When my customer request datga from store procedure, I would like to display on the page, the time it takes to return data. How to do that ? ...
Score What's the diff. between DataSet and DataTable and other Basic Q's
Burning_Ranger - 23 Mar 2006 9:37 AM - 2 messages
I have a database with several tables all linked together using relationships, I am trying to build a system in VB .NET utilising this database. I have some Q's: 1. I've followed some ADO.NET tutorials and they all use databases with ...
Score UpdateBatchSize and SqlTransaction
sahon - 23 Mar 2006 7:20 AM - 13 messages
Hello. I tried to use new UpdateBatchSize of SqlDataAdapter with SqlTransaction, unfortunately every time I have exception during Update of SqlDataAdapter: System.InvalidOperationException: ExecuteNonQuery requires the command to have a transaction when the connection assigned to the command is in a ...
Score SqlCommand.Cancel for Async Requests
gilly3 - 22 Mar 2006 10:40 PM - 2 messages
I have an ASP.NET web Application that uses AJAX Asynchronously to do some data evaluation.  One process involves a very slow stored procedure call.  I give the user a cancel button to stop the AJAX request using ...
Score SqlHelper not available for me / C# + Enterprise Library
nycmetro - 22 Mar 2006 10:14 PM - 3 messages
Hi, I've been struggling very hard to understand why despite recompiling and adding references to the Enterprise Library Data Access Application block, I'm unable to use SqlHelper. I get the missing assembly reference error. (The type or namespace name 'SqlHelper' could not be found (are you ...
Score Find Equivalent
vul - 22 Mar 2006 9:02 PM - 15 messages
In ADO in order to set the pointer to the particular position in a recordset I use Find method. Something like: RS.MoveFirst RS.Find "CustomerID = " & lngCustomerID Now I'm using DataTable containing Rows. I'd like to come to the row where ...
Score 2 tables in one DataGrid
mwinne1 - 22 Mar 2006 9:02 PM - 4 messages
Hello! I'm looking for an easy way to take 2 tables with different, but similar, structures and combining them into one DataGrid, with a hyperlink on each record to send you to a page depending on what table it's from. ...
Score Using 'like' in TableAdapter SQL statement with parameter
cliffeh - 22 Mar 2006 8:21 PM - 3 messages
I am trying to create a query in a TableAdapter that looks like this: SELECT partnumber,description FROM parts WHERE description LIKE '%' + ? + '%' The idea is that the query will find any parts that contain the description fragment passed in as a parameter. I'm not sure how to go about the " LIKE ...
Score TableAdapter Configure Wizard Stored Procs vs Database Schema
Patrick Cournoyer - 22 Mar 2006 6:23 PM - 2 messages
The TableAdapter Configure Wizard creates new stored procedures under the connection Username schema. This is undesirable when using database Schema to organize the database objects. This seems to be a missed feature with respect to the user-schema separation in SQL 2005. ...
Score How to return data like MSFT SQL Server Management Studio
Carlos Cruz - 22 Mar 2006 4:35 PM - 3 messages
Hi, Is there a way of getting the result of a query like SQL Server Management Studio ? Row by row with the possibility to stop the query? Thanks in advance CC ...
Score DataView not working
wesbird - 22 Mar 2006 4:00 PM - 2 messages
Hi,   My DataView does not work, it return all the record in the dataset.   here is my code:   string rowFilterDept = "DEPT_NAME = '" + strDept + "'";   DataView dvDept = new DataView( dtDept, rowFilterDept, "DEPT_NAME", DataViewRowState.CurrentRows );   I check the data in dataset is fine, strDept is the right value without ...
Score DTS in code or sp
Mike - 22 Mar 2006 3:59 PM - 2 messages
Is it better to execute a DTS package in .NET or in a stored procedure? ...
Score ADOMD.NET
Peter - 22 Mar 2006 3:35 PM - 2 messages
I have two questions as below: 1. Does ADO.NET api include ADOMD.net? 2. What is the latest  number of ADOMD.net? Thanks. Peter 03/22/2006 ...
Score olddbdataadapter updatecommand parameter
ramsey - 22 Mar 2006 3:15 PM - 3 messages
I've got my DataSet built (and broken the connection), I've updated it (changes only), and now I'm ready to send back the changes.  Here's what I tried: private void UpdateDatabase() { OleDbCommand _update = new OleDbCommand( "UPDATE tblDocuments SET InspDate=?, ChildDOB=?, ChildBlSampDate=? WHERE ...
Score Transactions under ADO.NET 1.1
Simon Hart - 22 Mar 2006 2:41 PM - 2 messages
Hi, I have a relatively simple question. I am doing a batch process which consits of reading a table then maybe writing and updating etc. The whole process works like this: Open SqlConnection Create a SqlTransaction object and call BeginTransaction on the ...
Score How to INSERT a semi-long TEXT values into MSSQL 8.00.2039 ?
martin - 22 Mar 2006 11:45 AM - 1 message
Hi, I have a table with columns of datatypes datetime, varchar, text, text, text, text. The text columns will contain XML documents, there is no primary key in the table but they varchar column contains foreign keys. If I insert trivial text values like "hello" everything works fine but when ...
Score Problem linking to specific Access Table
Burning_Ranger - 22 Mar 2006 10:51 AM - 3 messages
I am having problems linking to the Order table (in my database). I get an unhandled exception error in system.data.dll. The IDE points to: daOrder.Fill(dtOrder) as the problem My code: Public Class fclsNewOrder     Inherits System.Windows.Forms.Form ...
Score Bound textbox and comboboxes question
Dave - 22 Mar 2006 10:33 AM - 5 messages
Hello all,             I have an SQL Server express 2005 database and a VB .net 2003 Win form  application that accesses the database, I have created 3 datatables and have bound multiple textboxes to one datatable and have two ...
Score Oracle stored procedure with table as input parameter?
david_r - 22 Mar 2006 9:19 AM - 2 messages
I'm using Oracle 10g stored procedures together with Microsoft's .Net 2.0 data provider for Oracle. One of my functions collects data from a Windows form and passes it down to the C# data access layer as a table in a (typed) dataset. ...
Score Datatables Compute Count(xxxx) with filters using Guid datatype error
kristoffer - 22 Mar 2006 7:33 AM - 1 message
I have done some testing on the DataTable.Compute method in C# 2.0 where i am using the filter parameter on a column of datatype System.Guid, this seems to do some fun stuff like NOT WORKING!!!! Please try the console app code below and tell me if i am wrong or ...
Score Does creating a Static SQL interface class make sense
Buddy Ackerman - 22 Mar 2006 4:53 AM - 13 messages
Wouldn't creating a static class for a SQL database interface cause all data access to be serialized causing a bottleneck in the application? --Buddy ...
Score DataView RowFilter and Sort properties
Mark - 22 Mar 2006 2:52 AM - 8 messages
These are definitely cool, but I was dismayed to learn that RowFilter does not fully support the LIKE operator; only these forms are supported:    '%chars'    'chars%'    '%chars%' (pattern starting and/or ending with the multi-character wildcard) ...
Score from DataReader to double[] array (asp.net20 c#)
Web learner - 22 Mar 2006 12:03 AM - 3 messages
At line unitsInStock.Add((double)dr.GetValue(1)); I get same error: Specified cast is not valid If you comment out above code line and also Response.Write(unitsInStock[0]); then the code works fine. That means it works for productName array. ...
Score Typed dataset and Enterprise library
Amit Saxena - 22 Mar 2006 12:02 AM - 2 messages
Hi, I have a requirement in which i need to insert or update into 8 tables simultanously. i need to do a lot of maipulation in the tables in entire session before persisting it to database This is the reason this i used ...
Score DbProviderFactory, Oracle and a ref cursor
Paul Lockwood - 21 Mar 2006 11:39 PM - 1 message
Amazingly few hours on Google has not resolved this seeming simple issue: Using the new ADO.Net 2.0 provider model we are trying to read data from an Oracle sproc which is similar to this: CREATE OR REPLACE PROCEDURE P_VISITORS_SELECT ...
Score ADO.NET 2.0 - Connection user interface...
sudha - 21 Mar 2006 10:42 PM - 3 messages
Hi, ADO.NET 2.0 exposes a way to get a list of available providers. This is great. However, I don't see any method to display the provider-specific connection user interface. Earlier technologies such as ODBC and OLEDB ...
Score ADO.NET 2.0 Metadata: How to get constraints information for a table?
sudha - 21 Mar 2006 10:39 PM - 2 messages
Hi, ADO.NET 2.0 Metadata APIs have a method called GetSchema() to get metadata information. Using it, I have been able to get columns information for a table. However, I cannot figure out how to get table relations information. I tried using GetSchema("constraints") but that ...
Score RowState Question
bkunneke - 21 Mar 2006 10:30 PM - 2 messages
I'm going nuts here trying to figure this out.  In a winform, I have a datagrid bound to a dataset.  I want to perform some database updates when the user edits certain fields of data.  Consider the following ...
Score CurrencyManager bug?
Jonathan Currie - 21 Mar 2006 10:13 PM - 2 messages
Not sure if anyone else has encountered this, but it cost me a few hours: I have a strongly typed dataset:  dsMedia The dataset contains a table: People I have some text boxes bound to the People table, so I want to create a ...
Score Getting Data from a DataSet
glenn - 21 Mar 2006 8:48 PM - 4 messages
Hello, I have a DataSet that was returned from a QueryMethod ( ). Using the following code, I drilled down to the column level but am unsure how to get at the data:                 Dim ds As System.Data.DataSet ...
Score sql question
Nikolay Petrov - 21 Mar 2006 8:15 PM - 4 messages
I have three really small tables, which gave me a lot of headache. They reside in a MS Access database and a I am accessing them through ADO.NET(VB). Can't figure out how to make a "Select" query on them. ...
Score DataSet Bulk Load Question
xenophon - 21 Mar 2006 8:12 PM - 2 messages
I have a DataSet with column schemata that matches a MSSQL 2000 table. I want to bulk insert all of the data (4000 rows) into the database without creating a SQL-Insert statement. The data is already validated and scrubbed, and speed is not all that important. Is there ...
Score Stored Procedure Recommendation Needed
Mike - 21 Mar 2006 7:54 PM - 5 messages
I need to send an entire datatable to SQL Server for processing. There isn't a lot of records (maybe 100 at the most) at any given time. What would be the best and simplest way to set this up? ...
Score MultiThreading against a Procedure
David Jessee - 21 Mar 2006 6:41 PM - 5 messages
Folks, I'm at the point where my cube has a dent on the side of it that is shaped like my head........can't figure this one out. I have a procedure that has ro be run for every month from 1/1/2001 to the ...
Score Local SQL Server Express Instance not showing up when getting datasource list
EvansJunk - 21 Mar 2006 6:29 PM - 4 messages
Hi I'm using System.Data.Sql.SqlDataSourceEnumerator in C#  to get the available servers. It doesn't seem to find any local servers but picks up 4 others on the local network. I have both SQL Server 2005 and ...
Score Slow server performance causes ASP page to Insert duplicate record
Ma-ke - 21 Mar 2006 5:55 PM - 3 messages
I am making an insert call from an ASP.NET page to a SQL Server database using an c# executereader call on a stored proc. When the server is very busy, a single postback event  (from a button click) ...
Score displaying table count in label
zoom14151 - 21 Mar 2006 5:52 PM - 2 messages
I have a project that I need to display the incident count from a table. I have the connection, command, adapter and dataset. The dataset has one column "2005" The connection is to a Oracle database. I can preview the data in the dataset but I can't figure out to display it in ...
Score The Profit Motive Meets Capital Punishment
W.G. Ryan - MVP - 21 Mar 2006 5:19 PM - 6 messages
With the increasing popularity of reality shows and more people that live vicariously through their TV's, I've been amazed that we haven't started Pay-Per-Viewing executions yet.  At some point I think it will happen. ...
Score UpdateCommand and InsertCommand for the same DataAdapter?
Rico - 21 Mar 2006 5:18 PM - 5 messages
Hello, Can you create both an UpdateCommand and an InsertCommand for the same DA? If so, what's the best way to do this and how do you call it? What I'm trying to do is add records if they don't exist and update them if they do. ...
Score Best way to work with ADO.net and MS Access
Eniac - 21 Mar 2006 4:12 PM - 7 messages
Hello, I'm working on a project using a MS Access 2002 database. I have to build an ASP.net site and a vb.net web service to act as the database tier to access the database. On my ASP.net page, I do basic database operations, nothing fancy : ...
Score multiline textbox extra characters
deja - 21 Mar 2006 3:20 PM - 1 message
i've got a multiline textbox into which I have put string data from my sqlserver database via a strongly typed dataset (i've tried varchar and nvarchar to see if there was any difference - there doesn't appear to ...
Score Comments on LLBLGen?
David Thielen - 21 Mar 2006 3:01 PM - 2 messages
Hi; Any comments on LLBLGen? I am looking at it more for it's common API for all vendors than it's ORM capabilities. And it does look pretty lightweight. Anyone here who has used it? comments? ...
Score Not triggering a change to rowstate - Maybe!!!!!
Hexman - 21 Mar 2006 12:51 PM - 6 messages
Hello all, I'm facing some issues with the update/insert process. I have a datatable (dt), use oledbcommandbuilder, datarow (dr), OledbAccess connection (cn), dataAdapter (adapter).  here's the logic I plan on using. (Ah, if it would only work!!!) ...
Score between two dates dataview filter
steven scaife - 21 Mar 2006 12:46 PM - 3 messages
Can you filter between two dates.  I am developing an application that displays the users calendar summary and they have the option of selecting between 3 days, 5 days and 30 days pulled from a database.  I am pulling the ...
Score DataSet DataType
Meelis Lilbok - 21 Mar 2006 12:13 PM - 2 messages
Hi Still cant resolve problem, how to get datatype and properties for field. If if fill DataSet from SQL Database how can i a) Get DataType for specified field b) Get Allow null (if i read AllowDBNull this returns always True) ...
Score Connecting with mysql in C# or vb.net
Alok yadav - 21 Mar 2006 11:20 AM - 2 messages
hi,   can ne one help me. i want to know how can i connect with the MySql database. if n e one having coding please show me so i can use it. ...
Score deployment problem
peeyush - 21 Mar 2006 11:07 AM - 1 message
I have designed an application which is extracting address from outlook contacts and saving it in SQL Server. Problem is that it is running fine witthin the environment and its not working when its deployed giving the warning that file or assembly name Interop.Outlook, or one of its dependencies, was ...
Score OleDbConnection raise E_Unexpected Error
Zeeshan Gulzar - 21 Mar 2006 7:13 AM - 1 message
When i connect my Access Database (2002 File Format) through my C# Application, some times i receive exception E_UnExpected Error 0x8000FFFF COM Exception. This exception occured 4-5 times in a day. This exception writes an event log shows the stack trace like this ...
Score ADO and ADO.net
Danieltbt05 - 21 Mar 2006 6:29 AM - 11 messages
Whats the differences of ADO and ADO.net ? Which one should i use if i need to design application that using SQL server ? Thanks Rgss Daniel ...
Score Convert CDAORecordset to what?
Jim Owen - 21 Mar 2006 5:40 AM - 3 messages
Hi, Years ago, I wrote a C++ application that used CDAORecordset.  I'm now faced with converting the application to .NET and need some help.  When I originally attempted to build the project, I received errors regarding CDAORecordset being deprecated. ...
Score Can someone please tell me...
David Thielen - 21 Mar 2006 5:08 AM - 24 messages
Hi; I am finding the following very frustrating and if someone could just tell me why - I think it would be less frustrating: 1) Why is setting parameters in ADO.NET vendor specific? JDBC has had this vendor neutral since version 1.0. ...
Score Microsoft Enterprise Library -do any ISP's allow using it?
Fred Exley - 21 Mar 2006 4:09 AM - 1 message
I wrote a nice little app that relies entirely on the EL, as an example of a better way to do data access.  Works fine locally, but when I uploaded it to my web, it bombed when I added any EL dll's to the /bin directory, with a ...
Score XmlElement and SqlXml
Roy - 21 Mar 2006 3:37 AM - 1 message
I have a XmlElement type for client code and an xml type in SQL Server database. How do I convert between XmlElement from/to SqlXml so that I can save/load from SQL Server database ...
Score Get primary key on insert
David Thielen - 21 Mar 2006 3:20 AM - 6 messages
Hi; When I do an insert, how do I get the primary key: Note: I am doing this with a DbCommand and doing an insert using ExecuteNonQuery. In other words, no DataTable, no DataAdapter, just basic direct access. Please answer for all supported databases. I figure this includes Sql ...
Score DataRelation on update child fields in DS before applying to the Database?
Rico - 20 Mar 2006 11:00 PM - 1 message
Hello, I have two tables in an Access database; one parent table with an autonum ID field, and a child table with the ParentID field. I'm using ADO.net to create a dataset with these two tables. I've added a datarelation and a foreignkeyconstraint. ...
Score Oracle Table Adapter Querry Wizard Error
Ryan M Hager - 20 Mar 2006 9:56 PM - 1 message
I am trying to generate a new DataTable in Visual Studio 2005 using the .Net provided Oracle Client.  Here is the querry I am trying to use: SELECT     A.OWNER, A.CONSTRAINT_NAME, A.CONSTRAINT_TYPE, A.TABLE_NAME, ...
Score Is user instance just support Sql2005 Express
ad - 20 Mar 2006 9:45 PM - 2 messages
It is amazing about the new AttachDBFilename, I am trying the posible of it. but I end up with  a problem. I am using  VS2005 to develop web application My SqlServer is Sql2005 Standard. When I use the AttachDBFilename in my ...
Score Help on data query
Nikolay Petrov - 20 Mar 2006 9:00 PM - 2 messages
I have three really small tables, which gave me a lot of headache. They reside in a MS Access database and a I am accessing them through ADO.NET(VB). Can't figure out how to make a "Select" query on them. ...
Score Parser Error on TableAdapter XSD
Tony Kylitis - 20 Mar 2006 8:51 PM - 1 message
Hello: I've just deployed my web application to a test web server.  I have an xsd file in my App_Code directory that results in a Parser Error.  Here's the error details: ********************************************************** Parser Error Description: An error occurred during the parsing of a resource required to ...
Score Create MDB From DataSet and ADOX?
xenophon - 20 Mar 2006 7:19 PM - 5 messages
I have a Framework 1.1 serialized DataSet with full schema annotation, DataSet only has a single DataTable. I would like to write this into an MDB, using ADOX if I have to, or anything else. Can anyone recommend a way to do it? ...
Score Getting arguments from a textbox in a repeater using vb.net
Paul Blaser - 20 Mar 2006 7:01 PM - 1 message
I have a textbox inside a data repeater on a web form. The textbox is called Update, and there are several iterations of the itemtemplate each time the page loads. When the user fills out the textboxes and clicks the submit ...
Score Need Suggestion: .net 2.0 supporting free or mapper
Miraj Haq - 20 Mar 2006 3:24 PM - 3 messages
Hi, I am looking for a suggestion for a free ado.net 2.0 supported or mapper tool. Any input is highly appreciated. Many thanks Miraj ...
Score How to determinate if a database exist?
ad - 20 Mar 2006 12:52 PM - 4 messages
How can I determinate if a database exist in my SqlServer? ...
Score Pooling errors - any ideas?
Chris Ashley - 20 Mar 2006 12:39 PM - 10 messages
We're getting occasional pooling errors on a web app. It seems to happen for about 30 seconds or so, and then be fine for several hours, so it's very difficult to replicate the circumstances in which it happens. However the app is quite high load (Several hundred users at a ...
Score How to attach database
ad - 20 Mar 2006 12:31 PM - 5 messages
I am useing SqlServer Express 2005. I have a Database files in c:\db, the files is like db.mdf and db.ldf. How can I attach them the the SqlServer Express with program? ...
Score Ink
mshawjr - 20 Mar 2006 12:26 PM - 1 message
Sorry guys.  The spam stuff was not my intent.  I do oppoligies and won't happen again.  I have never been on newsgroups before and not sure how to work them. I hope you guys can forgive a bad choice.  Murphey ...
Score Can't create a child list for field "TAble".
sandeepvishnu - 20 Mar 2006 12:07 PM - 1 message
Hi, I am trying to assign a datasource in DataGridView, and I am getting error "Can't create a child list for field "Products", where "Products is a name of table in dataset. I have created a dataset, tempDS and have created on table "Products" ...
Score Something is wrong in my SQL ConnectionString but what?
Mesut - 20 Mar 2006 8:44 AM - 7 messages
Hi Colleagues, I hope someone can help me what I'm doing wrong... I filled in my connection string in my application see below and I would like to open my Connection to my SQL database file. I try to open ...
Score Filtering a uniqueidentifier column in a DataView / DataTable.Select method
Dirk - 20 Mar 2006 8:15 AM - 4 messages
Hi, I made heavy use of unique identifier columns. I load a bunch of data in a dataset and want to make some queries on that data (off line). For that, I often need to filter in the uniqueidentifier columns. ...
Score How To Create Dynamic Dataset with XML Schema
Bernie Hunt - 20 Mar 2006 12:08 AM - 2 messages
Can anyone point me to a resourse that shows how to create a Dataset in code or in VS that is not connected to any data source. I also need to create an XML file of the schema of the DataSet so that I can pass it to a ...
Score System.Transactions help
PepperFleming@gmail.com - 19 Mar 2006 11:04 PM - 4 messages
I hope I'm not being ignorant and missing something obvious, but I can't accesss the System.Transaction class in Visual Studio 2005. The type or namespace name 'Transactions' does not exist in the namespace 'System' (are you missing an assembly reference? ...
Score Grouping from a Dataview
Phil Williams - 19 Mar 2006 10:32 PM - 2 messages
Hello, I have a dataview containing 10 columns of data and I want to now group the data by column one and sum any other columns where they are number fields Any help on how I go about this would be greatly appreciated ...
Score where should i place DAAB (v2.0)?
Elhanan - 19 Mar 2006 6:37 PM - 4 messages
hi... i have a non GUI application and been trying DAAB with typed dataset, looks cool (after i calm down wondering how can i use typed datasets with DAAB).. now i'm wondering, where should i place DAAB calls? should i create ...
Score How to use Merged table rows.
Steven Bolard - 19 Mar 2006 5:36 AM - 1 message
Hi Im using .net 2.0 and i am merging a table from one strongly typed dataset into another. If i then do a select on the rows within the table I merged and subsequently try to access the columns of any of those rows using the ...
Score ¤ China ZhongZhan Aids Mei Mei
enlamasperm - 19 Mar 2006 2:15 AM - 1 message
Killer! [link] el***@digi-art.de ...
Score ¤ China ZhongZhan Aids Mei Mei
enlamasperm - 19 Mar 2006 2:15 AM - 1 message
Killer! [link] el***@digi-art.de ...
Next »