rubyonwindows.blogspot.com rubyonwindows.blogspot.com

rubyonwindows.blogspot.com

Ruby on Windows

On using the Ruby programming language on the Microsoft Windows platform. Saturday, March 3, 2012. ADO, Excel, and Data Types. About using Ruby with Microsoft's ADO technology to query Excel workbooks as databases. This works well- -most of the time. But you may occasionally bump into data type issues, where you find that Excel/ADO treat a specific column as a different data type than you expected. CStr(x) - Converts x to a String value. CDec(x) - Converts x to a Decimal value. Posted by David Mullet.

http://rubyonwindows.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RUBYONWINDOWS.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 9 reviews
5 star
5
4 star
2
3 star
2
2 star
0
1 star
0

Hey there! Start your review of rubyonwindows.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.5 seconds

FAVICON PREVIEW

  • rubyonwindows.blogspot.com

    16x16

  • rubyonwindows.blogspot.com

    32x32

  • rubyonwindows.blogspot.com

    64x64

  • rubyonwindows.blogspot.com

    128x128

CONTACTS AT RUBYONWINDOWS.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Ruby on Windows | rubyonwindows.blogspot.com Reviews
<META>
DESCRIPTION
On using the Ruby programming language on the Microsoft Windows platform. Saturday, March 3, 2012. ADO, Excel, and Data Types. About using Ruby with Microsoft's ADO technology to query Excel workbooks as databases. This works well- -most of the time. But you may occasionally bump into data type issues, where you find that Excel/ADO treat a specific column as a different data type than you expected. CStr(x) - Converts x to a String value. CDec(x) - Converts x to a Decimal value. Posted by David Mullet.
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 ruby on windows
4 i've written before
5 call the cstr
6 1 comments
7 labels ado
8 excel
9 require 'win32ole
10 olhtml = 5
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,ruby on windows,i've written before,call the cstr,1 comments,labels ado,excel,require 'win32ole,olhtml = 5,suggestions,2 comments,labels outlook,ruby,word,and use rawr,interested,10 comments,labels jruby,as recently reported
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Ruby on Windows | rubyonwindows.blogspot.com Reviews

https://rubyonwindows.blogspot.com

On using the Ruby programming language on the Microsoft Windows platform. Saturday, March 3, 2012. ADO, Excel, and Data Types. About using Ruby with Microsoft's ADO technology to query Excel workbooks as databases. This works well- -most of the time. But you may occasionally bump into data type issues, where you find that Excel/ADO treat a specific column as a different data type than you expected. CStr(x) - Converts x to a String value. CDec(x) - Converts x to a Decimal value. Posted by David Mullet.

INTERNAL PAGES

rubyonwindows.blogspot.com rubyonwindows.blogspot.com
1

Ruby on Windows: Coming Soon: win32ole for JRuby

http://rubyonwindows.blogspot.com/2010/09/coming-soon-win32ole-for-jruby.html

On using the Ruby programming language on the Microsoft Windows platform. Sunday, September 26, 2010. Coming Soon: win32ole for JRuby. FYI: In a recent Ruby Forum thread. FWIW, a win32ole library is in development and should be in JRuby for 1.6. This is good news for those of us who do a lot of work with the standard Ruby win32ole library. My sincere thanks to all who are helping to make this happen. Posted by David Mullet. September 26, 2010 at 10:14 PM. Subscribe to: Post Comments (Atom).

2

Ruby on Windows: ADO, Excel, and Data Types

http://rubyonwindows.blogspot.com/2012/03/ado-excel-and-data-types.html

On using the Ruby programming language on the Microsoft Windows platform. Saturday, March 3, 2012. ADO, Excel, and Data Types. About using Ruby with Microsoft's ADO technology to query Excel workbooks as databases. This works well- -most of the time. But you may occasionally bump into data type issues, where you find that Excel/ADO treat a specific column as a different data type than you expected. CStr(x) - Converts x to a String value. CDec(x) - Converts x to a Decimal value. Posted by David Mullet.

3

Ruby on Windows: Automating Outlook with Ruby: Saving Mail Messages To Files

http://rubyonwindows.blogspot.com/2011/09/automating-outlook-with-ruby-saving.html

On using the Ruby programming language on the Microsoft Windows platform. Friday, September 2, 2011. Automating Outlook with Ruby: Saving Mail Messages To Files. I've talked in the past about managing mail messages in your Inbox. And about saving email attachments to your hard drive. A reader recently asked about saving a mail message as a file on your hard drive. This can be done by calling the MailItem's SaveAs(). Let's look at a brief example that saves an Inbox message as an HTML file:. Just a word o...

4

Ruby on Windows: JRuby 1.6: Now With Win32OLE Goodness

http://rubyonwindows.blogspot.com/2011/03/jruby-16-now-with-win32ole-goodness.html

On using the Ruby programming language on the Microsoft Windows platform. Wednesday, March 16, 2011. JRuby 1.6: Now With Win32OLE Goodness. JRuby 1.6 has just been released and, among the many new features, the JRuby installer for Windows now includes the win32ole library. This is good news for those of us that frequently use Ruby's win32ole module to automate Excel. And a variety of other Windows applications and processes. Now you have the option of running your code on the JVM. Posted by David Mullet.

5

Ruby on Windows: Displaying a MessageBox Using the Windows API

http://rubyonwindows.blogspot.com/2007/06/displaying-messagebox-using-windows-api.html

On using the Ruby programming language on the Microsoft Windows platform. Saturday, June 2, 2007. Displaying a MessageBox Using the Windows API. Indeed, there is. Use the DL. Library to call the MessageBoxA. First, require the dl. We'll feed the function our message text, a dialog box title, and an integer that defines what buttons to display. Let's define some meaningful constants to represent the possible button values:. BUTTONS OK = 0. BUTTONS OKCANCEL = 1. BUTTONS ABORTRETRYIGNORE = 2. CLICKED OK = 1.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

blog.voidscope.com blog.voidscope.com

voidscope » Development

http://blog.voidscope.com/wordpress/category/development

Cygwin, irb and utility belt – a broken combination? Working with Ruby occasionally requires the use of irb, the interactive Ruby shell. It’s a terrific tool for quickly exploring new things (in my case, using Ruby to experiment with using sendkeys. Via the Windows Script Host. To automate an awkard windows app. I’m using Cygwin to do the windows portion of my project at work, and I’ve become quite accustomed to using irb in conjunction with the very nifty utility belt gem. Bulkhead $ irb load error: /.

blog.voidscope.com blog.voidscope.com

voidscope » Ruby

http://blog.voidscope.com/wordpress/category/development/ruby

Cygwin, irb and utility belt – a broken combination? Working with Ruby occasionally requires the use of irb, the interactive Ruby shell. It’s a terrific tool for quickly exploring new things (in my case, using Ruby to experiment with using sendkeys. Via the Windows Script Host. To automate an awkard windows app. I’m using Cygwin to do the windows portion of my project at work, and I’ve become quite accustomed to using irb in conjunction with the very nifty utility belt gem. Bulkhead $ irb load error: /.

blog.voidscope.com blog.voidscope.com

voidscope » Linux

http://blog.voidscope.com/wordpress/category/linux

Debian testing and Xorg. Well, somewhere along the line after coming back from a two-month stint with work, Debian testing has had an upgrade that caused all four of my Intel i945 family chipset PCs to burn 100% CPU whenever something changed on the screen. It’s no fun waiting several seconds to alt-tab between windows, so here’s the culprit…. Brice Gordlin wrote on 2007-09-11. Some fairly optimistic statements about the state of Xorg’s intel drivers and rendering with EXA acceleration:. June 19th, 2008.

blog.voidscope.com blog.voidscope.com

voidscope » About

http://blog.voidscope.com/wordpress/about

Paul Harvey is 24 and is still not dead (apologies Mr Pratchett). Yes, I know, I know. Putting a number on a static page that is derived from a dynamic reference (present time) is futile: I’ll have to come back here on the strike of 21:00 on a particular day toward the end of the year, or I risk this page containing untruth…. June 18th, 2008. Categories: Author: csirac2. Comments: No Comments. Mail (will not be published) (required). Voidscope is proudly powered by WordPress. And themed by Mukkamu.

tobiasbraner.de tobiasbraner.de

Ruby | Software Engineer & Designer

http://www.tobiasbraner.de/tag/ruby

Software Engineer and Designer. MacRuby – Create iCal event with alarm from Ruby. 26 März 2012. I’ve had to create some very similar events in my calendar, but they did not match a valid recurrence pattern. As I find it quite painful to create multiple iCal events I thought I maybe should try out MacRuby to automate the process as far as I could. As the resources for this topic are rare on the net I thought I could share the basics. I’ll explain the details below the coding. I} #{cal.type} t. Object is i...

tobiasbraner.de tobiasbraner.de

Ruby | Software Engineer & Designer

http://www.tobiasbraner.de/category/ruby

Software Engineer and Designer. MacRuby – Create iCal event with alarm from Ruby. 26 März 2012. I’ve had to create some very similar events in my calendar, but they did not match a valid recurrence pattern. As I find it quite painful to create multiple iCal events I thought I maybe should try out MacRuby to automate the process as far as I could. As the resources for this topic are rare on the net I thought I could share the basics. I’ll explain the details below the coding. I} #{cal.type} t. Object is i...

blog.voidscope.com blog.voidscope.com

voidscope » Cygwin, irb and utility_belt – a broken combination?

http://blog.voidscope.com/wordpress/2008/06/21/cygwin-irb-and-utility_belt-a-broken-combination

Cygwin, irb and utility belt – a broken combination? Working with Ruby occasionally requires the use of irb, the interactive Ruby shell. It’s a terrific tool for quickly exploring new things (in my case, using Ruby to experiment with using sendkeys. Via the Windows Script Host. To automate an awkard windows app. I’m using Cygwin to do the windows portion of my project at work, and I’ve become quite accustomed to using irb in conjunction with the very nifty utility belt gem. Bulkhead $ irb load error: /.

blog.voidscope.com blog.voidscope.com

voidscope » 2008 » June

http://blog.voidscope.com/wordpress/2008/06

Old, obscure flying boat concept. In between trying to get work done, I’ve been mulling over interesting aircraft configurations (canard vs tandem vs conventional) that I would use to design and build a light aircraft with a very specific mission that I’ll write about some other time. Many are familiar with the Hughes Spruce Goose. But another interesting beast from an even earlier time (circa 1920) was the Caproni Ca.60 Noviplano flying boat. Makes a canard pusher design like the Rutan VariEze. However,...

UPGRADE TO PREMIUM TO VIEW 59 MORE

TOTAL LINKS TO THIS WEBSITE

67

OTHER SITES

rubyontube.com rubyontube.com

Rubyontube.com

rubyontuesday.com rubyontuesday.com

rubyontuesday - beer and curry, nothing else

The search continues for the ultimate in beer and curry. Welcome to rubyontuesday.com,. The online resource for all regular 'Ruby Tuesday' attendees. An untiring quest for the finest ales and most exquisite nosebag known to mankind, reaching destinations as far flung as Soho, Kingston Upon Thames, Wokingham, Yateley and Farnham. Southwark / London Bridge (18th March 2014) by mikebate. A RoT gathering was arranged for March 18. Then on to the bizarre pub called ‘The Market Porter’ serving an array of home...

rubyonwales.org rubyonwales.org

www.rubyonwales.org - registered by Daily.co.uk

Features with your Domain Name. Search for your domain name plus see the full list of features that comes with registering or transferring your domain to Daily! The most competitive domain name prices in the UK. Transfer your domains to Daily. Why not transfer your domain name to Daily and benefit from lower prices at renewal? Save money using Domain Credits. Three ways to save on your domain name registrations. Backorder an existing domain. Domain name you want not available? Web Hosting ▼. GoMobi makes...

rubyonweekends.com rubyonweekends.com

TransIP - Reserved domain

This is the standard TransIP page for reserved domain names. No website has been published for this domain. Are you still seeing. This after publishing your website? Please make sure you upload your website to the /www directory and clear your browser cache before reloading this page. Domains and Web hosting. Dit domein is gereserveerd. U kijkt naar de standaardpagina van TransIP. Voor deze domeinnaam is nog geen website gepubliceerd. Heeft u de bestanden van. Dit domein is gereserveerd.

rubyonwheels.wordpress.com rubyonwheels.wordpress.com

Ruby on Wheels | simple, straight-forward, extensible, and portable

8230; and who is Ruby? Where have I been? Simple, straight-forward, extensible, and portable. Scots wha’ ha’ …. 8220;ruby on wheels” is about to go on Indian wheels. Trying a video upload. Bye bye little fish. The Trumpet Blasts …. Technology – Evernote. Kinbuck Bridge, near Dunblane. First night at Whigham’s. Bill Boyd – literacy advisor. Blog – EFL. Gil’s coastal walk. Massage in Schools Programme. SQA – ESOL. Atherton's learning site. Delicious – Masterclass. Mark Pegrum's links. January 25, 2015.

rubyonwindows.blogspot.com rubyonwindows.blogspot.com

Ruby on Windows

On using the Ruby programming language on the Microsoft Windows platform. Saturday, March 3, 2012. ADO, Excel, and Data Types. About using Ruby with Microsoft's ADO technology to query Excel workbooks as databases. This works well- -most of the time. But you may occasionally bump into data type issues, where you find that Excel/ADO treat a specific column as a different data type than you expected. CStr(x) - Converts x to a String value. CDec(x) - Converts x to a Decimal value. Posted by David Mullet.

rubyonwindowsguides.github.io rubyonwindowsguides.github.io

Ruby on Windows Guides

Ruby on Windows Guides. 1 1 Windows Command Line. 1 2 Improving Command Prompt. 1 3 A Word About Git Ides And Editors. 2 2 Building Ruby. 2 3 Ruby Version Managers. 2 5 Installing Native Gems. 2 6 Installing Native Gems From Headers And Shared Libraries. Ruby On Rails 4 On Windows. 3 1 Rails And Sqlite3 Database. 3 2 Mysql Database. 3 3 Postgresql Database. 3 4 Ms Sql Server. 4 1 Ruby And Ole. 4 2 Internet Explorer Automation. 4 3 Word Automation.

rubyonwings.com rubyonwings.com

RubyOnWings.com is for Sale! @ DomainMarket.com

Search Premium Domain Names. What's in a Domain Name? Building your online presence starts with a top quality domain name from DomainMarket.com. At DomainMarket.com you'll find thousands of the very best .Com domain names waiting to be developed into first rate brands. We have been in business over 10 years and have sold more of our premium domains than any competitors. At DomainMarket.com we offer simple, safe and secure transactions for premium domain names. Your branding efforts will be much m...A pre...

rubyonwings.org rubyonwings.org

Welcome!

Welcome to www.rubyonwings.com! This is the standard index of your website. You can easily delete it or replace it with another file. This is the index.html file in the web. For questions or problems please contact the server administrator.

rubyoodb.com rubyoodb.com

Sapphire DB