Search results for query: *

  • Users: Thom1109
  • Content: Threads
  • Order by date
  1. T

    Forms for 1:1 Relationships

    I want to display fields from two database tables (tblMain and tblOptions) on a form and have one binding navigator. The tables I am showing are related 1:1 in my database. To build my form, I am dragging and dropping controls from the data source window onto my form. I am starting with...
  2. T

    Help Using Update method

    Here's some code the form wizard generated in Vstudio 2005. The update method doesn't do anything. I know all my connections are right because the fill method works. Help? Public Class frmRSMs Private Sub TblRSMsBindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As...
  3. T

    How to Use Server Explorer

    I just installed VS Studio 2005 for the first time along with SQL Server 2005. I am attempting to use Server Explorer to experiment with the drag and drop creation of data adapters. This is something that was very simple in VS Studio 2003. In VS Studio 2005, however, I can see the name of my...
Back
Top