Results 1 to 13 of 13

Thread: VB.NET 2008 32bit app compatibility with 64bit systems

Hybrid View

  1. #1
    Junior Member Dawg's Avatar
    Join Date
    Nov 2009
    Location
    Portland Or, USA
    Posts
    26

    Re: VB.NET 2008 32bit app compatibility with 64bit systems

    Ooo, that could be powerful! Ima try to make that work.

    Hopefully talking to x86 Excel from a x64 application wont be problematic. We'll see.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: VB.NET 2008 32bit app compatibility with 64bit systems

    Quote Originally Posted by Dawg View Post
    Ooo, that could be powerful! Ima try to make that work.

    Hopefully talking to x86 Excel from a x64 application wont be problematic. We'll see.
    It's ADO.NET, so it uses the Jet or ACE providers, just like Access. The same issue exists with regard to 64-bit systems, i.e. you must build a 32-bit app or use 64-bit ACE.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width