Advertisement

1 - 10 of 42 containing alltags:("datarelation") (0 seconds)
I am using an oledb connection to an access mdb file. I'm using adapters with commands with parameters to create all the commands for multiple datatables in a dataset with datarelations. I have a f...
Zones: MS Visual BasicDate Answered: 06/16/2005 Grade: A Views: 0
Problem:  I am migrating from ASP to ASP.NET (finally) and want to transfer my ADO SHAPE constructs to using DataRelation instead.  I haven't been able to find any examples of how to do a DataRelat...
Zones: ASP.Net ProgrammingDate Answered: 06/09/2005 Grade: A Views: 64
Hello there, I think this one might be simple, however I can't seem to figure out what I am doing wrong. My code is as follows: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e...
Zones: MS SQL ServerDate Answered: 03/14/2006 Grade: A Views: 0
I can't quite figure out how to access the data in two tables joined by a datarelation....  For instance, in the example below, I've gotten my data (4 tables) and have created a relationship  betwe...
Zones: C#Date Answered: 06/21/2006 Grade: A Views: 0
Hi all, I'm having difficulty wrapping my head around how to bind information from various data sources to a Repeater. Specifically, I have 2 DataTables  from which I'd like to extract the da...
Zones: ASP.Net ProgrammingDate Answered: 08/30/2006 Grade: A Views: 0
What is the most efficient method to use datarelations to obtain the childrows going down more than one level.  For example assuming I have the ubiquitous Customer/Order/Product schema and assuming...
Zones: MS Visual BasicDate Answered: 01/26/2007 Grade: A Views: 0
In VB.Net is it better to declare a datarelation in code at runtime or through a dataset's schema at design time? Is either one faster than the other? This is for a winforms app using Visual Studio...
Zones: DatabasesDate Answered: 04/22/2004 Grade: B Views: 0
hi,, I have 4 tables. t1, t2, t3, t4. t2 and t4 are many to many. DATAGRID 1: t1 - parent table - Primarykey (t1-ID)     - t2 child table -Primary key (t2-id), Foreign Key (t1-ID), col...
Zones: C#Date Answered: 09/13/2004 Grade: A Views: 0
How to create a datarelation to link different tables? The primary key consists of several columns.
Zones: .NET, Web DevelopmentDate Answered: 02/03/2005 Grade: A Views: 0
I have a dataset with two tables: "table1" and "table2" The dataset also has a datarelation linking them "datarelation1" I set the defualt sort order like: dataSet.Tables("table1").DefaultView...
Zones: MS Visual BasicDate Answered: 06/15/2005 Grade: A Views: 4