Results 1 to 17 of 17

Thread: MSDE Will Not Run on VISTA

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    MSDE Will Not Run on VISTA

    Interesting article for those of you using MSDE.

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: MSDE Will Not Run on VISTA

    Remind me what the positive reasons to switch to Vista are, again? (Aside from the pain, I mean.)
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: MSDE Will Not Run on VISTA

    byte me... take your D.O.S. manuals and diskettes and leve the rest of us alone...
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: MSDE Will Not Run on VISTA

    Quote Originally Posted by Al42
    Remind me what the positive reasons to switch to Vista are, again? (Aside from the pain, I mean.)


    take a look at the good sides of SQL 2005 Express:
    * Increased DB Size to 4GB
    * Removal of workload governor
    * Better integration with Visual Studio
    * Free integrated Management Tool; SQL Server Management Studio Express
    * SQL Server 2005 Reporting Services
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: MSDE Will Not Run on VISTA

    That article is a bit vague - some of the posts on the link indicate that it will run but is not supported - like many old products that fall out of support.

    But the flip side of that is many products use MSDE - BackupExec, Sony Vegas Video editing app I have, PC-based phone systems that my customers have - I'm sure it's popping up all over the place.

    Just another thing to try to keep clear while upgrading and supporting new installations

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: MSDE Will Not Run on VISTA

    szlamany ,would using MySql solve the above mentioned problems ??.I'm saying that because its(MySql) backward compatible and doesnt have such product lifecycles as microsoft has .Also its compatible with other platforms and lightweight too(compared to Oracle and the like...)

  7. #7
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: MSDE Will Not Run on VISTA

    I'm a small company - and I would only ever use MS SQL products for backend DB's.

    I would imagine that Sony and Symantec (BackupExec people) probably feel the same way.

    My customers want to use MS products - and I cannot argue that point from them.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: MSDE Will Not Run on VISTA

    Quote Originally Posted by litlewiki
    szlamany ,would using MySql solve the above mentioned problems ??.I'm saying that because its(MySql) backward compatible and doesnt have such product lifecycles as microsoft has .Also its compatible with other platforms and lightweight too(compared to Oracle and the like...)
    There is SQL Express, you know?

    You could use any database server in fact, just not MSDE as it seems.

  9. #9
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: MSDE Will Not Run on VISTA

    yes mendhak, you are absolutely correct.I am just trying to think from a developers point of view.that is i would always choose a dbms that has a decent life cycle and can also be easily ported across different envrionments and stuff like that .Ofcourse the customers demands/requirements shuld also be kept in view.

  10. #10
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: MSDE Will Not Run on VISTA

    Quote Originally Posted by litlewiki
    i would always choose a dbms that has a decent life cycle and can also be easily ported across different envrionments and stuff like that.
    Do you really feel that mySql has a more respectable life-cycle over a MS product like MS SQL Server?

    Do you sell products now that utilize mySql and do you find that the platforms they get implemented on are varied? I'm curious - looking for some details.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  11. #11
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: MSDE Will Not Run on VISTA

    heyy no, i'm still a student and i have no such professional experience or anything ,but i have worked with Access,MySql and Oracle of which i found Mysql to be more easier to manage and work with.My arguments are based on that fact!

  12. #12
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: MSDE Will Not Run on VISTA

    Once you go MS SQL server you never go back

    Thanks for the answer!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  13. #13
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: MSDE Will Not Run on VISTA

    Quote Originally Posted by litlewiki
    heyy no, i'm still a student and i have no such professional experience or anything ,but i have worked with Access,MySql and Oracle of which i found Mysql to be more easier to manage and work with.My arguments are based on that fact!
    And I have the completely opposite experience.... so far SQL Server (and SQL EXpress) have been far eaier to work with than mySQL....

    But it's also all relative.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  14. #14
    Frenzied Member litlewiki's Avatar
    Join Date
    Dec 2005
    Location
    Zeta Reticuli Distro:Ubuntu Fiesty
    Posts
    1,162

    Re: MSDE Will Not Run on VISTA

    well ,you guys are undoubtedly more experienced and talented than me,so it would be wise not to go into further discussion.
    I have no experience with mssql or sql express but neway thanks for the insight !

  15. #15
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: MSDE Will Not Run on VISTA

    Oracle difficult to manage? I can believe that.

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: MSDE Will Not Run on VISTA

    Quote Originally Posted by szlamany
    Once you go MS SQL server you never go back ...
    Oh the pun, but your post is sooo true.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  17. #17
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: MSDE Will Not Run on VISTA

    I have used both and I prefer MySQL but hey whatever works. Don't forget PostgreSQL which is also free and apparently provides more enterprise-level features than MySQL.

    SQL Server is useful if you need a pretty GUI to do things.

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