Connected Systems Chilled Out Blog

Hanging stuff together in a meaningful way with some fun added

  Home  |   Contact  |   Syndication    |   Login
  752 Posts | 10 Stories | 467 Comments | 116 Trackbacks

News

Twitter












Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Blog Roll

Film

Great Sites

Product Blogs

SoliBlog

Tech Sites

64 bit

There are 1 entries for the tag 64 bit
Sorry, not cracked the problems listed at the end of my last 64 bit dev blog. But added a new one. My BizTalk project required the reading of data from an Excel spreadsheet – don’t ask…. Now previously I have used: the Microsoft.ACE.OLEDB.12.0 provider. This allows you to treat the spread sheet as any normal data source. See sample below 1: string strConn = "Provider=Microsoft.ACE.OLE... + "Data Source=E:\\DEMO\\FileLocs\\... + "Extended Properties=Excel 12.0;"; 2: DataSet ds ......