<%@LANGUAGE="VBSCRIPT"%> <% ' *** Update Record: set variables MM_editConnection = MM_connABI_STRING MM_editQuery = "UPDATE Counters SET Counters.Countervalue = [Counters]![Countervalue]+1, Counters.LastUpdate = Date() WHERE [Counters].CounterID = 'Main'" Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close %> <% set rsCounters = Server.CreateObject("ADODB.Recordset") rsCounters.ActiveConnection = MM_connABI_STRING rsCounters.Source = "SELECT * FROM Counters" rsCounters.CursorType = 0 rsCounters.CursorLocation = 2 rsCounters.LockType = 3 rsCounters.Open() rsCounters_numRows = 0 %> <% set rscompanies = Server.CreateObject("ADODB.Recordset") rscompanies.ActiveConnection = MM_connABI_STRING rscompanies.Source = "SELECT Distinct Company FROM tblroster ORDER BY Company ASC" rscompanies.CursorType = 0 rscompanies.CursorLocation = 2 rscompanies.LockType = 3 rscompanies.Open() rscompanies_numRows = 0 %> ABI-N Business Networking, Tampa Bay, Brandon, Lakewood, Sarasota

ABI-N Newsletter

 

ABI-N INTERNATIONAL CORPORATE EXECUTIVE CHAPTERS
(I.C.E. Chapters)

A Business Development Organization Designed To Meet The Needs Of Today’s Business Professionals

AMERICAN BUSINESS INTER-NETWORK, INC. is an organization created to provide the format and the support for the successful functioning of professional business leads groups using the process of "inter-networking." Inter-networking is the combination of the functions of business leads groups and the linking capabilities of the internet.

The main focus of each American Business Inter-Network chapter is to help each member to obtain as many qualified business leads as possible at the lowest possible cost in money and time.

The following is a summary of the main goals of ABI-N:

 

 

 

 

 

 


<% rsCounters.Close() %><% rsCompanies.Close() %>