Results 1 to 4 of 4

Thread: How Can I put a AutoNumber in VFox Dbf?

  1. #1
    AlexBoy Guest

    How Can I put a AutoNumber in VFox Dbf?


    Hello!

    I'm use dbf from VFox 6.0
    How Can I put a AutoNumber in VFox Dbf field?
    in Access97 the field type exist as Autonumber
    is possible in VFox?

  2. #2
    John Guest

    How Can I put a AutoNumber in VFox Dbf? (reply)

    Hi Alex,

    This probably isn't the best place to ask your question about VFox. This
    forum is dedicated to the support of ASP-db - a component for putting your
    database on the net. Check it out at www.aspdb.com.

    Another forum on this site might be more help. Thanks,

    John


    ------------
    AlexBoy at 11/30/99 2:23:03 PM


    Hello!

    I'm use dbf from VFox 6.0
    How Can I put a AutoNumber in VFox Dbf field?
    in Access97 the field type exist as Autonumber
    is possible in VFox?

  3. #3
    AlexBoy Guest

    How Can I put a AutoNumber in VFox Dbf? (reply)

    I know..
    I need support in ASP-db
    it is the code:
    Mydb.dbEditFlds = "AutoId[MyAutoId],Estado[Q.Roo],Ciudad[Cancun]"
    I need that the field AutoId add one, similar to acces.
    on update the database.

    I use the VFox Tables.

    Thanks!

    ------------
    John at 11/30/99 3:00:30 PM

    Hi Alex,

    This probably isn't the best place to ask your question about VFox. This
    forum is dedicated to the support of ASP-db - a component for putting your
    database on the net. Check it out at www.aspdb.com.

    Another forum on this site might be more help. Thanks,

    John


    ------------
    AlexBoy at 11/30/99 2:23:03 PM


    Hello!

    I'm use dbf from VFox 6.0
    How Can I put a AutoNumber in VFox Dbf field?
    in Access97 the field type exist as Autonumber
    is possible in VFox?

  4. #4
    Kevin Wright Guest

    How Can I put a AutoNumber in VFox Dbf? (reply)

    I read that ASP-db can run Stored Procedures in SQL Server. Is the same true for VFox - if so create a VFP SP in the .DBC to rturn the next value. Alternatively, can ASP-db call a COM component, if so you could write a VFP object to do the work for you (your host would gave to have the VFP runtime of course)?

    Kevin
    (who is only just investigating ASP-db for putting VFP on to the WWW)

    ------------
    AlexBoy at 11/30/99 3:41:24 PM

    I know..
    I need support in ASP-db
    it is the code:
    Mydb.dbEditFlds = "AutoId[MyAutoId],Estado[Q.Roo],Ciudad[Cancun]"
    I need that the field AutoId add one, similar to acces.
    on update the database.

    I use the VFox Tables.

    Thanks!

    ------------
    John at 11/30/99 3:00:30 PM

    Hi Alex,

    This probably isn't the best place to ask your question about VFox. This
    forum is dedicated to the support of ASP-db - a component for putting your
    database on the net. Check it out at www.aspdb.com.

    Another forum on this site might be more help. Thanks,

    John


    ------------
    AlexBoy at 11/30/99 2:23:03 PM


    Hello!

    I'm use dbf from VFox 6.0
    How Can I put a AutoNumber in VFox Dbf field?
    in Access97 the field type exist as Autonumber
    is possible in VFox?

Posting Permissions

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