Data Access Application Block ?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Data Access Application Block ?

    Hi everybody
    Is it possible to use data Access Application Block without having VS.NET ?
    Yhanks in advance
    Raja



    Rajesh Madhra Guest

  2. Similar Questions and Discussions

    1. Block admin access
      OS: Win 2000 server IIS: 5 MX 5.0 Any suggestions via IIS to block access external to http://domain.com/cfide/administrator/index.cfm We'd...
    2. Security Application Block
      Anyone using the Security Application Block from the Enterprise Library? I have a rather embarassing situation where I've setup the database and...
    3. Exception manegement application block can't write to Windows server 2003
      Hi, I have posted a similar question to ASP.Net newsgroup but I found the "EMAB, Impersonation and Event log" question here and decided to ask my...
    4. Getting a block of data from with a text file
      Hi All, Any ideas on how to read a txt file from asp and get it to grab one block of information? Sample txt file; Windows IP Configuration...
    5. What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application?
      Hi All, Current Access 2002 MDE application: - has no tier - has neither business object nor any kind of object (Except MS Form object and...
  3. #2

    Default Re: Data Access Application Block ?

    What do you mean without VS.NET? you mean without using .NET framework, or
    using the .NET SDK?

    "Rajesh Madhra" <madhra@yahoo.com> wrote in message
    news:#JzwXbXRDHA.212@TK2MSFTNGP10.phx.gbl...
    > Hi everybody
    > Is it possible to use data Access Application Block without having VS.NET
    ?
    > Yhanks in advance
    > Raja
    >
    >
    >

    fadi Guest

  4. #3

    Default Re: Data Access Application Block ?

    Then yes you can. All you need is the .Net framework and compile it. You can
    use it as a normal component. Reference the namespace and then call
    SqlHelper's methods.

    fadi

    "Rajesh Madhra" <madhra@yahoo.com> wrote in message
    news:eSHPuR#RDHA.1920@TK2MSFTNGP11.phx.gbl...
    > Hi everybody
    > Is it possible to use data Access Application Block without having VS.NET
    ?
    > I mean, I only use notepad and Web Matrix. I do not have Visual Studio.
    > Yhanks in advance
    > Raja
    >
    >
    >

    fadi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139