I'm a beginner in ASP There is a sentence in my ASP flie: set testdb=Server.CreatObject("ADODB.connection") but it is testde in IE5.0, IT SAYS: THE OBJECT CAN NOT SUPPORT THIS METHOD: 'CreatObject' MY SYSTEM IS :win98£«pws4.0£«access97£«ie 5.0 WHY?I NEED YOUR HELP.THANK YOU!
I don't know anything about ASP but it should probably be CreateObject and not CreatObject (an extra 'e') - unless you just typed it in wrong for the thread... good luck - n.
Forum Rules