SQL Express, can I use it?

Discussion in 'Pre-sales questions' started by Edgar, Sep 29, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Edgar

    Edgar Guest

    Do I need to purchase the $10 SQL database addon even if my database is located in the App_Data folder of my application?

    I forgot to mention my database is MS SQL Server 2005, the mdf file located in the App_data folder...
     
  2. Hi,
    Express DBes are not supported but there is a nice feature in the Control Panel once you add a SQL Server option to Attach an Express DB.
    You can't use the Express DB as is, you must migrate it to SQL Server.
    Note: This is a good thing, I can provide links where you can see that Microsoft has specifically asked Shared hosts to not support Express versions of SQL Server on-line.
    All the best,
    Mark
     
  3. Guest

    Guest Guest

    Access MDB in App_Data using OLEDB

    Do you support Access MDB in the App_Data directory so I can access it vir "|DataDirectory|" in my Web.Config and use System.Data.OleDB provider? And can I upload the MDB file from my local machine rather than have to create it through some on-line admin tool?

    TIA
    John
     
  4. Guest

    Guest Guest

    Follow up question

    Hi Mark,
    Thank you for that link. It is an excellent response and the idea suggested works. But my question is, can I create a directory on my site called App_Data and give it full permissions? If so then I can use the |DataDirectory| in Web.Config without the need of the additional code.

    TIA,
    John
     
  5. Hi,
    DASP provides a secure folder for this you should use instead, each new site gets a folder named '_database'. You can however do it the way you mentioned, I don't have code for that right now but I did test it on DASP servers that way too.
    All the best,
    Mark
    Note: The reason DASP provides that secure folder is due to the need for additional security for Access.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page