View the recordset object with TEXT.
If you can find the statement like this
cmdTmp.CommandText =3D '';
then just put your table name into it
cmdTmp.CommandText =3D 'Your_Table_Name';
Else
I don't know
End
Suming
-----Original Message-----
From: edgewedge@h... [mailto:edgewedge@h...]
Sent: Friday, July 06, 2001 9:58 AM
To: Interdev_Programming
Subject: [interdev_programming] Begin VID 6 recordset example
I am using Interdev 6 SP5, SQL 7 SP3, Windows 2000 SP2.
I can't get past p140 - 144 of Mumfords Beginning VID book.
I have followed the instructions - ie. created and populated a
database,
added a data environment with a data command. Next step is to drag the
command object onto the page and create a recordset control. Then add a
few databound fields and the recordsetNavBar control and link the
controls.
When I browse the page (step 6 of "displaying database ...", p144), the
text boxes are emp---
There is a 'fix' for this posted on the wrox errata but according to the
KB article it is for NT. I ran it anyways (knucklehead?) but the problem
still exists.
any suggestions?