With the advent of Sarbanes-Oxley auditing policies, all the locally-based international companies have had to comply. This has meant vast amounts of money and resources have been spent on specifically policy documents, that previously never existed. As most of our larger auditing firms are internationally linked, these policy requirements have filtered into the local market. Read “more details” for the full story on how you can comply.

For more information about this service:

Policy Documents

Networking is essential in any business and if not correctly set up and configured, will make your staff inefficient and unproductive! Networks need not be costly and certainly if the requirement is there, can be quite expensive. Give us a call to schedule some time to go through the network set up to ensure your systems are running at their optimum!

For more information about this service:

Networks

At today’s cost of new computer equipment, upgrades should not really be considered as an option. However we all know that budget cuts keep upgrades alive and flourishing in our present economic times! Upgrades can also be costly especially if the equipment you are trying to upgrade is very old and the technology has been changed. This then means that your upgrade will cost approximately the same price as new equipment. For the truth without the frills, read on….

For more information about this service:

Upgrades

With the multitude of vendors out there each trying to make an honest living, computer prices are more often slashed to be competitive in today’s market.

Computer Architects  will endeavor to bring SPECIALS to the public on a continuous basis at prices that are competitive.

You can be assured that Computer Architects will deliver superior backup service and support at all times!!

For more information about this service:

SPECIALS!!

Internet access is available in either dial-up (analogue or ISDN), broadband (ADSL) or wireless options, as well as web design/hosting. Computer Architects provides a wide variety of Internet solutions which include web site design  and hosting, Internet access and e-mail. The new legislation has made way for the private sector in the ISP market to compete against Telkom, at very competitive rates! Read more for pricing etc.

For more information about this service:

Internet Services

Please visit this page to check out the list of promotional products for sale by various companies. These will be updated and changed on a regular basis, to keep you interested.

If on the other hand, you are interested in promoting products yourself to make some extra cash, CLICK HERE or on the icon above.

To visit the Promotional Products  Page, click on the “More Details” below.

For more information about this service:

Promotional Product List

Contact Details

Andy van Eyk, Computer Architects, PO Box 5329, Weltevreden Park, 1715

Mobile: 082-571-2751; Fax: 086-688-6827; E-Mail: andy@comparch.co.za

Computer Architects

Computer Architects

CK 2005/146020/23

<% '******************************************************* '* ASP 101 Sample Code - http://www.asp101.com/ * '* * '* This code is made available as a service to our * '* visitors and is provided strictly for the * '* purpose of illustration. * '* * '* http://www.asp101.com/samples/license.asp * '* * '* Please direct all inquiries to webmaster@asp101.com * '******************************************************* %> <%= RetrieveAndIncrementCount() %> <% ' I placed this in a function so I wouldn't have to worry about ' any namespace collisions. For example... if this was inline ' code and someone named a variable strSQL in a file this file ' gets included into you'd get an error. This way you don't and ' there's no chance of the variables overwriting one another! Function RetrieveAndIncrementCount() ' From adovbs.inc: Const adOpenKeyset = 1 Const adLockPessimistic = 2 Const adCmdText = &H0001 ' Local variables Dim strFilename Dim strSQL Dim rsCounter Dim iCount ' Get filename and build SQL query strFilename = Request.ServerVariables("SCRIPT_NAME") strSQL = "SELECT page_name, hit_count FROM hit_count WHERE page_name='" & strFilename & "';" ' Open our recordset Set rsCounter = Server.CreateObject("ADODB.Recordset") ' Access version: 'rsCounter.Open strSQL, _ ' "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("counter_db.mdb") & ";", _ ' adOpenKeyset, adLockPessimistic, adCmdText ' SQL Server version: rsCounter.Open strSQL, "Provider=SQLOLEDB;Data Source=10.2.1.214;" _ & "Initial Catalog=samples;User Id=samples;Password=password;" _ & "Connect Timeout=15;Network Library=dbmssocn;", _ adOpenKeyset, adLockPessimistic, adCmdText ' If we've got a record then we read the current value ' If we don't then we create one, set the filename, and start at 0 If rsCounter.EOF Then rsCounter.AddNew iCount = 0 rsCounter.Fields("page_name").Value = strFilename Else rsCounter.MoveFirst iCount = rsCounter.Fields("hit_count").Value End If ' Increment the count and update the DB rsCounter.Fields("hit_count").Value = iCount + 1 rsCounter.Update ' Close our connection rsCounter.Close Set rsCounter = Nothing ' Return the count (pre-incrementation). RetrieveAndIncrementCount = iCount End Function %>

Your Efficiency is MY Challenge!!

Supported Initiatives

Home

About Us

Contact Us

Service List

Disaster Recovery

Backups

Tape Backups

CD / DVD Backups

Disk Backups

On-Line Backups

Health Checks

SLA's

Policy Documents

Networks

Upgrades

SPECIALS!!

Internet Services

Project List

Promo Product List