Skip to main content

Search

Search

No Records Found

Comments

3 comments

  • Avatar
    Legacy Poster

    After more experimentation, I thought I would add the following.  I've tried every OLE DB option possible with the same result.  I then tried using ODBC with a connection string instead of a DSN with the same result.  The only option that seems to work is ODBC with a DSN.

    0
  • Avatar
    Legacy Poster

    After fighting with this for 2 days, I stumbled upon my issue.  Our shipping software was constructing an ASCII string of data for the MaxiCode and storing that in a table in our database.  For our MaxiCode object, we were passing the string as a single Data Source / Database Field.  This would work fine if connected to the database using a DSN or if using OLE DB or an ODBC connection string and specifying the precise number of records in the table.  It would not work if we chose "All" under Selected Records, unless we used a DSN.  I believe that the unreadable control characters in the ASCII string were somehow getting mangled or corrupted when connecting using OLE DB and causing BarTender to suffer some type of confusion when trying to print "All".  We have since modified our data sources to use an Embedded Data type for the control characters in the ASCII string, and are pulling the readable characters from the database.  I can now print using OLE DB or an ODBC connection string.

    0
  • Avatar
    Domingo Rodriguez
    Moderator

    Thanks for the update Greg!

    0

Please sign in to leave a comment.