Hi, I am testing your ASPRunner, it is very fast to create ASP pages.
I have some errors when I tried to add new record, the ASP pages were created based on a query in the table.
[Microsoft][ODBC Microsoft Access Driver] Cannot update 'Well_Location'; field not updateable.
The field is not a primary key.
The same field I can edit without a problem.
There was another error to when I added new record, I solved it by changing the field allowing zero-length string. But I bit puzzled, the field really is null and should not be zero-length string. Does ASPRunner allow null field to be added.
I read one of your posting saying ASPRunner is designed to work with single database table. And you had shown some workaround to work with more tables. In my database I have a field is a primary key for two tables, I would like to be able to add the record to one table and the other table is automatically be updated. Is that possible with ASPRunner?
Your help is very much appreciated.