Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Complex situation

    OK, here's the scenerio.

    One department here uses the same Access database (on a
    network) for various reasons, all different, but with the
    same data. Now, I've created a separate SQL Server db to
    house new applicants via a website.

    The SQL Server sits alone and cannot see any network
    drives. I need to develop a process that will get the
    applications (either on demand or scheduled) from the SQL
    Server and place the table into the network drive Access
    db. I cannot redevelop the entire process to be in SQL
    Server, although idea, but time contraints limit that
    possibility. I don't think I can use DTS to complete the
    process completely (and scheduled) because it cannot see
    the networked drive. So how can I accomplish this? Could
    I use DTS to create the process of exporting then use the
    VB code it creates and run it on the client machine? Does
    anyone have any suggestions? Thanks.


    Mike Guest

  2. Similar Questions and Discussions

    1. Resume of the situation
      What you extract from your httpd.conf is what I have in mine except the FilesMatch "\.pl$" section, I'll try to add it this evening... For...
    2. In a desparate situation
      :confused;I am a Volunteer with The Safe Animal Shelter of Orange Park Florida - a non profit "No Kill" shelter for Cats and Dogs. We have a...
    3. Complex Clipping Situation–Help Please
      I am placing a Photoshop image into an Illustrator file. The image has a clipping path around the perimeter, which works as it should in the EPS...
    4. What's the situation with Shockwave plugin and OSX?
      I just discovered that the Shockwave plugin doesn't work with either Explorer, Safari or Netscape on my Mac with OS 10.2.8. When I try to load this...
    5. Intersting fixpak situation
      We have FP2 installed on AIX (v5) and it shows up as 8.1.1.8. When we checked out FP3, it lists as 8.1.0.24. Anybody got any ideas as to why? ...
  3. #2

    Default Re: Complex situation

    Can you install SQLServer Enterprise Manager on a system that *can* see the
    network drive? Then use DTS from there.

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "Mike" <miket221@hotmail.com> wrote in message
    news:04c601c3ceea$6a2059c0$a001280a@phx.gbl...
    > OK, here's the scenerio.
    >
    > One department here uses the same Access database (on a
    > network) for various reasons, all different, but with the
    > same data. Now, I've created a separate SQL Server db to
    > house new applicants via a website.
    >
    > The SQL Server sits alone and cannot see any network
    > drives. I need to develop a process that will get the
    > applications (either on demand or scheduled) from the SQL
    > Server and place the table into the network drive Access
    > db. I cannot redevelop the entire process to be in SQL
    > Server, although idea, but time contraints limit that
    > possibility. I don't think I can use DTS to complete the
    > process completely (and scheduled) because it cannot see
    > the networked drive. So how can I accomplish this? Could
    > I use DTS to create the process of exporting then use the
    > VB code it creates and run it on the client machine? Does
    > anyone have any suggestions? Thanks.
    >
    >

    Mark Schupp 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