Changeset 38 for trunk/Application/UCustomApplication.pas
- Timestamp:
- Nov 13, 2010, 4:32:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/UCustomApplication.pas
r36 r38 86 86 end; 87 87 try 88 DbRows := Database.Query('SET NAMES utf8'); 88 DbRows := TDbRows.Create; 89 Database.Query(DbRows, 'SET NAMES utf8'); 89 90 finally 90 91 DbRows.Free;
Note:
See TracChangeset
for help on using the changeset viewer.