<%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_ConnGAC_STRING Recordset1.Source = "SELECT * FROM cat" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <% set Recordset2 = Server.CreateObject("ADODB.Recordset") Recordset2.ActiveConnection = MM_ConnGAC_STRING Recordset2.Source = "SELECT * FROM memtype" Recordset2.CursorType = 0 Recordset2.CursorLocation = 2 Recordset2.LockType = 3 Recordset2.Open() Recordset2_numRows = 0 %> Ghana Association of Consultants - Online Member Directory





 

 
 
 
 

The Ghana Association of Consultants (GAC) main goal is to support the success of the Ghanaian consultant or consulting firms in providing professional services to their clients.

The GAC welcomes you to the brand new Internet presence for the Ghana Association of Consultants. Our objective is to build a site to better serve our members, and to assist educate the general public about funding and working with Ghanaian Consultants and Consulting firms.

If you are a GAC member and have not already been registered with a (user name) and (password) just click to have it sent to your e-mail address.

 

privacy policy | contact webmaster
© 2000 Interplast. All rights reserved.

 
 

 

<% Recordset1.Close() %> <% Recordset2.Close() %>