• edward_hall76 (12/26/2012)


    I want to set up a web server so I can use Dreamweaver to create aspx.net pages to connect to my Sql 2008 Server on an xp machine

    OK so you want to connect to sql server from an asp.net page? I didn't know Dreamweaver can create .net pages, but I guess they can. Go to your code behind and create a connection.

    If you are unsure of how to do that try searching "connect to sql server with dreamweaver asp.net".

    If you need specific syntax for your connection string you can visit http://www.connectionstrings.com/[/url]

    I can't really offer any more help than that because I don't use Dreamweaver. Maybe you can find more specific help on a Dreamweaver site?

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/