object srvTiendaWeb: TsrvTiendaWeb OldCreateOrder = True OnCreate = DARemoteServiceCreate RequiresSession = True SessionManager = dmServer.SessionManager AcquireConnection = True ConnectionName = 'IBX' ServiceSchema = schTiendaWeb ServiceAdapter = DABINAdapter OnBeforeGetDatasetData = DARemoteServiceBeforeGetDatasetData Height = 377 Width = 488 object schTiendaWeb: TDASchema ConnectionManager = dmServer.ConnectionManager DataDictionary = DataDictionary Diagrams = Diagrams Datasets = < item Params = <> Statements = < item Connection = 'MySQL' TargetTable = 'customers' SQL = 'SELECT'#10' customers_id, customers_firstname,'#10' customers_dob,' + #10' customers_lastname, customers_email_address,'#10' customers_' + 'default_address_id, customers_telephone, '#10' customers_fax, cus' + 'tomers_password,'#10' rdx_customers_id_local'#10' FROM'#10' customers' StatementType = stSQL ColumnMappings = < item DatasetField = 'customers_firstname' TableField = 'customers_firstname' end item DatasetField = 'customers_lastname' TableField = 'customers_lastname' end item DatasetField = 'customers_email_address' TableField = 'customers_email_address' end item DatasetField = 'customers_default_address_id' TableField = 'customers_default_address_id' end item DatasetField = 'customers_telephone' TableField = 'customers_telephone' end item DatasetField = 'customers_fax' TableField = 'customers_fax' end item DatasetField = 'customers_password' TableField = 'customers_password' end item DatasetField = 'rdx_customers_id_local' TableField = 'rdx_customers_id_local' end item DatasetField = 'customers_dob' TableField = 'customers_dob' end item DatasetField = 'customers_id' TableField = 'customers_id' end> end> Name = 'osc_Customers' Fields = < item Name = 'customers_id' DataType = datAutoInc BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'osc_Customers_customers_id' Alignment = taLeftJustify ServerAutoRefresh = True InPrimaryKey = True Calculated = False Lookup = False LookupCache = False end item Name = 'customers_firstname' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_firstname' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_dob' DataType = datDateTime BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_dob' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_lastname' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_lastname' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_email_address' DataType = datString Size = 96 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_email_address' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_default_address_id' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_default_address_id' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_telephone' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_telephone' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_fax' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_fax' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_password' DataType = datString Size = 40 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_password' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'rdx_customers_id_local' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_rdx_customers_id_local' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end item Params = < item Name = 'customers_id' DataType = datInteger BlobType = dabtUnknown Value = '1' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'address_book' SQL = 'SELECT '#10' address_book_id, customers_id, entry_gender, entry_c' + 'ompany, '#10' entry_firstname, entry_lastname, entry_street_addre' + 'ss, '#10' entry_suburb, entry_postcode, entry_city, entry_state, ' + #10' entry_country_id, entry_zone_id, rdx_address_book_id_local'#10 + ' FROM'#10' address_book'#10' WHERE customers_id = :customers_id' StatementType = stSQL ColumnMappings = < item DatasetField = 'address_book_id' TableField = 'address_book_id' end item DatasetField = 'customers_id' TableField = 'customers_id' end item DatasetField = 'entry_gender' TableField = 'entry_gender' end item DatasetField = 'entry_company' TableField = 'entry_company' end item DatasetField = 'entry_firstname' TableField = 'entry_firstname' end item DatasetField = 'entry_lastname' TableField = 'entry_lastname' end item DatasetField = 'entry_street_address' TableField = 'entry_street_address' end item DatasetField = 'entry_suburb' TableField = 'entry_suburb' end item DatasetField = 'entry_postcode' TableField = 'entry_postcode' end item DatasetField = 'entry_city' TableField = 'entry_city' end item DatasetField = 'entry_state' TableField = 'entry_state' end item DatasetField = 'entry_country_id' TableField = 'entry_country_id' end item DatasetField = 'entry_zone_id' TableField = 'entry_zone_id' end item DatasetField = 'rdx_address_book_id_local' TableField = 'rdx_address_book_id_local' end> end> Name = 'osc_AddressBook' Fields = < item Name = 'address_book_id' DataType = datAutoInc BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify ServerAutoRefresh = True InPrimaryKey = True Calculated = False Lookup = False LookupCache = False end item Name = 'customers_id' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_customers_id' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_gender' DataType = datString Size = 1 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_gender' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_company' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_company' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_firstname' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_firstname' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_lastname' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_lastname' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_street_address' DataType = datString Size = 64 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_street_address' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_suburb' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_suburb' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_postcode' DataType = datString Size = 10 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_postcode' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_city' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_city' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_state' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_state' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_country_id' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_country_id' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'entry_zone_id' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_entry_zone_id' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'rdx_address_book_id_local' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_AddressBook_rdx_address_book_id_local' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end item Params = <> Statements = < item Connection = 'IBX' TargetTable = 'TIENDA_WEB' SQL = 'SELECT'#10' ID, ID_EMPRESA, TIENDA_ACTIVA, BDSERVER, BDPORT, BDNA' + 'ME, '#10' BDUSER, BDPASS, ULTIMA_ACTUALIZACION'#10' FROM'#10' TIENDA_' + 'WEB' StatementType = stSQL ColumnMappings = < item DatasetField = 'ID' TableField = 'ID' end item DatasetField = 'ID_EMPRESA' TableField = 'ID_EMPRESA' end item DatasetField = 'TIENDA_ACTIVA' TableField = 'TIENDA_ACTIVA' end item DatasetField = 'BDSERVER' TableField = 'BDSERVER' end item DatasetField = 'BDPORT' TableField = 'BDPORT' end item DatasetField = 'BDNAME' TableField = 'BDNAME' end item DatasetField = 'BDUSER' TableField = 'BDUSER' end item DatasetField = 'BDPASS' TableField = 'BDPASS' end item DatasetField = 'ULTIMA_ACTUALIZACION' TableField = 'ULTIMA_ACTUALIZACION' end> end> Name = 'TiendaWeb' Fields = < item Name = 'ID' DataType = datAutoInc BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_ID' InPrimaryKey = True Calculated = False Lookup = False LookupCache = False end item Name = 'ID_EMPRESA' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_ID_EMPRESA' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'TIENDA_ACTIVA' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_TIENDA_ACTIVA' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'BDSERVER' DataType = datString Size = 255 BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_BDSERVER' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'BDPORT' DataType = datString Size = 20 BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_BDPORT' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'BDNAME' DataType = datString Size = 255 BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_BDNAME' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'BDUSER' DataType = datString Size = 255 BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_BDUSER' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'BDPASS' DataType = datString Size = 255 BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_BDPASS' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'ULTIMA_ACTUALIZACION' DataType = datDateTime BlobType = dabtUnknown DictionaryEntry = 'TiendaWeb_ULTIMA_ACTUALIZACION' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end item Params = < item Name = 'customers_info_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers_info' SQL = 'SELECT '#10' customers_info_id,'#10' customers_info_date_account_c' + 'reated as date_account_created,'#10' customers_info_date_account_' + 'last_modified as date_account_last_modified,'#10' rdx_customers_i' + 'nfo_id_local'#10' FROM'#10' customers_info'#10' WHERE customers_info_id' + ' = :customers_info_id' StatementType = stSQL ColumnMappings = < item DatasetField = 'customers_info_id' TableField = 'customers_info_id' end item DatasetField = 'rdx_customers_info_id_local' TableField = 'rdx_customers_info_id_local' end item DatasetField = 'date_account_created' TableField = 'date_account_created' end item DatasetField = 'date_account_last_modified' TableField = 'date_account_last_modified' end> end> Name = 'osc_Customers_info' Fields = < item Name = 'customers_info_id' DataType = datAutoInc BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_info_customers_info_id' InPrimaryKey = True Calculated = False Lookup = False LookupCache = False end item Name = 'date_account_created' DataType = datDateTime BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_info_date_account_created' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'date_account_last_modified' DataType = datDateTime BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_info_date_account_last_modified' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'rdx_customers_info_id_local' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_info_rdx_customers_info_id_local' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end item Params = < item Name = 'customers_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers' SQL = 'SELECT'#10' customers_id, customers_firstname,'#10' customers_dob,' + #10' customers_lastname, customers_email_address,'#10' customers_' + 'default_address_id, customers_telephone, '#10' customers_fax, cus' + 'tomers_password,'#10' rdx_customers_id_local'#10' FROM'#10' customers' + #10' WHERE customers_id = :customers_id' StatementType = stSQL ColumnMappings = < item DatasetField = 'customers_firstname' TableField = 'customers_firstname' end item DatasetField = 'customers_lastname' TableField = 'customers_lastname' end item DatasetField = 'customers_email_address' TableField = 'customers_email_address' end item DatasetField = 'customers_default_address_id' TableField = 'customers_default_address_id' end item DatasetField = 'customers_telephone' TableField = 'customers_telephone' end item DatasetField = 'customers_fax' TableField = 'customers_fax' end item DatasetField = 'customers_password' TableField = 'customers_password' end item DatasetField = 'rdx_customers_id_local' TableField = 'rdx_customers_id_local' end item DatasetField = 'customers_dob' TableField = 'customers_dob' end item DatasetField = 'customers_id' TableField = 'customers_id' end> end> Name = 'osc_Customers_Refresh' Fields = < item Name = 'customers_id' DataType = datAutoInc BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'osc_Customers_customers_id' Alignment = taLeftJustify ServerAutoRefresh = True InPrimaryKey = True Calculated = False Lookup = False LookupCache = False end item Name = 'customers_firstname' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_firstname' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_dob' DataType = datDateTime BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_dob' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_lastname' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_lastname' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_email_address' DataType = datString Size = 96 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_email_address' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_default_address_id' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_default_address_id' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_telephone' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_telephone' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_fax' DataType = datString Size = 32 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_fax' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'customers_password' DataType = datString Size = 40 BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_customers_password' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'rdx_customers_id_local' DataType = datInteger BlobType = dabtUnknown DictionaryEntry = 'osc_Customers_rdx_customers_id_local' InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end item Params = <> Statements = < item Connection = 'MySQL' TargetTable = 'customers' SQL = 'SELECT last_insert_id() as last_id;' StatementType = stSQL ColumnMappings = < item DatasetField = 'last_id' TableField = 'last_id' end> end> Name = 'GetLastID' Fields = < item Name = 'last_id' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end item Params = <> Statements = < item Connection = 'MySQL' TargetTable = 'manufacturers' SQL = 'SELECT '#10' manufacturers_id, manufacturers_name, manufacturers_' + 'image, '#10' date_added, last_modified, rdx_manufacturers_id_loca' + 'l'#10' FROM'#10' manufacturers' StatementType = stSQL ColumnMappings = < item DatasetField = 'manufacturers_id' TableField = 'manufacturers_id' end item DatasetField = 'manufacturers_name' TableField = 'manufacturers_name' end item DatasetField = 'manufacturers_image' TableField = 'manufacturers_image' end item DatasetField = 'date_added' TableField = 'date_added' end item DatasetField = 'last_modified' TableField = 'last_modified' end item DatasetField = 'rdx_manufacturers_id_local' TableField = 'rdx_manufacturers_id_local' end> end> Name = 'osc_Manufacturers' Fields = < item Name = 'manufacturers_id' DataType = datAutoInc BlobType = dabtUnknown DefaultValue = '0' Required = True DisplayWidth = 0 Alignment = taLeftJustify ServerAutoRefresh = True InPrimaryKey = True Calculated = False Lookup = False LookupCache = False end item Name = 'manufacturers_name' DataType = datString Size = 32 BlobType = dabtUnknown DefaultValue = #39#39 Required = True DisplayWidth = 0 Alignment = taLeftJustify InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'manufacturers_image' DataType = datString Size = 64 BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'date_added' DataType = datDateTime BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'last_modified' DataType = datDateTime BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end item Name = 'rdx_manufacturers_id_local' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify InPrimaryKey = False Calculated = False Lookup = False LookupCache = False end> BusinessRulesClient.ScriptLanguage = rslPascalScript BusinessRulesServer.ScriptLanguage = rslPascalScript end> Commands = < item Params = < item Name = 'ID' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'ID_EMPRESA' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'TIENDA_ACTIVA' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDSERVER' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDPORT' DataType = datString Size = 20 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDNAME' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDUSER' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDPASS' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'IBX' TargetTable = 'TIENDA_WEB' SQL = 'INSERT'#10' INTO TIENDA_WEB'#10' (ID, ID_EMPRESA, TIENDA_ACTIVA, BDS' + 'ERVER, BDPORT, BDNAME, '#10' BDUSER, BDPASS)'#10' VALUES'#10' (:ID, ' + ':ID_EMPRESA, :TIENDA_ACTIVA, :BDSERVER, :BDPORT, '#10' :BDNAME, ' + ':BDUSER, :BDPASS)' StatementType = stSQL ColumnMappings = <> end> Name = 'Insert_TiendaWeb' end item Params = < item Name = 'OLD_ID' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'IBX' TargetTable = 'TIENDA_WEB' SQL = 'DELETE '#10' FROM'#10' TIENDA_WEB'#10' WHERE'#10' (ID = :OLD_ID)' StatementType = stSQL ColumnMappings = <> end> Name = 'Delete_TiendaWeb' end item Params = < item Name = 'ID' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'ID_EMPRESA' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'TIENDA_ACTIVA' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDSERVER' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDPORT' DataType = datString Size = 20 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDNAME' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDUSER' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'BDPASS' DataType = datString Size = 255 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'OLD_ID' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'IBX' TargetTable = 'TIENDA_WEB' SQL = 'UPDATE TIENDA_WEB'#10' SET '#10' ID_EMPRESA = :ID_EMPRESA,'#10' TIEND' + 'A_ACTIVA = :TIENDA_ACTIVA, '#10' BDSERVER = :BDSERVER, '#10' BDPOR' + 'T = :BDPORT, '#10' BDNAME = :BDNAME, '#10' BDUSER = :BDUSER, '#10' ' + 'BDPASS = :BDPASS'#10' WHERE'#10' (ID = :OLD_ID)' StatementType = stSQL ColumnMappings = <> end> Name = 'Update_TiendaWeb' end item Params = < item Name = 'customers_firstname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_dob' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_lastname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_email_address' DataType = datString Size = 96 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_default_address_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_telephone' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_fax' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_password' DataType = datString Size = 40 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_customers_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers' SQL = 'INSERT'#10' INTO customers'#10' (customers_firstname, customers_dob,' + #10' customers_lastname, customers_email_address,'#10' customer' + 's_default_address_id, customers_telephone, '#10' customers_fax, ' + 'customers_password,'#10' rdx_customers_id_local)'#10' VALUES'#10' (:' + 'customers_firstname, :customers_dob,'#10' :customers_lastname, :' + 'customers_email_address,'#10' :customers_default_address_id, :cu' + 'stomers_telephone, '#10' :customers_fax, :customers_password,'#10' ' + ' :rdx_customers_id_local)' StatementType = stSQL ColumnMappings = <> end> Name = 'Insert_Customers' end item Params = < item Name = 'OLD_customers_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers' SQL = 'DELETE '#10' FROM'#10' customers'#10' WHERE'#10' (customers_id = :OLD_cu' + 'stomers_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Delete_Customers' end item Params = < item Name = 'customers_firstname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_lastname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_email_address' DataType = datString Size = 96 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_default_address_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_telephone' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_fax' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_password' DataType = datString Size = 40 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_customers_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'OLD_customers_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers' SQL = 'UPDATE customers'#10' SET'#10' customers_firstname = :customers_firs' + 'tname,'#10' customers_lastname = :customers_lastname,'#10' custome' + 'rs_email_address = :customers_email_address,'#10' customers_defau' + 'lt_address_id = :customers_default_address_id,'#10' customers_tel' + 'ephone = :customers_telephone,'#10' customers_fax = :customers_fa' + 'x,'#10' customers_password = :customers_password,'#10' rdx_custome' + 'rs_id_local = :rdx_customers_id_local'#10' WHERE'#10' (customers_id ' + '= :OLD_customers_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Update_Customers' end item Params = < item Name = 'customers_info_date_account_created' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_info_date_account_last_modified' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_customers_info_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers_info' SQL = 'INSERT'#10' INTO customers_info'#10' (customers_info_date_account_cr' + 'eated, customers_info_date_account_last_modified,'#10' rdx_custo' + 'mers_info_id_local)'#10' VALUES'#10' (:customers_info_date_account_c' + 'reated, :customers_info_date_account_last_modified,'#10' :rdx_cu' + 'stomers_info_id_local)' StatementType = stSQL ColumnMappings = <> end> Name = 'Insert_Customers_info' end item Params = < item Name = 'OLD_customers_info_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers_info' SQL = 'DELETE '#10' FROM'#10' customers_info'#10' WHERE'#10' (customers_info_id' + ' = :OLD_customers_info_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Delete_Customers_info' end item Params = < item Name = 'customers_info_date_account_created' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'customers_info_date_account_last_modified' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_customers_info_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'OLD_customers_info_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'customers_info' SQL = 'UPDATE customers_info'#10' SET'#10' customers_info_date_account_crea' + 'ted = :customers_info_date_account_created,'#10' customers_info_d' + 'ate_account_last_modified = :customers_info_date_account_last_mo' + 'dified,'#10' rdx_customers_info_id_local = :rdx_customers_info_id' + '_local'#10' WHERE'#10' (customers_info_id = :OLD_customers_info_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Update_Customers_info' end item Params = < item Name = 'customers_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_gender' DataType = datString Size = 1 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_company' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_firstname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_lastname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_street_address' DataType = datString Size = 64 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_suburb' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_postcode' DataType = datString Size = 10 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_city' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_state' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_country_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_zone_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_address_book_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'address_book' SQL = 'INSERT'#10' INTO address_book'#10' (customers_id, entry_gender, entr' + 'y_company, entry_firstname,'#10' entry_lastname, entry_street_ad' + 'dress, entry_suburb, '#10' entry_postcode, entry_city, entry_sta' + 'te, entry_country_id, '#10' entry_zone_id, rdx_address_book_id_l' + 'ocal)'#10' VALUES'#10' (:customers_id, :entry_gender, :entry_company' + ', :entry_firstname,'#10' :entry_lastname, :entry_street_address,' + ' :entry_suburb, '#10' :entry_postcode, :entry_city, :entry_state' + ', :entry_country_id, '#10' :entry_zone_id, :rdx_address_book_id_' + 'local)' StatementType = stSQL ColumnMappings = <> end> Name = 'Insert_AddressBook' end item Params = < item Name = 'OLD_address_book_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'address_book' SQL = 'DELETE '#10' FROM'#10' address_book'#10' WHERE'#10' (address_book_id = :' + 'OLD_address_book_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Delete_AddressBook' end item Params = < item Name = 'entry_gender' DataType = datString Size = 1 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_company' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_firstname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_lastname' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_street_address' DataType = datString Size = 64 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_suburb' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_postcode' DataType = datString Size = 10 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_city' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_state' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_country_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'entry_zone_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_address_book_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'OLD_address_book_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'address_book' SQL = 'UPDATE address_book'#10' SET'#10' entry_gender = :entry_gender,'#10' ' + 'entry_company = :entry_company,'#10' entry_firstname = :entry_fir' + 'stname,'#10' entry_lastname = :entry_lastname,'#10' entry_street_a' + 'ddress = :entry_street_address,'#10' entry_suburb = :entry_suburb' + ','#10' entry_postcode = :entry_postcode,'#10' entry_city = :entry_' + 'city,'#10' entry_state = :entry_state,'#10' entry_country_id = :en' + 'try_country_id,'#10' entry_zone_id = :entry_zone_id,'#10' rdx_addr' + 'ess_book_id_local = :rdx_address_book_id_local'#10' WHERE'#10' (addr' + 'ess_book_id = :OLD_address_book_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Update_AddressBook' end item Params = < item Name = 'manufacturers_name' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'manufacturers_image' DataType = datString Size = 64 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'date_added' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'last_modified' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_manufacturers_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'manufacturers' SQL = 'INSERT'#10' INTO manufacturers'#10' (manufacturers_name, manufacture' + 'rs_image,'#10' date_added, last_modified, rdx_manufacturers_id_l' + 'ocal)'#10' VALUES'#10' (:manufacturers_name, :manufacturers_image,'#10' ' + ' :date_added, :last_modified, :rdx_manufacturers_id_local)' StatementType = stSQL ColumnMappings = <> end> Name = 'Insert_osc_Manufacturers' end item Params = < item Name = 'OLD_manufacturers_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'manufacturers' SQL = 'DELETE '#10' FROM'#10' manufacturers'#10' WHERE'#10' (manufacturers_id =' + ' :OLD_manufacturers_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Delete_osc_Manufacturers' end item Params = < item Name = 'manufacturers_name' DataType = datString Size = 32 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'manufacturers_image' DataType = datString Size = 64 BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'date_added' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'last_modified' DataType = datDateTime BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'rdx_manufacturers_id_local' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end item Name = 'OLD_manufacturers_id' DataType = datInteger BlobType = dabtUnknown Value = '' ParamType = daptInput end> Statements = < item Connection = 'MySQL' TargetTable = 'manufacturers' SQL = 'UPDATE manufacturers'#10' SET '#10' manufacturers_name = :manufactur' + 'ers_name,'#10' manufacturers_image = :manufacturers_image, '#10' d' + 'ate_added = :date_added, '#10' last_modified = :last_modified, '#10' ' + ' rdx_manufacturers_id_local = :rdx_manufacturers_id_local'#10' WH' + 'ERE'#10' (manufacturers_id = :OLD_manufacturers_id)' StatementType = stSQL ColumnMappings = <> end> Name = 'Update_osc_Manufacturers' end> RelationShips = < item Name = 'FK_osc_AddressBook_osc_Customers' MasterDatasetName = 'osc_Customers' MasterFields = 'customers_id' DetailDatasetName = 'osc_AddressBook' DetailFields = 'customers_id' end item Name = 'FK_osc_Customers_info_osc_Customers' MasterDatasetName = 'osc_Customers' MasterFields = 'customers_id' DetailDatasetName = 'osc_Customers_info' DetailFields = 'customers_info_id' end> UpdateRules = < item Name = 'Insert osc_Customers' DoUpdate = False DoInsert = True DoDelete = False DatasetName = 'osc_Customers' FailureBehaviour = fbRaiseException end item Name = 'Update osc_Customers' DoUpdate = True DoInsert = False DoDelete = False DatasetName = 'osc_Customers' FailureBehaviour = fbRaiseException end item Name = 'Insert osc_Customers_info' DoUpdate = False DoInsert = True DoDelete = False DatasetName = 'osc_Customers_info' FailureBehaviour = fbRaiseException end item Name = 'Update osc_Customers_info' DoUpdate = True DoInsert = False DoDelete = False DatasetName = 'osc_Customers_info' FailureBehaviour = fbRaiseException end item Name = 'Insert osc_AddressBook' DoUpdate = False DoInsert = True DoDelete = False DatasetName = 'osc_AddressBook' FailureBehaviour = fbRaiseException end item Name = 'Update osc_AddressBook' DoUpdate = True DoInsert = False DoDelete = False DatasetName = 'osc_AddressBook' FailureBehaviour = fbRaiseException end item Name = 'Delete osc_AddressBook' DoUpdate = False DoInsert = False DoDelete = True DatasetName = 'osc_AddressBook' FailureBehaviour = fbRaiseException end item Name = 'Delete osc_Customers_info' DoUpdate = False DoInsert = False DoDelete = True DatasetName = 'osc_Customers_info' FailureBehaviour = fbRaiseException end item Name = 'Delete osc_Customers' DoUpdate = False DoInsert = False DoDelete = True DatasetName = 'osc_Customers' FailureBehaviour = fbRaiseException end> Left = 46 Top = 14 end object DataDictionary: TDADataDictionary Fields = < item Name = 'TiendaWeb_ID' DataType = datAutoInc BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'ID' Alignment = taLeftJustify end item Name = 'TiendaWeb_ID_EMPRESA' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_TIENDA_ACTIVA' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_BDSERVER' DataType = datString Size = 255 BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_BDPORT' DataType = datString Size = 20 BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_BDNAME' DataType = datString Size = 255 BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_BDUSER' DataType = datString Size = 255 BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_BDPASS' DataType = datString Size = 255 BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'TiendaWeb_ULTIMA_ACTUALIZACION' DataType = datDateTime BlobType = dabtUnknown DisplayWidth = 0 Alignment = taLeftJustify end item Name = 'osc_Customers_customers_firstname' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_firstname' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_dob' DataType = datDateTime BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_dob' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_lastname' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_lastname' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_email_address' DataType = datString Size = 96 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_email_address' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_telephone' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_telephone' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_fax' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_fax' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_password' DataType = datString Size = 40 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_password' Alignment = taLeftJustify end item Name = 'osc_Customers_rdx_customers_id_local' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'rdx_customers_id_local' Alignment = taLeftJustify end item Name = 'osc_Customers_customers_default_address_id' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_default_address_id' Alignment = taLeftJustify end item Name = 'osc_Customers_info_customers_info_id' DataType = datAutoInc BlobType = dabtUnknown DefaultValue = '0' DisplayWidth = 0 DisplayLabel = 'customers_info_id' Alignment = taLeftJustify end item Name = 'osc_Customers_info_date_account_created' DataType = datDateTime BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'date_account_created' Alignment = taLeftJustify end item Name = 'osc_Customers_info_date_account_last_modified' DataType = datDateTime BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'date_account_last_modified' Alignment = taLeftJustify end item Name = 'osc_Customers_info_rdx_customers_info_id_local' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'rdx_customers_info_id_local' Alignment = taLeftJustify end item Name = 'osc_AddressBook_customers_id' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'customers_id' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_gender' DataType = datString Size = 1 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_gender' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_company' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_company' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_firstname' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_firstname' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_lastname' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_lastname' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_street_address' DataType = datString Size = 64 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_street_address' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_suburb' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_suburb' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_postcode' DataType = datString Size = 10 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_postcode' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_city' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_city' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_state' DataType = datString Size = 32 BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_state' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_country_id' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_country_id' Alignment = taLeftJustify end item Name = 'osc_AddressBook_entry_zone_id' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'entry_zone_id' Alignment = taLeftJustify end item Name = 'osc_AddressBook_rdx_address_book_id_local' DataType = datInteger BlobType = dabtUnknown DisplayWidth = 0 DisplayLabel = 'rdx_address_book_id_local' Alignment = taLeftJustify end> Left = 147 Top = 14 end object DABINAdapter: TDABINAdapter Left = 48 Top = 80 end object Diagrams: TDADiagrams Left = 150 Top = 80 DiagramData = ''#13#10' '#13#10' '#13#10' '#13#10' '#13#10' '#13#10''#13#10 end object bpTiendaWeb: TDABusinessProcessor Schema = schTiendaWeb InsertCommandName = 'Insert_TiendaWeb' DeleteCommandName = 'Delete_TiendaWeb' UpdateCommandName = 'Update_TiendaWeb' ReferencedDataset = 'TiendaWeb' ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands] UpdateMode = updWhereKeyOnly Left = 264 Top = 14 end object bp_osc_Customers: TDABusinessProcessor Schema = schTiendaWeb InsertCommandName = 'Insert_Customers' DeleteCommandName = 'Delete_Customers' UpdateCommandName = 'Update_Customers' ReferencedDataset = 'osc_Customers' ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands] UpdateMode = updWhereKeyOnly Left = 264 Top = 78 end object bp_osc_Customers_info: TDABusinessProcessor Schema = schTiendaWeb InsertCommandName = 'Insert_Customers_info' DeleteCommandName = 'Delete_Customers_info' UpdateCommandName = 'Update_Customers_info' ReferencedDataset = 'osc_Customers_info' ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands] UpdateMode = updWhereKeyOnly Left = 264 Top = 142 end object bp_osc_AddressBook: TDABusinessProcessor Schema = schTiendaWeb InsertCommandName = 'Insert_AddressBook' DeleteCommandName = 'Delete_AddressBook' UpdateCommandName = 'Update_AddressBook' ReferencedDataset = 'osc_AddressBook' ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands] UpdateMode = updWhereKeyOnly Left = 264 Top = 214 end object bp_osc_Manufacturers: TDABusinessProcessor Schema = schTiendaWeb InsertCommandName = 'Insert_osc_Manufacturers' DeleteCommandName = 'Delete_osc_Manufacturers' UpdateCommandName = 'Update_osc_Manufacturers' ReferencedDataset = 'osc_Manufacturers' ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands] UpdateMode = updWhereKeyOnly Left = 56 Top = 214 end end