Subscribe

Add a table using Word Interop and ConvertToTable

June 1st, 2010 | 2 Comments | Posted in Development, Word Automation

The .NET Framework allows us to do many things with relative ease but the main cost is often the time taken in finding a decent example to learn from. I experienced pain when I wanted to create a Word document programmatically and add a simple table to it. But I got there in the end, and this is how I did it. More »

Tags: , , , , , ,

Writing a Win32 DLL in C++ for Oracle extproc

May 8th, 2009 | No Comments | Posted in Development, Oracle, Win32

I was recently tasked with writing a Win32 DLL containing functionality to be used by Oracle procedures and functions via extproc. This post describes the steps required to achieve this using Microsoft Visual Studio 2005 and Oracle 10g. More »

Tags: , , , ,