Changeset 151 for trunk/Packages/CoolWeb/WebServer/HTTPSessionMySQL.pas
- Timestamp:
- Feb 4, 2024, 3:53:52 PM (9 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CoolWeb/WebServer/HTTPSessionMySQL.pas
r150 r151 1 unit UHTTPSessionMySQL;1 unit HTTPSessionMySQL; 2 2 3 3 interface 4 4 5 5 uses 6 Classes, SysUtils, UHTTPServer, syncobjs, synacode, Common, USqlDatabase;6 Classes, SysUtils, HTTPServer, syncobjs, synacode, Common, SqlDatabase; 7 7 8 8 type
Note:
See TracChangeset
for help on using the changeset viewer.