Graphics

 View Only
  • 1.  Datalinq not importing all the data from excel file

    Posted 05-24-2026 22:38
      |   view attached

    I have a datalinq linked to an excel file. Some of the fields have bullets points of data. Thing is its working for most of the info but in some circumstances its only showing for instance 7 out of the 12 bullet points, and in that line 7 its half the sentence. Any suggestions?



    ------------------------------
    David Rock
    ------------------------------


  • 2.  RE: Datalinq not importing all the data from excel file

    Posted 05-25-2026 02:12

    Hey David,

    Did you browse the data in Datalinq to see if all the bullets are actually showing?

    If so, could this be a character limit issue in the text field that is linked?



    ------------------------------
    Paulo Dias
    ------------------------------



  • 3.  RE: Datalinq not importing all the data from excel file

    Posted 05-25-2026 12:52

    Thanks....I did browse the data in Datalinq and it is cut mid-sentence. Any other suggestions?



    ------------------------------
    David Rock
    ------------------------------



  • 4.  RE: Datalinq not importing all the data from excel file

    Posted 05-28-2026 21:56

    Hey David, maybe Datalinqed fields have some type of character limit (which I didn't know of).

    Maybe you could create a text field for each bullet.



    ------------------------------
    Paulo Dias
    ------------------------------



  • 5.  RE: Datalinq not importing all the data from excel file

    Posted 06-01-2026 12:10

    This is a decade old bug in the Microsoft ACE driver for data.
    The max characters being sent from Excel is maxing out at 255 characters (exactly like in your image).

    To increase the maximum you need to put more than 255 characters in the first row of the column you are getting data from. Then all the following rows will have their max character count increased. 

    It sounds silly but that's what it is.

    -------------------------------------------



  • 6.  RE: Datalinq not importing all the data from excel file

    Posted 06-02-2026 06:24

    I remember from a long time ago there was also an edit in the Windows Registry to fix this. Sadly I can't find this edit any more. Perhaps someone with a better archive can have a look?



    ------------------------------
    Rob van Rooyen
    NEP GROUP INC.
    Hilversum Netherlands
    ------------------------------



  • 7.  RE: Datalinq not importing all the data from excel file

    Posted 27 days ago

    Thanks all. I ended up just taking out some of the information. This is good info for the next time.....thanks again.



    ------------------------------
    David Rock
    ------------------------------



  • 8.  RE: Datalinq not importing all the data from excel file

    Posted 8 days ago

    I think the registry fix Rob is referring to is this one:

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\16.0\Access Connectivity Engine\Engines\Excel

    TypeGuessRows = 0
    ImportMixedTypes = Text




  • 9.  RE: Datalinq not importing all the data from excel file

    Posted 8 days ago

    You're so correct Garner! After a lot of searching I found our reg-edit also. And while, in the time we needed it, we were working with Office 2003, here is what we did those days:

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Jet\4.0\Engines\Excel]
    "AppendBlankRows"=dword:00000001
    "DisabledExtensions"="!xls"
    "FirstRowHasNames"=hex:01
    "ImportMixedTypes"="Text"
    "TypeGuessRows"=dword:00000032
    "Win32"="C:\\Windows\\SysWOW64\\msexcl40.dll"

    Looks pretty similar to the edit you just posted😃.



    ------------------------------
    Rob van Rooyen
    NEP GROUP INC.
    Hilversum Netherlands
    ------------------------------