Welcome, Guest
Username: Password: Remember me
This public forum is meant for questions and discussions about Visual FoxPro
  • Page:
  • 1
  • 2

TOPIC:

sqlexec parameters input / output 14 Jan 2022 15:01 #21113

  • kevclark64
  • kevclark64's Avatar


  • Posts: 126
  • My general approach to data (remote or otherwise) has been to set up an object hierarchy in which each object maintains its own data. I work for a school, so we have families who have students on our program, who then have grade levels, which have courses, which have quarters, which have individual assignment grades, etc. I have never worked with remote views because the objects don't need them. We use a combination of postgres and foxpro to store most of the data. For most tables the data starts in Foxpro and then uses a trigger to automatically replicate to a postgres table, giving us an instant backup. Most queries are done against the postgres data, since that is usually much faster than querying the FoxPro data.

    Please Log in or Create an account to join the conversation.

    sqlexec parameters input / output 14 Jan 2022 17:51 #21117

    • robert
    • robert's Avatar


  • Posts: 3599
  • Juan,

    jpmoschi wrote: the message is Merging is blocked
    I suppouse that it is normal or not?

    Can you follow this link?
    github.com/X-Sharp/XSharpPublic/pull/907


    I'll merge this code after the weekend.

    Robert
    XSharp Development Team
    The Netherlands

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1
    • 2