If I have a datagrid looking at a recordset which is a child command in a heirachical shape query, why is it that when I move records on the datagrid
the pointer does not move in the recordset of the child query?
Child Command and Datagrid ... If I have a datagrid looking at a recordset which is a child command in a ...heirachical shape query, why is it that when I move records on the datagrid... the pointer does not move in the recordset of the child query? ... (microsoft.public.vb.database.ado)
Re: Select query with parameters ...Dim rsPatient As ADODB.Recordset ... I am using the following code to populate the datagrid:... When you Open a recordset you pass an SQL query statement as a string. ... (microsoft.public.vb.database.ado)
Re: DataGrid not showing programmatic changes ... It's been awhile since I've used the DataEnvironment...... The DataGrid is usually bound to a Data control which in turn ... rsCashbook is a recordset of that Connection with a source of SELECT * FROM ... (microsoft.public.vb.general.discussion)
Re: MSHFlexGrid aktualisieren ... Das MSHFlexgrid hat keine permanente Verbindung zu Deinem Recordset.... Das DataGrid verwaltet keinen eigenen ... auch automatisch der neue Datensatz zur aktuellen Zeile ...Private Sub Form_Load ... (microsoft.public.de.vb.datenbank)
Re: Need example of using ADO DataControl and DataGrid control - V ... Data appears in the DataGrid just fine. ... > ' Create connection string to access the database ... > ' Bind the recordset to the data grid. ... > Private Sub Command1_Click ... (microsoft.public.vb.database.ado)