示例#1
0
 private void InitAdapter()
 {
     this._adapter = new global::System.Data.Odbc.OdbcDataAdapter();
     global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
     tableMapping.SourceTable  = "Table";
     tableMapping.DataSetTable = "DimensionRows";
     tableMapping.ColumnMappings.Add("DimensionRowId", "DimensionRowId");
     this._adapter.TableMappings.Add(tableMapping);
 }
示例#2
0
 private void InitAdapter()
 {
     this._adapter = new global::System.Data.Odbc.OdbcDataAdapter();
     global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
     tableMapping.SourceTable  = "Table";
     tableMapping.DataSetTable = "\'2010$\'";
     tableMapping.ColumnMappings.Add("Месяц", "Месяц");
     tableMapping.ColumnMappings.Add("З/плата ", "З/плата ");
     tableMapping.ColumnMappings.Add("Бонус", "Бонус");
     tableMapping.ColumnMappings.Add("Прим#", "Прим#");
     tableMapping.ColumnMappings.Add("Долг мне", "Долг мне");
     this._adapter.TableMappings.Add(tableMapping);
     this._adapter.InsertCommand             = new global::System.Data.Odbc.OdbcCommand();
     this._adapter.InsertCommand.Connection  = this.Connection;
     this._adapter.InsertCommand.CommandText = "INSERT INTO `\'2010$\'` (`Месяц`, `З/плата `, `Бонус`, `Прим#`, `Долг мне`) VALUES " +
                                               "(?, ?, ?, ?, ?)";
     this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Месяц", global::System.Data.Odbc.OdbcType.VarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Месяц", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("З/плата", global::System.Data.Odbc.OdbcType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "З/плата ", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Бонус", global::System.Data.Odbc.OdbcType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Бонус", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Прим#", global::System.Data.Odbc.OdbcType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Прим#", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Долг_мне", global::System.Data.Odbc.OdbcType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Долг мне", global::System.Data.DataRowVersion.Current, false, null));
 }
 private void InitAdapter() {
     this._adapter = new global::System.Data.Odbc.OdbcDataAdapter();
     global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
     tableMapping.SourceTable = "Table";
     tableMapping.DataSetTable = "pendingtelephone";
     tableMapping.ColumnMappings.Add("IDTelephone", "IDTelephone");
     tableMapping.ColumnMappings.Add("Company_ID", "Company_ID");
     tableMapping.ColumnMappings.Add("MessageTime", "MessageTime");
     tableMapping.ColumnMappings.Add("NameID", "NameID");
     tableMapping.ColumnMappings.Add("FirstName", "FirstName");
     tableMapping.ColumnMappings.Add("LastName", "LastName");
     tableMapping.ColumnMappings.Add("DoctorToSee", "DoctorToSee");
     tableMapping.ColumnMappings.Add("DateOfAppointment", "DateOfAppointment");
     tableMapping.ColumnMappings.Add("TimeOfAppointment", "TimeOfAppointment");
     tableMapping.ColumnMappings.Add("TimeForDelete", "TimeForDelete");
     tableMapping.ColumnMappings.Add("Day", "Day");
     tableMapping.ColumnMappings.Add("Date1", "Date1");
     tableMapping.ColumnMappings.Add("Date2", "Date2");
     tableMapping.ColumnMappings.Add("ApTime", "ApTime");
     tableMapping.ColumnMappings.Add("Location", "Location");
     tableMapping.ColumnMappings.Add("TelephoneNumber1", "TelephoneNumber1");
     tableMapping.ColumnMappings.Add("TelephoneNumber2", "TelephoneNumber2");
     tableMapping.ColumnMappings.Add("TelephoneFile", "TelephoneFile");
     tableMapping.ColumnMappings.Add("ReasonCode", "ReasonCode");
     tableMapping.ColumnMappings.Add("ReasonForAppointment", "ReasonForAppointment");
     tableMapping.ColumnMappings.Add("Completed", "Completed");
     tableMapping.ColumnMappings.Add("InUse", "InUse");
     tableMapping.ColumnMappings.Add("CallWait", "CallWait");
     tableMapping.ColumnMappings.Add("ResultDescription", "ResultDescription");
     tableMapping.ColumnMappings.Add("Acknowledge", "Acknowledge");
     tableMapping.ColumnMappings.Add("CallBack", "CallBack");
     tableMapping.ColumnMappings.Add("Cancel", "Cancel");
     tableMapping.ColumnMappings.Add("Busy", "Busy");
     tableMapping.ColumnMappings.Add("Call_Count", "Call_Count");
     tableMapping.ColumnMappings.Add("Time_Of_Call", "Time_Of_Call");
     tableMapping.ColumnMappings.Add("Charge", "Charge");
     this._adapter.TableMappings.Add(tableMapping);
     this._adapter.InsertCommand = new global::System.Data.Odbc.OdbcCommand();
     this._adapter.InsertCommand.Connection = this.Connection;
     this._adapter.InsertCommand.CommandText = @"INSERT INTO [pendingtelephone] ([IDTelephone], [Company_ID], [MessageTime], [NameID], [FirstName], [LastName], [DoctorToSee], [DateOfAppointment], [TimeOfAppointment], [TimeForDelete], [Day], [Date1], [Date2], [ApTime], [Location], [TelephoneNumber1], [TelephoneNumber2], [TelephoneFile], [ReasonCode], [ReasonForAppointment], [Completed], [InUse], [CallWait], [ResultDescription], [Acknowledge], [CallBack], [Cancel], [Busy], [Call_Count], [Time_Of_Call], [Charge]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
     this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("IDTelephone", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "IDTelephone", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Company_ID", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Company_ID", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("MessageTime", global::System.Data.Odbc.OdbcType.Real, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "MessageTime", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("NameID", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "NameID", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("FirstName", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "FirstName", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("LastName", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "LastName", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("DoctorToSee", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "DoctorToSee", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("DateOfAppointment", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "DateOfAppointment", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TimeOfAppointment", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TimeOfAppointment", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TimeForDelete", global::System.Data.Odbc.OdbcType.DateTime, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TimeForDelete", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Day", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Day", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Date1", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Date1", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Date2", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Date2", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("ApTime", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ApTime", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Location", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Location", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TelephoneNumber1", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TelephoneNumber1", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TelephoneNumber2", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TelephoneNumber2", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TelephoneFile", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TelephoneFile", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("ReasonCode", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ReasonCode", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("ReasonForAppointment", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ReasonForAppointment", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Completed", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Completed", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("InUse", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "InUse", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("CallWait", global::System.Data.Odbc.OdbcType.Double, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CallWait", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("ResultDescription", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ResultDescription", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Acknowledge", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Acknowledge", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("CallBack", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "CallBack", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Cancel", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Cancel", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Busy", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Busy", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Call_Count", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Call_Count", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Time_Of_Call", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Time_Of_Call", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Charge", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Charge", global::System.Data.DataRowVersion.Current, false, null));
 }
 private void InitAdapter() {
     this._adapter = new global::System.Data.Odbc.OdbcDataAdapter();
     global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
     tableMapping.SourceTable = "Table";
     tableMapping.DataSetTable = "DataSetTable";
     tableMapping.ColumnMappings.Add("DoctorToSee", "DoctorToSee");
     tableMapping.ColumnMappings.Add("DateOfAppointment", "DateOfAppointment");
     tableMapping.ColumnMappings.Add("TimeOfAppointment", "TimeOfAppointment");
     tableMapping.ColumnMappings.Add("TelephoneFile", "TelephoneFile");
     tableMapping.ColumnMappings.Add("ResultDescription", "ResultDescription");
     tableMapping.ColumnMappings.Add("Time_Of_Call", "Time_Of_Call");
     tableMapping.ColumnMappings.Add("IDTelephone", "IDTelephone");
     tableMapping.ColumnMappings.Add("Company_ID", "Company_ID");
     tableMapping.ColumnMappings.Add("MessageTime", "MessageTime");
     tableMapping.ColumnMappings.Add("NameID", "NameID");
     tableMapping.ColumnMappings.Add("FirstName", "FirstName");
     tableMapping.ColumnMappings.Add("LastName", "LastName");
     tableMapping.ColumnMappings.Add("DoctorToSee1", "DoctorToSee1");
     tableMapping.ColumnMappings.Add("DateOfAppointment1", "DateOfAppointment1");
     tableMapping.ColumnMappings.Add("TimeOfAppointment1", "TimeOfAppointment1");
     tableMapping.ColumnMappings.Add("TimeForDelete", "TimeForDelete");
     tableMapping.ColumnMappings.Add("Day", "Day");
     tableMapping.ColumnMappings.Add("Date1", "Date1");
     tableMapping.ColumnMappings.Add("Date2", "Date2");
     tableMapping.ColumnMappings.Add("ApTime", "ApTime");
     tableMapping.ColumnMappings.Add("Location", "Location");
     tableMapping.ColumnMappings.Add("TelephoneNumber1", "TelephoneNumber1");
     tableMapping.ColumnMappings.Add("TelephoneNumber2", "TelephoneNumber2");
     tableMapping.ColumnMappings.Add("TelephoneFile1", "TelephoneFile1");
     tableMapping.ColumnMappings.Add("ReasonCode", "ReasonCode");
     tableMapping.ColumnMappings.Add("ReasonForAppointment", "ReasonForAppointment");
     tableMapping.ColumnMappings.Add("Completed", "Completed");
     tableMapping.ColumnMappings.Add("InUse", "InUse");
     tableMapping.ColumnMappings.Add("CallWait", "CallWait");
     tableMapping.ColumnMappings.Add("ResultDescription1", "ResultDescription1");
     tableMapping.ColumnMappings.Add("Acknowledge", "Acknowledge");
     tableMapping.ColumnMappings.Add("CallBack", "CallBack");
     tableMapping.ColumnMappings.Add("Cancel", "Cancel");
     tableMapping.ColumnMappings.Add("Busy", "Busy");
     tableMapping.ColumnMappings.Add("Call_Count", "Call_Count");
     tableMapping.ColumnMappings.Add("Time_Of_Call1", "Time_Of_Call1");
     tableMapping.ColumnMappings.Add("Charge", "Charge");
     this._adapter.TableMappings.Add(tableMapping);
 }
 private void InitAdapter() {
     this._adapter = new global::System.Data.Odbc.OdbcDataAdapter();
     global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping();
     tableMapping.SourceTable = "Table";
     tableMapping.DataSetTable = "log_call";
     tableMapping.ColumnMappings.Add("ID", "ID");
     tableMapping.ColumnMappings.Add("Company_ID", "Company_ID");
     tableMapping.ColumnMappings.Add("NameID", "NameID");
     tableMapping.ColumnMappings.Add("FirstName", "FirstName");
     tableMapping.ColumnMappings.Add("DoctorToSee", "DoctorToSee");
     tableMapping.ColumnMappings.Add("DateOfAppointment", "DateOfAppointment");
     tableMapping.ColumnMappings.Add("TimeOfAppointment", "TimeOfAppointment");
     tableMapping.ColumnMappings.Add("TelephoneNumber", "TelephoneNumber");
     tableMapping.ColumnMappings.Add("Result", "Result");
     tableMapping.ColumnMappings.Add("LogTime", "LogTime");
     tableMapping.ColumnMappings.Add("Length_Of_Call", "Length_Of_Call");
     this._adapter.TableMappings.Add(tableMapping);
     this._adapter.InsertCommand = new global::System.Data.Odbc.OdbcCommand();
     this._adapter.InsertCommand.Connection = this.Connection;
     this._adapter.InsertCommand.CommandText = "INSERT INTO [log_call] ([ID], [Company_ID], [NameID], [FirstName], [DoctorToSee]," +
         " [DateOfAppointment], [TimeOfAppointment], [TelephoneNumber], [Result], [LogTime" +
         "], [Length_Of_Call]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
     this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("ID", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "ID", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Company_ID", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Company_ID", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("NameID", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "NameID", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("FirstName", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "FirstName", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("DoctorToSee", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "DoctorToSee", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("DateOfAppointment", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "DateOfAppointment", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TimeOfAppointment", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TimeOfAppointment", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("TelephoneNumber", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "TelephoneNumber", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Result", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Result", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("LogTime", global::System.Data.Odbc.OdbcType.NVarChar, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "LogTime", global::System.Data.DataRowVersion.Current, false, null));
     this._adapter.InsertCommand.Parameters.Add(new global::System.Data.Odbc.OdbcParameter("Length_Of_Call", global::System.Data.Odbc.OdbcType.Int, 0, global::System.Data.ParameterDirection.Input, ((byte)(0)), ((byte)(0)), "Length_Of_Call", global::System.Data.DataRowVersion.Current, false, null));
 }