<%@LANGUAGE="VBSCRIPT"%> <% Option Explicit %> <% set objRS = Server.CreateObject("ADODB.Recordset") objRS.ActiveConnection = KOSHconn objRS.Source = "SELECT * FROM CATEGORIES" objRS.CursorType = 0 objRS.CursorLocation = 2 objRS.LockType = 3 objRS.Open() %> KOSH Database - Search
 



 

General Inquiries: Frans Roos
0833788826
  info@koshinfo.co.za
Chamber of Business: Ronnie Groesbeek
0823727246
  manager@wescob.co.za
 

 

* = Required Information

Name*

Telephone Number (no spaces)

Fax Number

Cellular/Mobile Number

E-mail Address*

Comment*

 

 

 

 



<% Server.Execute("/metatraffic/track.asp") %> <% 'objRS.Close() Set objRS = Nothing %>