connection string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nadiya
    New Member
    • Nov 2007
    • 1

    #1

    connection string

    how we can give connection string in our application.
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by nadiya
    how we can give connection string in our application.
    like this:

    Code:
    string connString = "insert connection string here";

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by nadiya
      how we can give connection string in our application.
      Your question doesn't make much sense as is. I hope you are not being too lazy to describe your problem clearly ...

      Comment

      • nguyenlh
        New Member
        • Mar 2007
        • 25

        #4
        Originally posted by r035198x
        Your question doesn't make much sense as is. I hope you are not being too lazy to describe your problem clearly ...
        You have to know you need connect with which database ?
        and you have to read books >> more ...

        Comment

        Working...