Re: FreeTDS, Perl, unicode
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 11 Mar 2013 02:42:32 -0700 Brian Johnson <[email protected]> wrote: > I don't see any user/pass info in it, so if needed I could attach the > log. Though I do see "SQLExecute returns SQL_SUCCESS". You can post a log here. A TDS 7+ dump won't contain user credentials. You're sure the client encoding is set up correctly, and the Perl knows what to expect? Test other than TDSDUMP: Besides using Perl, you might try with bsqldb, because if it behaves the same way you have either a setup problem or a bug, and with sqsh, because sqsh also uses the ct-lib API. HTH. --jkl