Hi Calibus,
Code:
set objConn=Server.CreateObject("ADODB.CONNECTION")
...
ObjConn.Open "Ticket_Number", ObjConn, , adLockOptimistic, adCmdTable
You cannot use CONNECTION object to do this. Also Open method of CONNECTION object doesn't take these sort of parameters. You can check out for its parameters.
Just comment this line, you should get things working.;)
''''ObjConn.Open "Ticket_Number", ObjConn, , adLockOptimistic, adCmdTable
Cheers!
_________________________
- Vijay G
Strive for Perfection