CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bigjoe11a

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    7,960

    Re: Connecting to an Instance of SQL Server

    When I setup a database. You should see this every time you want to access a sql server database in your applications. How could you not know what this is.
  2. Replies
    7
    Views
    7,960

    Re: Connecting to an Instance of SQL Server

    To answer your questions Yes. And it didn't matter how I set it up. I still had problems with 2 database files. The one in the root folder and the one in the debug folder. I added a new record into...
  3. Replies
    7
    Views
    7,960

    Re: Connecting to an Instance of SQL Server

    I'm using SQL server Express 2008. In a VC# Console Application.
    And Yes I used those commands before. The problem I'm having is when I use a SQL Server database file. The program gets all messaed...
  4. Replies
    7
    Views
    7,960

    Connecting to an Instance of SQL Server

    How can I connect to a SQL Server in a console application in VC# express.

    I'm trying to access a SQL Server to connect to databases in SQL Server to list, edit and delete records from a table.
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured