home *** CD-ROM | disk | FTP | other *** search
- %% SQL module for I2DB
- %% CD Format
- insert into DataBase values ('%','%','%','%','%','%');
- %% Normal Format
- insert into DataBase values ('%','%','%','%','%');
- %% Caracters which must be removed
- '
- %% Caracters which must be inserted instead of the previous ones
- "
- %% End of module
-