<%@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

The concept:

       The term “Inter-Network”, in the name American Business Inter-Network, actually has a double intended meaning.  The first meaning is the combination of Internet Marketing with Face-to-Face Networking.  The second meaning concerns the inter-chapter emphasis that ABI-N encourages its members to focus on.  ABI-N members have the opportunity to expand business by attending chapters in other areas of the state or by communicating to members in other cities and counties of Florida. 

       ABI-N is committed to providing the greatest possible value for the amount of annual dues charged.  The annual membership fee is $185.00.  This is less than $16.00 per month for a marketing program that has the potential to help businesses to prosper and grow with the least amount of money, time, and effort spent.  A monthly payment arrangement may be made for self-employed business professionals or for members who cannot have their membership fees reimbursed by their employers.  Please talk to the chapter coordinators for more details.

       Non-member attendees may attend up to three (total) ABI-N meetings at various locations.    Members may visit other ABI-N monthly chapters two times per year, per chapter.

 

 


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