> the APRS stream contains characters that MySQL or > QUERY forming applications may not like. > > Just wondering how the big guns handle these ? You should never generate SQL text in your applications given input from an outside source; you should always use PreparedStatement and the like. /jordan