asp_ado_rds thread: Can anyone help? RDS with Data Binding (from Active Server Pages 3.0 - Wrox)
Chapter 10, ASP and Data on the Client deals with this subject. I have
tried to implement this but without success.
I have an Access Database which serves as the source for economic news
headlines on my site. This works very well when accessed from ASPs (from
which my pages are generated).
I need to allow editing of records on-line and RDS, using data binding,
seemed the perfect choice. I've attempted this but when invoked the bound
data fields (input text fields within a table) remain blank. The browser
is obviously doing something when I ask it to refresh a search for records
and produces no error messages or symbols. Any attempt to move around the
recordset ends in error.
I know the recordset should not be empty (at least the database is not
empty) - any ideas?
I wondered about the OBJECT CLASSID - is there a list of these identifiers
anywhere? I can't find any detailed reference to them.
Also - should the <OBJECT> declaration be anywhere particularly in the
page?
Many thanks
Margaret Wright