I'm making a script for my home page which takes information from a database.
When I run it, I get this error:
Microsoft VBScript compilation error '800a03ea'
Syntax error
/beta/admin.asp, line 30
objFoo.Open "SELECT * FROM home", objConn, , ,
----------------------------------------------^
objFoo = my recordset
objConn = my connection.
Bacisally, I want to know what goes into the commas. I've seen both numbers and word variables in those, and I'm Über-confused I'd appreciate some help from some database guru out there
Edited by - denny on 10 August 2001 10:10:24