Search:

Type: Posts; User: Martin Moleman

Page 1 of 47 1 2 3 4

Search: Search took 0.02 seconds; generated 56 minute(s) ago.

  1. Replies
    6
    Views
    160

    Re: SQL Fehler Time-Felder

    What version(s) of the ODBC Driver for SQL Server have you installed?

    If ODBC driver 18 that would explain what you are seeing.

    The DataFlex SQL Server driver that comes with DataFlex...
  2. Replies
    11
    Views
    231

    Re: Error BindColumnsToHandle

    Peter,

    I could reproduce the issue. (Great bug report, your steps made very easy to reproduce)

    It seems not new in DataFlex 24.0, I could also reproduce in DataFlex 23.0.

    Will take a closer...
  3. Re: CSQLExecutor support stored procedures with IN/OUT parameters ?

    Samuel,

    I have logged this as a feature request.
  4. Replies
    6
    Views
    358

    Re: Mysql special characters

    As Samuel mentions it would be better to use the MySQL ODBC Unicode driver instead of the Ansi driver.

    Here is some information how to setup MySQL for Unicode. It also mentions the setting you...
  5. Re: DF23 Embedded DB, Descending Index.

    I had tried that and several other things. Works correct for me.

    Procedure TestDesc

    Open TestDescTable

    Clear TestDescTable
    Find Gt TestDescTable By index.2
    While...
  6. Replies
    6
    Views
    527

    Re: ODBC Mysql!

    Thanks, I still would like to see your table definition (inlude the indexes).
    Also if you have a Max_Rows_Fetched setting in your table .int file.

    One thing you could try is increasing the MySQL...
  7. Re: DF23 Embedded DB, Descending Index.

    I tried to reproduce this with your example data, but for me this works as expected.

    Table definition:

    NUM FIELD NAME TYPE SIZE OFFST IX RELATES TO FILE.FIELD--- --------------- ...
  8. Replies
    6
    Views
    527

    Re: ODBC Mysql!

    Hi,

    Can you tell us something about your setup:
    -DataFlex version
    -MySQL version
    -MySQL ODBC connector version

    Can you show how the INT file for this specific table looks? Also the...
  9. Re: Cannot load DFBTRDRV driver in DF 19 - error 4255

    You can get this error (can't load DLL DFBTRDRV), when the Windows environment variable PATH gets too long (above 2048 bytes).
    In 19.1 and later this limit was raised, but with 19.0 you can still...
  10. Re: Database Builder Stopped Working Error (Urgent)

    Adding columns or indexes with Database Builder should not be a problem.

    Can you provide some more information?
    -What does it mean when you say database builder crashes? Do you get any error? ...
  11. Replies
    19
    Views
    1,486

    Re: Sql Errors

    I think the problem is, you are executing 2 different statements on the same statement handle.
    Before the second SQLExecDirect you should first close and then re-open a new statement.


    Procedure...
  12. Replies
    5
    Views
    927

    Re: CK user count daemon spike

    Not really an idea what causes this, but CKDaemon is hardly used anymore.

    CKDaemon is only used when you use separate driver license.
    If you use a DataFlex license with connectivity no separate...
  13. Re: Upgrading classic SQL Handle Managerto cSQLExecutor

    I could reproduce this. We will look into it.
    Thanks for reporting.
  14. Re: Upgrading classic SQL Handle Managerto cSQLExecutor

    Positional parameters is missing from the docs. I logged an issue to add this.
  15. Re: Upgrading classic SQL Handle Managerto cSQLExecutor

    The SQLExecutor supports positional parameters (?). The parameters must be passed as '?1' '?2' etc.

    Example:

    String sSQLQuery

    String [][] asTheRows
    Move...
  16. Replies
    16
    Views
    1,815

    Re: DF Errors when MSSQL Server restarts

    Raphael,

    Just to be sure, when using the new cSQLExecutor this solved your original issue?

    The cSQLExecutor does auto reconnect after a lost connection, so this should work.
  17. Re: How to execute (Call) MySQL stored procedure?

    Thanks, glad this is working.

    MySQL 5.6 seems really really old and not supported?

    Anyway, I still would like to know what MySQL ODBC version you are using.
    If you look in ODBC Administrator...
  18. Re: How to execute (Call) MySQL stored procedure?

    What MySQL version and MySQL Connector ODBC version are you using?

    I just tried calling a stored procedure with MySQL ODBC Connector 8.0.33 and got a similar error.
    Something seems to have...
  19. Replies
    30
    Views
    3,125

    Re: mssql migration issue

    Check if there is a mssqldrv.int file (probably in the data folder) that has the DFConnectionID defined.
  20. Replies
    7
    Views
    1,239

    Re: tSQLColumnInfo Issue

    Yes, the incorrect types will be fixed for the next build.
  21. Replies
    7
    Views
    1,239

    Re: tSQLColumnInfo Issue

    It is actually not correct. SQLColumnInfo returns:

    varchar column as type SQL_CHAR (1) where is should be SQL_VARCHAR (12)
    nvarchar column as type SQL_WCHAR (-8) where is should be...
  22. Replies
    8
    Views
    1,532

    Re: Studio does exits ..

    I could reproduce this when calling SQLParameterInfo from OnSQLPreExecute/OnSQLPostExecute
    We will look into it.
  23. Replies
    7
    Views
    1,187

    Re: cSQLExecutor Performance Issue

    Thanks, I could reproduce.
    It seems this happens when calling SQLParameterInfo from OnSQLPreExecute/OnSQLPostExecute
    We will look into it.
  24. Re: cSQLExecutor :: tSQLColumnInfo needs more information

    Logged a suggestion to add this.
  25. Replies
    5
    Views
    1,083

    Re: error Mssql

    Yes I agree. I had already logged an issue to look for improvement.
    I will add your suggestion.
Results 1 to 25 of 1175
Page 1 of 47 1 2 3 4