CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2009
    Location
    Genova - Italy
    Posts
    38

    Question Show user version of MDB file ?

    Hello to everyone.

    I have a .mdb access database and I would like to insert an user version of DB (like 1.0 or 1.2, etc) in it. I also would like that this version would be visible when an user right-click on closed DB end select "property" option.
    In Visual C++ you can insert a resource called "Version" to do it.

    Thanks in advance

    Fabrizio

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Show user version of MDB file ?

    Right click on the .mdb file in explorer -> Properties -> choose Summary tab -> go in "Advanced" -> add info in the fields like "Revision number" and others.
    Victor Nijegorodov

  3. #3
    Join Date
    Jul 2009
    Location
    Genova - Italy
    Posts
    38

    Re: Show user version of MDB file ?

    Thank you VictorN.

    Just a little issue: by proceeding as you suggested, if the user goes with pointer above mdb file, the revision number doesn't appear in tooltip.
    There is any way to obtain it?

    Thanks again

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Show user version of MDB file ?

    Sorry, I don't know.
    Victor Nijegorodov

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

Featured