Results 1 to 4 of 4

Thread: FoxPro db, and finding documentation

  1. #1
    Leha Guest

    FoxPro db, and finding documentation


    Hi, All:

    I want to put a Visual FoxPro database on the web using ASP-db. I did a trial run with an Access db and all went great,
    but can't figure out how to do the same with a VFP .dbc file. Is there somewhere in the docs that I missed the discussion of this?

    Is it even possible to use VFP with ASP-db?

    Thanks!

    Leha

  2. #2
    Leha Guest

    FoxPro db, and finding documentation (reply)

    I forgot to mention: when I tried to use

    X.dbDBType = "SQL"

    I got an error message saying that dbDBType was not supported.

    Leha


    ------------
    Leha at 1/27/00 7:29:47 PM


    Hi, All:

    I want to put a Visual FoxPro database on the web using ASP-db. I did a trial run with an Access db and all went great,
    but can't figure out how to do the same with a VFP .dbc file. Is there somewhere in the docs that I missed the discussion of this?

    Is it even possible to use VFP with ASP-db?

    Thanks!

    Leha

  3. #3
    Leha Guest

    FoxPro db, and finding documentation (reply)


    OOPS!! Syntax error. Nevermind. All better. (I feel so stupid--a fine way to introduce myself!)

    ------------
    Leha at 1/27/00 7:29:47 PM


    Hi, All:

    I want to put a Visual FoxPro database on the web using ASP-db. I did a trial run with an Access db and all went great,
    but can't figure out how to do the same with a VFP .dbc file. Is there somewhere in the docs that I missed the discussion of this?

    Is it even possible to use VFP with ASP-db?

    Thanks!

    Leha

  4. #4
    Frank Guest

    FoxPro db, and finding documentation (reply)

    The only differenc eisthe date format for Fox Pro. Justuse X.dbDBType="FOXPRO" and it'll adjust the date with {MM/DD/YY} instead of #MM/DD/YY# for ACCESS.

    FK



    ------------
    Leha at 1/27/00 7:52:15 PM

    I forgot to mention: when I tried to use

    X.dbDBType = "SQL"

    I got an error message saying that dbDBType was not supported.

    Leha


    ------------
    Leha at 1/27/00 7:29:47 PM


    Hi, All:

    I want to put a Visual FoxPro database on the web using ASP-db. I did a trial run with an Access db and all went great,
    but can't figure out how to do the same with a VFP .dbc file. Is there somewhere in the docs that I missed the discussion of this?

    Is it even possible to use VFP with ASP-db?

    Thanks!

    Leha

Posting Permissions

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