Sending an Email with Attachments using Python

Python logo

Update: I have improved the code listed below by adding functionality that moves and renames the files, as well as improving some of the other syntax.  See revised code here. Have you ever needed to create a job that would email multiple files on a schedule?  That was my problem.  I decided to use the … Read more

Changing Oracle Databases at Run-time with Crystal Reports Viewers in ASP.NET

ASP.NET logo

As part of the legacy application upgrade I’ve been doing, I decided to move the Crystal Reports to a Web application rather that having the users access them directly on Crystal Reports XI via Citrix, which has been the method they have been using.  This has several advantages, the primary one being speed.  One problem … Read more

ADODB Issues in VB.NET with an Oracle Database

Oracle Database logo

During my recent VB6 to VB.NET Forms upgrade adventure, I had to wade through quite a bit of code that, while still functional, should be upgraded further when time permits.  Most of this code is used for data access, and being that it was written back in the VB6 / Classic ASP days, Active Data … Read more