|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/mguerinweb/Offline_Archive/TableEditor/ |
Upload File : |
==============================================================
P R O B L E M S
==============================================================
2eNetWorX TableEditoR
http://www.2enetworx.com/dev/projects/tableeditor.asp
--------------------------------------------------------------
1. Saved Queries with LIKE wildcard "*" will not work correctly,
you need to use "%" instead.
Wrong:
... WHERE FieldName LIKE "a*" ...
Correct:
... WHERE FieldName LIKE "a%" ...
2. SQL Server
SQL server 2000 connections doesn't allow creating editing
table structure, problem is the incompatible SQL statements.