Developer Frustration Day

by Codewiz51 February 26, 2010 19:30

Today was developer frustration day.

I've furnished a specialized DLL to my customer to provide input/output capability. The DLL reads CSV files and writes data to a relational database.

The entire development process has been frustrating. The input files aren't fixed and the folks writing the files I process apparently aren't writing to the same specification I am using. As a result, I've had to add a lot of exception handling code for things like inconsistent trailing commas, missing columns, columns with different names, etc.

More...

Going nuts with SQL Server Compact Edition

by Codewiz51 February 20, 2010 16:22

I've been experimenting with converting a small Oracle database to SQL Server Compact Edition 3.5.  While I'm nonplussed with the available tools, in particular the lack of support for SQLCE in DTSWizard, the database is highly function for embedded purposes.

More...

Jane's 2009 Christmas videos with Rocket

by Codewiz51 February 14, 2010 21:25

Jane visited Fox Lair Farm New Years weekend, 2010. Jane is no longer riding and so, with a heavy heart, we are going to sell Rocket. I put together a play list of some of the video I took of her visit.

Sorry, no coding trivia tonight. I'm working on capturing family videos before our old Camcorders bite the dust.

This is an example of embedding a youtube playlist in a web page.  Sorry for the layout issues.  Everytime I save this entry, the layout gets punked on IE8.


<object width="480" height="385">
    <param name="movie" value="http://www.youtube.com/p/CC2028FA0A79919C&amp;hl=en_US&amp;fs=1"></param>
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed src=http://www.youtube.com/p/CC2028FA0A79919C&amp;amp;hl=en_US&amp;amp;fs=1
        type="application/x-shockwave-flash"
        width="480" height="385" allowscriptaccess="always"
        allowfullscreen="true">
    </embed>
</object>

My Youtube Channel is open for business

by Codewiz51 February 12, 2010 22:58

I just completed uploading video for my Youtube channel.  Stop by and check it out.

Codewiz51 on Youtube

Let me know what you think.  I'm trying to organize the 60 odd videos so they make some sense.

Tags:

Life

CabWiz Errors

by Codewiz51 February 10, 2010 19:45

I had to revisit an old project today. A new requirement meant code modification and rebuilding the install for a smart device (iPaq).

CabWiz.exe generated some errors which made no sense during the rebuild process:

Windows CE CAB Wizard

Warning: Section [RegKeys] has no data
Warning: Section [DefaultInstall] key "AddReg" - there are no section entries to process
Error: CAB file "C:\MyPrjDir\PocketCalcCab\Release\PocketCalcCab.CAB" could not be created

ERROR: The Windows CE CAB Wizard encountered an error.
See the output window for more information.

This error looks awful, but the fix is simple. More...

Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen | Modified by Mooglegiant


Disclaimer

This blog represents my personal hobby, observations and views. It does not represent the views of my employer, clients, especially my wife, children, in-laws, clergy, the dog, the cats or my daughter's horse. In fact, I am not even sure it represents my views when I take the time to reread postings.

All comments are moderated for content.

© Copyright 2008-2010