Forums
This topic is locked
ASP Database Errors
Posted 01 Apr 2003 04:11:33
1
has voted
01 Apr 2003 04:11:33 Scott Lamers posted:
I am using Ultradev 4 and attempting to update a record on an access database. I am debugging on a local NT server I have set up for development. When I attempt to preview my 'update' page it works fine - the record is updated according to my changes. The problem is when I transfer the actual file to the same development machine and try to run it, I get "arguments are of the wrong type, ...."Ultradev includes all its defines as real values, so I don't think I need to include adovbs.inc and I tried the 'Option Explicit', but UD doesn't define all its variables.
What would cause it to work in preview mode, but not when I really try the same thing?
Thanks,
Scott Lamers
Replies
Replied 05 Apr 2003 19:00:37
05 Apr 2003 19:00:37 Scott Lamers replied:
I redid the entire page and now it seems to work.