Is it possible to connect to SQL Server 2005 Workgroup using C# Express ?

  • 14 years ago

    When making a new Connection in C# Express Edition I can choose from
    following data sources:
    - Microsoft SQL Server Database File (SQLClient)
    - Microsoft Access Database File

    When looking at sample application in C# more data sources are available.
    The one I think I need is "Microsoft SQL Server". Through Database Explorer
    in C# Express I can not add data sources. This makes me think C# Express can
    only be used with the SQL Server 2005 Express Edition and probably I have to
    change to another (Standard or Professional) version of Visual Studio 2005
    to make a connection with SQL Server 2005 for Workgroups.









    Any comments/help are welcome.

    Regards,

    Roelof

  • 14 years ago

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.” - Donald Knuth