whats wrong with my asp code?

Bobby

New member
Im trying to code asp so that a browser can connect to sql server. I went to microsofts site and found this....

http://support.microsoft.com/kb/169377

if you scroll to the bottom, you'll see authors.asp which is what im using (just about)

but i get this error
Compiler Error Message: BC30807: 'Let' and 'Set' assignment statements are no longer supported.

so i got rid of the let and sets and then i got this error
Compiler Error Message: BC30451: Name 'OBJdbConnection' is not declared.

so what do i need to do (by the way i have about 0 exp with asp)

XD
 
Back
Top