<%@ LANGUAGE=VBScript %> <% Response.Buffer = True %> Societies & Associations <% IF Session("Common_Access") < 1 THEN 'msgbox "Invalid User Name OR Password",48,"Warning" Response.Clear 'error logon warning Response.Redirect "Default.asp" END IF %>

 

 

<%= FormatDateTime (date, vbLongDate) %>
This section is dedicated to providing you with information on all societies and associations relevant to the Thai industrial sector. The search form below allows you to locate information about the institution you are looking for. If you do not find what you are looking for please email us and our team will try to find to source the information for you.

<% Set IndustryNetSQL = Server.CreateObject("ADODB.Connection") IndustryNetSQL.Open "thaiindustry", "tinhosting", "tinhosting"%>
Society
Industrial Category
<% sql="SELECT distinct(Category) FROM Categories WHERE Category <> '' ORDER BY Category ASC;" Set RS = IndustryNetSQL.Execute(sql) %>
<%IndustryNetSQL.close%>