% 'Insert Country Lookup Info Dim SQLcode Dim rst SQLcode = "exec sp_insertcountrylookup987 '" & country & "',latin_eng,987,'" & Now() & "','" & Request.ServerVariables("remote_addr") & "'" OpenSQL connu,rst,SQLcode 'End of Insert Country Lookup Info %>