Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Using a SQL Server 2000 DB on a website

  • 06-03-2006 4:48pm
    #1
    Closed Accounts Posts: 90 ✭✭


    Hi
    If I use SQL Server 2000 Enterprise Manager to create a database on my machine.
    What do I transfer to my website for my .asp files to interact with the database?
    Do I save a file
    database.mdb?
    (Or is that just Microsoft Access Im thinking of?)
    Or is it a .mdf file?
    Thanks
    Peter


Comments

  • Registered Users, Registered Users 2 Posts: 7,265 ✭✭✭RangeR


    AFAIK, you rweb hosting provider will have SQL Server already setup for you. You then have to transfer your database to the website. Then just interegate the DB as if it was local.


  • Closed Accounts Posts: 90 ✭✭peterwilson


    Thanks!
    So whould I save something on my harddisk and then upload it to my website?
    What file/files would they be? What extensions would they have?
    Cheers
    Peter


  • Registered Users, Registered Users 2 Posts: 7,265 ✭✭✭RangeR


    I don't think so. You would create it on the webserver. If you have a local DB, you can generate the SQL script and srun that script on the server to recreate your DB.


Advertisement