Blog Home  Home Feed your aggregator (RSS 2.0)  
The Johnnynine Weblog - Friday, June 15, 2007
A weblog by Johnny Hughes
 
 Friday, June 15, 2007

From microsoft.com:

"Beginning in Exchange 2007 Beta 2 and Outlook 2007 Beta 2, CDO 1.2.1 will no longer be provided as a part of the install of the product. As a result, there is functionality missing that many applications depend upon. CDO 1.2.1 is a package providing access to Outlook-compatible objects through a COM-based API."

You can download Collaboration Data Objects, version 1.2.1 from microsoft here.

Just as a note, CDO was included as an optional accessory starting with Outlook 2000-ish.

Friday, June 15, 2007 4:00:16 PM (US Mountain Standard Time, UTC-07:00)  #    Comments [0]   Fixes | Technical  | 
 Tuesday, May 29, 2007

EXEC sp_rename 'tablename.oldindexname, tablename.newindexname', 'INDEX'

 

Don't forget the tablenames.

Tuesday, May 29, 2007 6:03:44 PM (US Mountain Standard Time, UTC-07:00)  #    Comments [0]    | 
 Friday, May 18, 2007

I'm always forgetting my dsn-less connection string formats.

 

VB6:

Oracle:

Provider=OraOLEDB.Oracle.1;Data Source=tnsname;User Id=userid;Password=password;

 

Sql Server:

Provider=sqloledb;Data Source=servername;Initial Catalog=dbname;User Id=userid;Password=password;

.Net

Oracle (OracleClient):

Data Source=tnsname;User ID=userid;Password=password;

 

Sql Server (SqlClient):

Server=servername;Database=dbname;User ID=userid;Password=password;Trusted_Connection=False

Friday, May 18, 2007 10:26:15 PM (US Mountain Standard Time, UTC-07:00)  #    Comments [0]    | 
 Monday, December 04, 2006

If you want access to the individual files within your complete pc backup, then the built in Complete PC Backup in WIndows Vista isn't for you.  You can only restore your complete partition.

A caveat to the above is that I have heard you can mount the above backup file in Microsoft Virtual PC as a harddrive, which in theory would allow access to the individual files however this would require you have Virtual PC installed and I have not tried this.

Acronis True Image 10 is compatible with Windows Vista and allows you to explore the backup files in explorer.

Tuesday, December 05, 2006 5:08:37 AM (US Mountain Standard Time, UTC-07:00)  #    Comments [0]    | 

I installed the Windows Vista Ultimate final over the weekend and here are some notes on what I did before doing a fresh install.

Run the Windows Vista Analyser to determine how well your pc can handle Vista.  Don't expect it to catch everything, it will not.

Do a full bootdrive backup. No seriously, do it! I recommend Acronis True Image.

Decrypt all files encrypted by the os (or if you have the know how, export your certificates, etc.)  Your encrypted files will not be readable in the new OS since the user's SID will be different.  (If you are upgrading and not doing a fresh install, you probably don't need to worry about this.)  If you backed up your encrypted files with Windows XP/95's backup tool before you decrypted them you will still not be able to read them as the backup actually backs them up as encrypted files.

During the install, I chose to format the boot drive since I had done a full backup.  I have never fully trusted Windows upgrades, so I always do a full install.

Tuesday, December 05, 2006 5:00:08 AM (US Mountain Standard Time, UTC-07:00)  #    Comments [0]    | 
Copyright © 2008 Johnny Hughes. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.