RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 23 August 2002 : 11:33:01
|
quote: Originally posted by alex042
quote: If I don't use the inc_adovbs.asp include, I get an error about an unsupported lock type. But, if I use the inc_adovbs.asp include, then everything works like it should, I don't get any errors.
Does this mean you'll be changing the code to include inc_adovbs.asp or adovbs.inc? I have other scripts that seem to use the library also, but it doesn't look like the asp version has the entire library.
the inc_adovbs.asp file will be an include in config.asp. We have "on error resume next" at the top, and "on error goto 0" at the bottom of the file, so if you've already got the ADO Constants defined somewhere else, then you shouldn't see the errors about "Name Redefined".
Basically we only included what we are going to be using, but you can add to it also. |
|
|