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

Search:

Type: Posts; User: darnold037

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    4,978

    Linking in ASP Datagrid

    I have an executed SQL query that yields a table of results. I want to be able to have one of the columns named "DirectPath" be clickable with an automatic redirect to the article that coincides with...
  2. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    I fixed the problem. I went ahead and created a new database and didn't use master. It didn't immediately solve the problem but I did get it working after altering authentication settings in the SQL...
  3. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    I believe I am past all of my connection string problems at the moment. Now I'm running into permissions errors with this.

    Exception Details: System.Data.SqlClient.SqlException: The SELECT...
  4. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    I have found the cause of that problem and have fixed it. However I am still having problems related to it. One of my close friends is very proficient in ASP.NET so he has also given me some edits...
  5. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    Here is my full connection string...feel free to critique my coding methods as I am new to this and would like to become better, also please let me know what exactly you would do to change my code....
  6. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    This is the error message I am getting when trying to connect to my database.

    Server Error in '/' Application.
    --------------------------------------------------------------------------------
    ...
  7. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    I guess I'm wondering what the command is for Server.CreateObject for SQL Server 2008?
  8. Replies
    13
    Views
    17,140

    Re: Opening an SQL Connection

    Yes I have. Unfortunately as I said I don't know enough about SQL to understand which connection string I should be using and under which options. One thing I want people from anywhere in the plant I...
  9. Replies
    13
    Views
    17,140

    Opening an SQL Connection

    Hello,

    I am very new to SQL and do not understand as much about the language as I had hoped I would after a couple months of looking at it. I am creating a procedure database for work where we...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured