DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Fri, 27 Jul 2007 13:32:19 GMT,    posted on: microsoft.public.dotnet.languages.vb.data        back       

Thread Index
  1    Fia


Using BindingManagerBase with a dataset with two relational datatables   
Hi
I have made two Sqldataadapters. One has the table Film and the other 
adapter has the table Category. I have generated a dataset wich contain 
these tables and made a relationship between them. I have two textboxes. One 
with a databinding to the table Film and the other to the table Category. I 
use the code below in the forms Load event

Dim bmbDVD As BindingManagerBase
SqlDataAdapter2.Fill(DsDVD1, "Category")
SqlDataAdapter1.Fill(DsDVD1, "Film")
bmbDVD = Me.BindingContext(DsDVD1,"Film")

but when I use the object bmbDVD to change the position. The textbox with 
the databinding to the table Category doesn't change. Maybe that's obvious 
because I set the BindingContext to Film, but I have a relationship to the 
table Category, so I thought it would work. Is there a way I can make this 
work.??

Please help!!!

Fia
Date:Fri, 27 Jul 2007 13:32:19 GMT   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us