Just to clarify above post. The snag has to be sorted out at the server end, by making the necessary changes to the page directive then saving the .aspx page back to the server again. There’s no way for the client to do this, only the person who owns the .aspx page - someone at Jodo presumably.
Normally I use Access 2003 to enter data directly into the tables, but at the time I was in a hotel in Hong Kong and couldn’t connect via Access 2003 (firewall probs I think).
You’ll probably want to use Enterprise Manager to put the data in. It seems that the web tool blocks certain html statements to avoid dangerous injections. I had this happen to me too recently. The other way would be to create a simple script that connects to the database and updates that value for you.
Yeh you’re right jonyah - it’s only a problem from certain hotels when I can’t connect to the Jodo SQL server via Access, Enterprise Manager or Query Analyzer. I’ll have to make time to write a simple script as you suggest.
here, I’ve got one. I wrote this a few years ago and can ensure that it works as needed. You can run any query from the query box, or you can navigate the tables and modify the data via forms, all contained in a single script. You can download that script here:
Hey jonyah - fantastic! I’ve uploaded it to jodo and it’s running a treat! I can’t thank you enough, it’s terrific. Makes life so much easier when I’m out in the boondocks.