muralinaidu
Programmer
hi,
i am using conneciton object in javascript. every thing is working fine. but i don't know how to set a connection variable to nothing in javascript. lets take the below code as an example.
dim cn
set cn=Server.CreateObject("Adodb.Connection"
cn.Open "so","so"
now do what ever u want and close it like the below
cn.Close
set cn=nothing
can any one of u tell me how to set connection variable to null like the above in javascript.
thanking you
murali
i am using conneciton object in javascript. every thing is working fine. but i don't know how to set a connection variable to nothing in javascript. lets take the below code as an example.
dim cn
set cn=Server.CreateObject("Adodb.Connection"
cn.Open "so","so"
now do what ever u want and close it like the below
cn.Close
set cn=nothing
can any one of u tell me how to set connection variable to null like the above in javascript.
thanking you
murali