Search:

Type: Posts; User: Joseph Mullins

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds; generated 6 minute(s) ago.

  1. Replies
    4
    Views
    387

    Re: Shopify integration

    Depending on the volume you are tracking with Shopify, you might prefer the webhooks. Shopify calls an endpoint you specify with JSON whenever an event happens in Shopify, so you don’t need to keep...
  2. Replies
    2
    Views
    211

    Re: update webapp.exe

    While I don’t have a suggestion to speed up the deploys, I’ve found most times the application is slow to start is because of a constraint in a data dictionary that causes a lot of finds before a...
  3. Re: Refinding records in a cWebModalDialog

    Hi Rachael,

    Hard to guess from your code what the issue is, but I have made the mistake of not doing `Set pbServerOnShow to True` and wondering why things weren't working that should.

    Does...
  4. Re: DAW: Why the need to reboot to reinstall DF23?

    I didn't have to reboot on my development machines, but did have to re-add the license and setup the IDE again. Using the standard(?) installer.

    Will have to work out where the IDE settings are...
  5. Replies
    4
    Views
    1,997

    Re: DataFlex on M1 Mac

    Nice, I just had a go again with but can't seem to get the PostgreSQL ODBC driver going.
  6. Replies
    7
    Views
    1,995

    Re: Save Report As

    Any idea when this will be Vincent? As it also breaks the wizard from within DF when creating a RDS report.
  7. Replies
    3
    Views
    739

    Re: Query Tester can't set paramaters

    Looks like it was changed to use ${paramater}

    https://docs.dataaccess.com/dataflexhelp/mergedProjects/Welcome/New_Embedded_SQL_API.htm at the bottom uses both. The "SQLGetParameterInfo example:"...
  8. Replies
    3
    Views
    739

    Query Tester can't set paramaters

    Is anyone else having issues setting stored parameters since upgrading to Alpha 2? using the Query Tester, I can't set the parameters of a query.

    * Highlight SQL
    * Open In Query Tester
    * Click...
  9. Any way to count SQL calls and time spent

    Hey,

    I'm writing a benchmark suite to help quickly detect regressions in performance.

    Most of it is based on setting things up in the `OnPreRequest` method then logging it out in...
  10. Struct generator duplicating columns for joins

    Not sure if this is something that can be handled, but I did a SQL query with a JOIN and generated a struct. The issue is both tables have ID, created_at, updated_at. Is there a suggested way to...
  11. Replies
    4
    Views
    1,997

    Re: DataFlex on M1 Mac

    Windows Home had IIS so that all worked fine.

    I couldn't get PostgreSQL ODBC driver running unfortunately, but it's good for prototyping code using the embedded database.
  12. Replies
    4
    Views
    1,997

    DataFlex on M1 Mac

    Anyone tried DataFlex on an M1 Mac?

    So far seems to work okay in Parallels on ARM Windows. The installer complained about not able to correctly install x64 Visual C++ 17 libraries, but the...
  13. Replies
    3
    Views
    1,608

    Re: HttpGetJson - Timeout

    Hey douglasfanton,

    From what I found, you have to do some WinAPI calls. I did it for shorter timeouts, but when looking for the option to go longer I found this link by Vincent:...
  14. Re: JSON: Decimal is coming out as a string

    Thanks Mike,

    I agree and the solution was to make it a Number ;). "Decimal" was intuitive to a new developer as the data type to use, and converting it to "Number" wasn't an obvious fix....
  15. Re: MariaDB: Table changes don't hold FULLTEXT index

    Cheers,

    If I can suggest a dedicated Database page which holds gems like this, that would be awesome. (There may be, I just might be blind ;))
  16. MariaDB: Table changes don't hold FULLTEXT index

    When rebuilding a table, for me specifically, adding an index, FULLTEXT indexes aren't kept.

    Steps to reproduce



    ALTER TABLE developernotes
    ADD FULLTEXT (Notes);
  17. JSON: Decimal is coming out as a string

    Should Decimal be output as a number here or is there a reason Decimal is coming as a string? Where, Number and Real aren't?


    Object oJSONTest is a cWebHttpHandler
    Set psPath to "JSONTest"
    ...
  18. Re: Security Library Version 1.1.0 released

    I do recall an issue with any password being accepted, but I can't reproduce / find my notes for it again. From memory, I think it's why I swapped to scrypt. But just testing now, I can't reproduce....
  19. Re: Security Library Version 1.1.0 released

    Awesome job, so far working as drop in replacement for us.

    * Encrypted Passwords
    * OTP / MFA
  20. Re: Mariadb: Can't set identity on creating of table

    Thanks Martin,

    I didn't realize 9.0 would make it an int. When I created an identity in the background, it seems the studio is still showing the integer as a 10.0 numeric; even after reconnecting....
  21. Replies
    2
    Views
    1,087

    Re: MariaDB Default_Max_Rows

    Thanks Marcia, that makes sense now.

    Interestingly there is over a hundred tables where none have that set, and have checked another project that started around the same time which doesn't have...
  22. Re: Session denied, Duplicate session ID

    Hey SJoerd,

    Are you using Embedded or SQL? Is the issue still occurring after the restart?

    J
  23. Replies
    2
    Views
    1,087

    MariaDB Default_Max_Rows

    In the MariaDB driver (MariaDB.int) there is a field `Default_Max_Rows 10`, I expect this to add a LIMIT 10 on all queries. Is that would it should do or is it something client side?


    The issue...
  24. Replies
    25
    Views
    5,197

    Re: Corrupt dbg file

    Lucky someone's paying attention, I may never have seen that then.

    No more bug reports before bed :D.
  25. Re: Unit testing time! Introducing VDFUnit, xUnit for Visual Dataflex

    Hey Luca,
    There is a fork located at FrozenSource/DFUnit: Unit testing framework for DataFlex (github.com) that works well, but still in progress. It was shown off at EDUC2022.

    You can also see...
Results 1 to 25 of 57
Page 1 of 3 1 2 3