<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Edit Operations: declare variables Dim MM_editAction Dim MM_abortEdit Dim MM_editQuery Dim MM_editCmd Dim MM_editConnection Dim MM_editTable Dim MM_editRedirectUrl Dim MM_editColumn Dim MM_recordId Dim MM_fieldsStr Dim MM_columnsStr Dim MM_fields Dim MM_columns Dim MM_typeArray Dim MM_formVal Dim MM_delim Dim MM_altVal Dim MM_emptyVal Dim MM_i MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME")) If (Request.QueryString <> "") Then MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString) End If ' boolean to abort record edit MM_abortEdit = false ' query string to execute MM_editQuery = "" %> <% ' *** Insert Record: set variables If (CStr(Request("MM_insert")) = "mailinglistform") Then MM_editConnection = MM_DBSSQL_STRING MM_editTable = "dbo.tbl_EmailAddresses" MM_editRedirectUrl = "mailconfirmation.asp" MM_fieldsStr = "emailaddress|value|hiddenField|value" MM_columnsStr = "nvar_EmailAddress|',none,''|nvar_Status|',none,''" ' create the MM_fields and MM_columns arrays MM_fields = Split(MM_fieldsStr, "|") MM_columns = Split(MM_columnsStr, "|") ' set the form values For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_fields(MM_i+1) = CStr(Request.Form(MM_fields(MM_i))) Next ' append the query string to the redirect URL If (MM_editRedirectUrl <> "" And Request.QueryString <> "") Then If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.QueryString Else MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.QueryString End If End If End If %> <% ' *** Insert Record: construct a sql insert statement and execute it Dim MM_tableValues Dim MM_dbValues If (CStr(Request("MM_insert")) <> "") Then ' create the sql insert statement MM_tableValues = "" MM_dbValues = "" For MM_i = LBound(MM_fields) To UBound(MM_fields) Step 2 MM_formVal = MM_fields(MM_i+1) MM_typeArray = Split(MM_columns(MM_i+1),",") MM_delim = MM_typeArray(0) If (MM_delim = "none") Then MM_delim = "" MM_altVal = MM_typeArray(1) If (MM_altVal = "none") Then MM_altVal = "" MM_emptyVal = MM_typeArray(2) If (MM_emptyVal = "none") Then MM_emptyVal = "" If (MM_formVal = "") Then MM_formVal = MM_emptyVal Else If (MM_altVal <> "") Then MM_formVal = MM_altVal ElseIf (MM_delim = "'") Then ' escape quotes MM_formVal = "'" & Replace(MM_formVal,"'","''") & "'" Else MM_formVal = MM_delim + MM_formVal + MM_delim End If End If If (MM_i <> LBound(MM_fields)) Then MM_tableValues = MM_tableValues & "," MM_dbValues = MM_dbValues & "," End If MM_tableValues = MM_tableValues & MM_columns(MM_i) MM_dbValues = MM_dbValues & MM_formVal Next MM_editQuery = "insert into " & MM_editTable & " (" & MM_tableValues & ") values (" & MM_dbValues & ")" If (Not MM_abortEdit) Then ' execute the insert Set MM_editCmd = Server.CreateObject("ADODB.Command") MM_editCmd.ActiveConnection = MM_editConnection MM_editCmd.CommandText = MM_editQuery MM_editCmd.Execute MM_editCmd.ActiveConnection.Close If (MM_editRedirectUrl <> "") Then Response.Redirect(MM_editRedirectUrl) End If End If End If %> :: dynamic business solutions ::
     
 
 
Contracts - The Cornerstone of your employee/ employer relationship

This The Employee Contract is the most important part of the relationship between the employer and employee, and forms the basis for the terms that employee is being employed by. The Important thing is to look at the Basic Conditions of Employment Act to see the important points that need to be added in writing for the employee to be More...

 
Join our Mailing List
Enter your e-mail address below:
 
 
Archived Newsletter - April 2007



Choosing Childcare - A Parents Perspective

This was written for us by one of our subscribers explaining why they chose a crèche for their children, and how they went about it. It makes for very interesting reading, as it explains how they as parents went about finding the correct facility for their first son, and later used the same crèche for their second son.

Jacques and I decided from before our first child (Emile, 3) was born, that they would be enrolled into a crèche, and not be left in the care of family such as grandparents, or a nanny. 

As hard as it might seem to others who do not share the same view, we believed that a crèche/pre-school would prepare them, not only for "big school" but also for life.  Socializing with others (from baby), would give that child a head start in life.  It was not an easy decision to make, but we stuck to our decision, against the will of certain family members.   

We did our homework before deciding on the right crèche/school.  Only the best would do.  We interviewed other parents, conducted an arranged visit to the crèche and followed soon after with an unexpected inspection.  The crèche we decided on was close to home and work, fortunately I had met the school mistress a few years before, so that gave us an added advantage of knowing the head mistress.  I also knew a couple of the parents personally, so the choice was pretty easy, as we discussed the crèche with them. 

The crèche was clean, security was very good, the baby care facilities were safe, clean and there was ample space for young ones to explore the world.   The kitchen was spotless, and the food smelled great.  The care givers were great with the babies, trained in first aid methods, child care/stimulation, and all the little ones received the same attention. 

I had a few requests, which I respectfully discussed with the head mistress, and these instructions; which were not unreasonable requests; were followed, right up to the time my first born left the baby room when he was two.    He received all the attention and stimulation that he demanded, as he started walking at an early age, and was a very busy young one. 

I promised myself I would not cry when I dropped him off for his first day without his mommy, ensuring that he kept to his routine, that he got his feeds on time, and ensuring he had a clean bum.  I was nervous, but I also knew my son was in good - great hands, and that he would be fine.  The head mistress assured me that everything would be alright.  And I didn't cry.   Having our kids Emile, 3 and Stefan, 1) in a crèche is the best choice we could have made.  

If we look at his development since he has joined compared to other children who have not gone to crèches, he is very advanced for his age. His brother, Stefan has made huge progress already.

Although not all parents will agree with decisions such as we made, we feel ours was the correct one. Our young ones grow so fast, and the importance of developing at this age, between 3 months and 6 years, creates the basis for all future development.

Article by: Jacques and Gina Goosen - Alberton

We feel that the lessons learnt by these parents are very important, and hope that all our subscribers will find this letter helpful.

Watch out for our next newsletter when we will be looking at the importance of contracts for your employees, as well as looking at the different industry specific clauses in contracts.




Archived Newsletter - November 2004
Archived Newsletter - July 2006
Archived Newsletter - October 2006
Archived Newsletter - November 2006
Archived Newsletter - December 2006
Archived Newsletter - March 2007