Skip to content
coursera-ricardor edited this page Nov 26, 2014 · 3 revisions

Coursera project

# Getting and Cleaning Data.

The first Wiki

This is just for fun ... the worst part .. it is free!

Interact with ...

Some code...


{ Validacion de Certificado } cEstatCert := m_elbl.FieldByName('CERCHECK').AsString; if cEstatCert <> '1' then if m_satc.FindKey([m_elbl.FieldByName('NUCERT').AsString,m_elbl.FieldByName('RFCEMI').AsString]) then begin cEstatCert := '1'; end else begin ShowMessage('Certificado NO encontrado: '+ m_elbl.FieldByName('RFCEMI').AsString); cEstatCert := ''; end;


  1. Read the certificate
  2. Find the public key
  3. encode
  4. decode message

This is the sidebar.

I can add more code!

` public DataRetriever(string connectionString, string tableName) { // SqlConnection connection = new SqlConnection(connectionString); AdsConnection connection = new AdsConnection(connectionString); connection.Open(); command = connection.CreateCommand(); this.tableName = tableName; }

`

Clone this wiki locally