Ignore:
Timestamp:
Mar 1, 2010, 4:04:25 PM (14 years ago)
Author:
maron
Message:

Přidání nuly za každý ukládaný textový řetězec, přidána změna znakové sady při připojení do databáze a možné nastavení pomocí parametru. Celý export otestován... funkční.

Location:
tools/dbc_export
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/dbc_export

    • Property svn:ignore
      •  

        old new  
        11bin
        22*.bak
         3backup
  • tools/dbc_export/UDBC.pas

    r340 r348  
    118118      for Col := 1 to Length(StringList[Row]) do
    119119        WriteByte(Ord(StringList[Row][Col]));
     120        WriteByte(0);
    120121    end;
    121122  end;
Note: See TracChangeset for help on using the changeset viewer.