Connecting to Visual Foxpro via ASP

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

  1. #1

    Default Connecting to Visual Foxpro via ASP

    Hello,

    I need to do some reporting via ASP pages, based on the
    data stored in our SBT Pro accounting system. SBT is based
    on Visual Foxpro databases. (Separate .DBF files, not
    containers)

    It seems fairly basic - it seems to me that I can connect
    to the individual tables via "DNS-less" connections, query
    the tables, then display search results.

    My question: Is there anything that I need to watch out
    for here? (disrupting the data in the SBT system /
    performance /etc?) I do these types of things on a
    regular basis with SQL Server tables and views, as well
    as Access data. However, I want to be real careful here,
    as my CFO will NOT be happy if I disrupt any accounting
    activities by reading their databases via ASP pages on our
    Intranet.

    Thanks to anyone who can provide any insight.


    Paul Alvarez
    Paul Alvarez Guest

  2. Similar Questions and Discussions

    1. Flash and Visual Foxpro
      How to show in a Flash-made annimated banner the list of items from a DBF table -Visual Foxpro 6-
    2. Coldfusion MX & Visual FoxPro
      Hi, We have recently upgraded from Coldfusion 4.5 to MX 6.1 and previously had a Dbase5 database that was administered in 4.5 using the link to...
    3. Postgresql Text field / Visual FoxPro Memo and ODBC
      On Wed, 2005-01-12 at 14:59, MargaretGillon@chromalloy.com wrote: Postgresql doesn't support updatable cursors. ---------------------------(end...
    4. Login issue with Visual FoxPro DB
      We are hosting a clients site on our web server. A part of their page allows customers to login to access a FoxPro database. My problem is at the...
    5. ASP, Access 2000, Visual FoxPro, ODBC Error
      Hi, I have a Visual FoxPro database named C:\Test\VFP\DB.DBC. This database has a single table in it Address.DBF. The Address.DBF table is also...
  3. #2

    Default Connecting to Visual Foxpro via ASP

    Hello,

    I need to do some reporting via ASP pages, based on the data stored in our
    SBT Pro accounting system. SBT is based on Visual Foxpro databases.
    (Separate .DBF files, not containers)

    It seems fairly basic - it seems to me that I can connect to the individual
    tables via "DNS-less" connections, query the tables, then display search
    results.

    My question: Is there anything that I need to watch out for here?
    (disrupting the data in the SBT system / performance /etc?) I do these
    types of things on a regular basis with SQL Server tables and views, as well
    as Access data. However, I want to be real careful here, as my CFO will NOT
    be happy if I disrupt any accounting activities by reading their databases
    via ASP pages on our Intranet.

    Thanks to anyone who can provide any insight.


    Paul Alvarez


    PAlvarez 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