Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Author: David Kittell

Drop Table If Exists

Posted on March 19, 2013October 26, 2015 By David Kittell
Read more

Update Record Upper / Lower Case

Posted on March 19, 2013October 26, 2015 By David Kittell

Upper Case Lower Case

Read more

File Open

Posted on March 11, 2013October 26, 2015 By David Kittell
Read more

New Line

Posted on March 4, 2013March 10, 2016 By David Kittell

Often we forget what code we need to use to create a new line (line break), hopefully this will help. n = CR (Carriage Return) Used as a new line character in Unix r = LF (Line Feed) Used as a new line character in Mac OS nr = CR…

Read more

Filter Datagrid

Posted on March 1, 2013October 26, 2015 By David Kittell

If you already have a data grid and want to search it you can create a textbox and do a textbox.textchanged control to run something like below:

Read more

Check For Valid Date

Posted on February 28, 2013October 26, 2015 By David Kittell

Recently I had to validate dates in a form specifically the date of visit and date of birth This function will now check both for future date and do more checks for the date of visit, debug/helper information left in to better understand the function. Function Code: Function Use:

Read more

Database Primary Key Max Entry Fix

Posted on February 28, 2013October 26, 2015 By David Kittell

Two options with this fix, official script from Ektron or to fix the individual tables that are currently having the issue. Individual Table(s) Official fix from Ektron, specific to 8.0.2

Read more

Visual Studio Oracle Tools

Posted on February 28, 2013October 26, 2015 By David Kittell

When working with Visual Studio and Oracle you will need to download Oracle’s Visual Studio Tools. Code Samples: http://www.oracle.com/technetwork/articles/dotnet/cook-dotnet-101788.html If I thought I could legally host the file I would. Official Page: http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html If the link fails to work do a search on http://www.oracle.com/ for Visual Studio ODAC 11.2 Release…

Read more

Show Duplicate Records

Posted on February 28, 2013October 26, 2015 By David Kittell

These two queries run under different schools of thought and purpose but will help in finding duplicate records. First, if you only want to see the records that are duplicates and the amount of times they appear in the table you could run this code: Second, if you want to…

Read more

Relative Date

Posted on February 27, 2013October 26, 2015 By David Kittell
Read more
  • Previous
  • 1
  • …
  • 61
  • 62
  • 63
  • 64
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - Get Text Encoding Type
  • Front Page
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • Bleaching Wool using Hydrogen Peroxide

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - Get Text Encoding Type
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • Bleaching Wool using Hydrogen Peroxide
  • PowerShell - IIS Remove Site
  • Javascript - Digital Clock with Style
©2025 David Kittell | WordPress Theme by SuperbThemes
David Kittell
  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support