%@ LANGUAGE=VBScript %> <% Response.Buffer = True %>
![]() |
![]()
|
||
| <%= FormatDateTime (date, vbLongDate) %> | |||
|
<% DIM nameTemp nameTemp = Request.QueryString("socname") Set IndustryNetSQL = Server.CreateObject("ADODB.Connection") IndustryNetSQL.ConnectionTimeout = Session("IndustryNetSQL_ConnectionTimeout") IndustryNetSQL.CommandTimeout = Session("IndustryNetSQL_CommandTimeout") IndustryNetSQL.Open "thaiindustry", "tinhosting", "tinhosting" sql = "SELECT socname, socAddress, soctel, socfax, socemailaddress, soczipcode, socCity, socCountry, category FROM Societies " & _ " WHERE socname LIKE '" & nameTemp & "%'" & _ " ORDER BY Societies.category ASC, Societies.socName ASC" Set RS = IndustryNetSQL.Execute(sql) %>
|
|
|