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

Search:

Type: Posts; User: DataMiser

Search: Search took 0.15 seconds.

  1. Replies
    13
    Views
    17,635

    Re: Opening an SQL Connection

    I think you will need to provide more information. I am not sure what you mean here.

    What did you try?
    What do you want to be able to do?
    What was the result you got?
    If any errors occurred...
  2. Replies
    13
    Views
    17,635

    Re: Opening an SQL Connection

    You really should not be using Master as your database.
    You should istead create a new database for your project.
    This may be the source of your porblem.
    You also may want to check the permissions...
  3. Replies
    13
    Views
    17,635

    Re: Opening an SQL Connection

    Well I do not have a lot of experience in ASP and most of what I do have is in ASP rather than ASP .net.

    When I use the createobject I am using it to create a recordset and giving it a connection...
  4. Replies
    13
    Views
    17,635

    Re: Opening an SQL Connection

    What type is your objConnection defined as?
    In VB I would just define it as Object and that works fine.
  5. Replies
    13
    Views
    17,635

    Re: Opening an SQL Connection

    I'm not sure what you are asking. In the case of web apps I have did the Server.Create object portion is the same as always. The connection string is the part that is different.

    Under ADO my...
  6. Replies
    13
    Views
    17,635

    Re: Opening an SQL Connection

    Have you looked at www.connectionstrings.com
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured