Re: Unicode SQL
Marcos Sánchez Provencio <[email protected]>
| Newsgroups | gmane.comp.python.sybase |
|---|---|
| Message-ID | <1045730754.4390.5.camel@cynar> |
This is the output (please let me know if I can help you (me :-) in any way. This is the interactive tsql session marcos@cynar:~/src$ tsql -Usa -Scazalla locale is "es_ES@euro" charset is "ISO-8859-15" Password: Msg 5703, Level 0, State 1, Server CAZALLA, Line 0 Changed language setting to us_english. 1> use personal 2> go 1> select 'año' 2> go año El jue, 20 de 02 de 2003 a las 00:09, Dave Cole escribió: > >>>>> "Marcos" == Marcos Sánchez Provencio <[email protected]> writes: > > ______________________________________________________________________ > > Marcos> Hi there. ¿Is it possible to issue a query such as "select > Marcos> 'año' "? (in case it does not show, between the a and the o > Marcos> there is a n with a ~ on top, a very usual char in > Marcos> Spain/España). > > Marcos> It works from tsql (include with freetds):: > > It might be instructive to turn on FreeTDS debug logging and then run > both the tsql and Sybase module again. > > The TDSDUMP environment variable specifies the name of a log file and > turns on debugging (I think). > > - Dave -- Marcos Sánchez Provencio <[email protected]>
testSy.py
(text/x-python, 140 B)
import Sybase
con=Sybase.connect('cazalla','sa','salta','personal')
cur=con.cursor()
cur.execute("select 'año' ")
print cur.fetchall()
tsql.log
(text/plain, 7.7 KB)
Starting log file with debug level 99. 2003-02-20 09:42:26.798153 iconv will convert client-side data to the "" character set 2003-02-20 09:42:26.814589 Connecting addr 192.168.222.235 port 1433 with TDS version 8.0 2003-02-20 09:42:26.815560 inside tds_process_login_tokens() Received header @ 2003-02-20 09:42:26.819899 0000 04 01 01 8d 00 34 01 00 |.....4..| Received packet @ 2003-02-20 09:42:26.820023 0000 e3 1b 00 01 06 6d 00 61 00 73 00 74 00 65 00 72 |ã....m.a .s.t.e.r| 0010 00 06 6d 00 61 00 73 00 74 00 65 00 72 00 ab 7c |..m.a.s. t.e.r.«|| 0020 00 45 16 00 00 02 00 31 00 43 00 61 00 6d 00 62 |.E.....1 .C.a.m.b| 0030 00 69 00 61 00 64 00 6f 00 20 00 65 00 6c 00 20 |.i.a.d.o . .e.l. | 0040 00 63 00 6f 00 6e 00 74 00 65 00 78 00 74 00 6f |.c.o.n.t .e.x.t.o| 0050 00 20 00 64 00 65 00 20 00 62 00 61 00 73 00 65 |. .d.e. .b.a.s.e| 0060 00 20 00 64 00 65 00 20 00 64 00 61 00 74 00 6f |. .d.e. .d.a.t.o| 0070 00 73 00 20 00 61 00 20 00 27 00 6d 00 61 00 73 |.s. .a. .'.m.a.s| 0080 00 74 00 65 00 72 00 27 00 2e 00 07 43 00 41 00 |.t.e.r.' ....C.A.| 0090 5a 00 41 00 4c 00 4c 00 41 00 00 00 00 e3 08 00 |Z.A.L.L. A....ã..| 00a0 07 05 0a 0c d0 00 00 00 e3 17 00 02 0a 75 00 73 |....Ã... ã....u.s| 00b0 00 5f 00 65 00 6e 00 67 00 6c 00 69 00 73 00 68 |._.e.n.g .l.i.s.h| 00c0 00 00 ab 68 00 47 16 00 00 01 00 27 00 43 00 68 |..«h.G.. ...'.C.h| 00d0 00 61 00 6e 00 67 00 65 00 64 00 20 00 6c 00 61 |.a.n.g.e .d. .l.a| 00e0 00 6e 00 67 00 75 00 61 00 67 00 65 00 20 00 73 |.n.g.u.a .g.e. .s| 00f0 00 65 00 74 00 74 00 69 00 6e 00 67 00 20 00 74 |.e.t.t.i .n.g. .t| 0100 00 6f 00 20 00 75 00 73 00 5f 00 65 00 6e 00 67 |.o. .u.s ._.e.n.g| 0110 00 6c 00 69 00 73 00 68 00 2e 00 07 43 00 41 00 |.l.i.s.h ....C.A.| 0120 5a 00 41 00 4c 00 4c 00 41 00 00 00 00 ad 36 00 |Z.A.L.L. A....Â6.| 0130 01 07 01 00 00 16 4d 00 69 00 63 00 72 00 6f 00 |......M. i.c.r.o.| 0140 73 00 6f 00 66 00 74 00 20 00 53 00 51 00 4c 00 |s.o.f.t. .S.Q.L.| 0150 20 00 53 00 65 00 72 00 76 00 65 00 72 00 00 00 | .S.e.r. v.e.r...| 0160 00 00 08 00 00 c2 e3 13 00 04 04 34 00 30 00 39 |.....Ãã. ...4.0.9| 0170 00 36 00 04 34 00 30 00 39 00 36 00 fd 00 00 00 |.6..4.0. 9.6.Ü...| 0180 00 00 00 00 00 |.....| 2003-02-20 09:42:26.820654 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:42:26.820753 inside tds_process_default_tokens() marker is ab(INFO) 2003-02-20 09:42:26.820818 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:42:26.820863 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:42:26.820910 inside tds_process_default_tokens() marker is ab(INFO) 2003-02-20 09:42:26.821877 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:42:26.821977 increasing block size from 4096 to 4096 2003-02-20 09:42:26.822082 inside tds_process_default_tokens() marker is fd(DONE) 2003-02-20 09:42:26.822135 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:42:26.822180 inside tds_process_default_tokens() setting state to COMPLETED Sending packet @ 2003-02-20 09:42:26.822264 0000 01 01 00 22 00 00 01 00 73 00 65 00 6c 00 65 00 |...".... s.e.l.e.| 0010 63 00 74 00 20 00 40 00 40 00 73 00 70 00 69 00 |c.t. .@. @.s.p.i.| 0020 64 00 |d.| Received header @ 2003-02-20 09:42:26.823117 0000 04 01 00 1d 00 34 01 00 |.....4..| Received packet @ 2003-02-20 09:42:26.823189 0000 81 01 00 00 00 00 00 34 00 d1 34 00 fd 10 00 c1 |.......4 .Ã4.Ü..Ã| 0010 00 01 00 00 00 |.....| 2003-02-20 09:42:26.823264 processing result tokens. marker is 81(TDS7_RESULT) 2003-02-20 09:42:26.823336 tds7_get_data_info:1083: type = 52 (smallint) column_varint_size = 0 colname = colnamelen = 0 2003-02-20 09:42:26.823399 processing row tokens. marker is d1(ROW) 2003-02-20 09:42:26.823441 processing row. column is 0 varint size = 0 2003-02-20 09:42:26.823601 processing row. column size is 2 2003-02-20 09:42:26.823648 clearing column 0 NULL bit 2003-02-20 09:42:26.823687 processing row tokens. marker is fd(DONE) 2003-02-20 09:42:26.823727 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:42:26.823770 inside tds_process_result_tokens() state is COMPLETED 2003-02-20 09:42:26.823809 leaving tds_process_login_tokens() returning 1 Sending packet @ 2003-02-20 09:42:41.129789 0000 01 01 00 22 00 00 01 00 75 00 73 00 65 00 20 00 |...".... u.s.e. .| 0010 70 00 65 00 72 00 73 00 6f 00 6e 00 61 00 6c 00 |p.e.r.s. o.n.a.l.| 0020 0a 00 |..| Received header @ 2003-02-20 09:42:41.132823 0000 04 01 00 a9 00 34 01 00 |...©.4..| Received packet @ 2003-02-20 09:42:41.133008 0000 e3 1f 00 01 08 70 00 65 00 72 00 73 00 6f 00 6e |ã....p.e .r.s.o.n| 0010 00 61 00 6c 00 06 6d 00 61 00 73 00 74 00 65 00 |.a.l..m. a.s.t.e.| 0020 72 00 ab 68 00 45 16 00 00 01 00 27 00 43 00 68 |r.«h.E.. ...'.C.h| 0030 00 61 00 6e 00 67 00 65 00 64 00 20 00 64 00 61 |.a.n.g.e .d. .d.a| 0040 00 74 00 61 00 62 00 61 00 73 00 65 00 20 00 63 |.t.a.b.a .s.e. .c| 0050 00 6f 00 6e 00 74 00 65 00 78 00 74 00 20 00 74 |.o.n.t.e .x.t. .t| 0060 00 6f 00 20 00 27 00 70 00 65 00 72 00 73 00 6f |.o. .'.p .e.r.s.o| 0070 00 6e 00 61 00 6c 00 27 00 2e 00 07 43 00 41 00 |.n.a.l.' ....C.A.| 0080 5a 00 41 00 4c 00 4c 00 41 00 00 01 00 e3 08 00 |Z.A.L.L. A....ã..| 0090 07 05 0a 0c d0 00 00 00 fd 00 00 e2 00 00 00 00 |....Ã... Ü..â....| 00a0 00 |.| 2003-02-20 09:42:41.133296 processing result tokens. marker is e3(ENVCHANGE) 2003-02-20 09:42:41.133339 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:42:41.133409 processing result tokens. marker is ab(INFO) 2003-02-20 09:42:41.133450 inside tds_process_default_tokens() marker is ab(INFO) 2003-02-20 09:42:41.133506 processing result tokens. marker is e3(ENVCHANGE) 2003-02-20 09:42:41.133547 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:42:41.133588 processing result tokens. marker is fd(DONE) 2003-02-20 09:42:41.133629 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:42:41.133675 inside tds_process_result_tokens() state is COMPLETED Sending packet @ 2003-02-20 09:42:47.769822 0000 01 01 00 24 00 00 01 00 73 00 65 00 6c 00 65 00 |...$.... s.e.l.e.| 0010 63 00 74 00 20 00 27 00 61 00 c3 00 b1 00 6f 00 |c.t. .'. a.Ã.±.o.| 0020 27 00 0a 00 |'...| Received header @ 2003-02-20 09:42:47.805677 0000 04 01 00 28 00 34 01 00 |...(.4..| Received packet @ 2003-02-20 09:42:47.805810 0000 81 01 00 00 00 00 00 a7 04 00 0a 0c d0 00 00 00 |.......§ ....Ã...| 0010 d1 04 00 61 c3 b1 6f fd 10 00 c1 00 01 00 00 00 |Ã..añoÜ ..Ã.....| 2003-02-20 09:42:47.805900 processing result tokens. marker is 81(TDS7_RESULT) 2003-02-20 09:42:47.806013 tds7_get_data_info:1083: type = 39 (varchar) column_varint_size = 2 colname = colnamelen = 0 2003-02-20 09:42:47.806118 processing result tokens. marker is d1(ROW) 2003-02-20 09:42:47.806175 processing row tokens. marker is d1(ROW) 2003-02-20 09:42:47.806217 processing row. column is 0 varint size = 2 2003-02-20 09:42:47.806258 processing row. column size is 4 2003-02-20 09:42:47.806297 clearing column 0 NULL bit 2003-02-20 09:42:47.806377 processing row tokens. marker is fd(DONE) 2003-02-20 09:42:47.806420 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:42:47.806464 inside tds_process_result_tokens() state is COMPLETED
py.log
(text/plain, 9.7 KB)
Starting log file with debug level 99. 2003-02-20 09:36:31.678980 iconv will convert client-side data to the "" character set 2003-02-20 09:36:31.697893 Connecting addr 192.168.222.235 port 1433 with TDS version 8.0 2003-02-20 09:36:31.698785 inside tds_process_login_tokens() Received header @ 2003-02-20 09:36:31.702955 0000 04 01 01 8d 00 34 01 00 |.....4..| Received packet @ 2003-02-20 09:36:31.703065 0000 e3 1b 00 01 06 6d 00 61 00 73 00 74 00 65 00 72 |.....m.a .s.t.e.r| 0010 00 06 6d 00 61 00 73 00 74 00 65 00 72 00 ab 7c |..m.a.s. t.e.r..|| 0020 00 45 16 00 00 02 00 31 00 43 00 61 00 6d 00 62 |.E.....1 .C.a.m.b| 0030 00 69 00 61 00 64 00 6f 00 20 00 65 00 6c 00 20 |.i.a.d.o . .e.l. | 0040 00 63 00 6f 00 6e 00 74 00 65 00 78 00 74 00 6f |.c.o.n.t .e.x.t.o| 0050 00 20 00 64 00 65 00 20 00 62 00 61 00 73 00 65 |. .d.e. .b.a.s.e| 0060 00 20 00 64 00 65 00 20 00 64 00 61 00 74 00 6f |. .d.e. .d.a.t.o| 0070 00 73 00 20 00 61 00 20 00 27 00 6d 00 61 00 73 |.s. .a. .'.m.a.s| 0080 00 74 00 65 00 72 00 27 00 2e 00 07 43 00 41 00 |.t.e.r.' ....C.A.| 0090 5a 00 41 00 4c 00 4c 00 41 00 00 00 00 e3 08 00 |Z.A.L.L. A.......| 00a0 07 05 0a 0c d0 00 00 00 e3 17 00 02 0a 75 00 73 |........ .....u.s| 00b0 00 5f 00 65 00 6e 00 67 00 6c 00 69 00 73 00 68 |._.e.n.g .l.i.s.h| 00c0 00 00 ab 68 00 47 16 00 00 01 00 27 00 43 00 68 |...h.G.. ...'.C.h| 00d0 00 61 00 6e 00 67 00 65 00 64 00 20 00 6c 00 61 |.a.n.g.e .d. .l.a| 00e0 00 6e 00 67 00 75 00 61 00 67 00 65 00 20 00 73 |.n.g.u.a .g.e. .s| 00f0 00 65 00 74 00 74 00 69 00 6e 00 67 00 20 00 74 |.e.t.t.i .n.g. .t| 0100 00 6f 00 20 00 75 00 73 00 5f 00 65 00 6e 00 67 |.o. .u.s ._.e.n.g| 0110 00 6c 00 69 00 73 00 68 00 2e 00 07 43 00 41 00 |.l.i.s.h ....C.A.| 0120 5a 00 41 00 4c 00 4c 00 41 00 00 00 00 ad 36 00 |Z.A.L.L. A.....6.| 0130 01 07 01 00 00 16 4d 00 69 00 63 00 72 00 6f 00 |......M. i.c.r.o.| 0140 73 00 6f 00 66 00 74 00 20 00 53 00 51 00 4c 00 |s.o.f.t. .S.Q.L.| 0150 20 00 53 00 65 00 72 00 76 00 65 00 72 00 00 00 | .S.e.r. v.e.r...| 0160 00 00 08 00 00 c2 e3 13 00 04 04 34 00 30 00 39 |........ ...4.0.9| 0170 00 36 00 04 34 00 30 00 39 00 36 00 fd 00 00 00 |.6..4.0. 9.6.....| 0180 00 00 00 00 00 |.....| 2003-02-20 09:36:31.704204 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:36:31.704314 inside tds_process_default_tokens() marker is ab(INFO) 2003-02-20 09:36:31.704525 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:36:31.704607 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:36:31.704689 inside tds_process_default_tokens() marker is ab(INFO) 2003-02-20 09:36:31.704805 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:36:31.704893 increasing block size from 4096 to 4096 2003-02-20 09:36:31.704967 inside tds_process_default_tokens() marker is fd(DONE) 2003-02-20 09:36:31.705043 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:36:31.705125 inside tds_process_default_tokens() setting state to COMPLETED Sending packet @ 2003-02-20 09:36:31.705232 0000 01 01 00 22 00 00 01 00 73 00 65 00 6c 00 65 00 |...".... s.e.l.e.| 0010 63 00 74 00 20 00 40 00 40 00 73 00 70 00 69 00 |c.t. .@. @.s.p.i.| 0020 64 00 |d.| Received header @ 2003-02-20 09:36:31.706104 0000 04 01 00 1d 00 34 01 00 |.....4..| Received packet @ 2003-02-20 09:36:31.706203 0000 81 01 00 00 00 00 00 34 00 d1 34 00 fd 10 00 c1 |.......4 ..4.....| 0010 00 01 00 00 00 |.....| 2003-02-20 09:36:31.706311 processing result tokens. marker is 81(TDS7_RESULT) 2003-02-20 09:36:31.706400 tds7_get_data_info:1083: type = 52 (smallint) column_varint_size = 0 colname = colnamelen = 0 2003-02-20 09:36:31.706509 processing row tokens. marker is d1(ROW) 2003-02-20 09:36:31.706577 processing row. column is 0 varint size = 0 2003-02-20 09:36:31.706704 processing row. column size is 2 2003-02-20 09:36:31.706768 clearing column 0 NULL bit 2003-02-20 09:36:31.706827 processing row tokens. marker is fd(DONE) 2003-02-20 09:36:31.706893 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:36:31.706975 inside tds_process_result_tokens() state is COMPLETED 2003-02-20 09:36:31.707050 leaving tds_process_login_tokens() returning 1 2003-02-20 09:36:31.707133 leaving ct_connect() returning 1 2003-02-20 09:36:31.707269 inside ct_options: CS_SET, option = 7 2003-02-20 09:36:31.707337 ct_option: UNIMPLEMENTED 7 tds_send_optioncmd will be option(25) arg(1) arglen(1) 2003-02-20 09:36:31.707627 inside ct_cmd_alloc() 2003-02-20 09:36:31.707713 inside ct_command() 2003-02-20 09:36:31.707783 inside ct_send() Sending packet @ 2003-02-20 09:36:31.707864 0000 01 01 00 20 00 00 01 00 75 00 73 00 65 00 20 00 |... .... u.s.e. .| 0010 70 00 65 00 72 00 73 00 6f 00 6e 00 61 00 6c 00 |p.e.r.s. o.n.a.l.| 2003-02-20 09:36:31.708054 ct_send() succeeded 2003-02-20 09:36:31.708149 inside ct_results() Received header @ 2003-02-20 09:36:31.709033 0000 04 01 00 a9 00 34 01 00 |.....4..| Received packet @ 2003-02-20 09:36:31.709130 0000 e3 1f 00 01 08 70 00 65 00 72 00 73 00 6f 00 6e |.....p.e .r.s.o.n| 0010 00 61 00 6c 00 06 6d 00 61 00 73 00 74 00 65 00 |.a.l..m. a.s.t.e.| 0020 72 00 ab 68 00 45 16 00 00 01 00 27 00 43 00 68 |r..h.E.. ...'.C.h| 0030 00 61 00 6e 00 67 00 65 00 64 00 20 00 64 00 61 |.a.n.g.e .d. .d.a| 0040 00 74 00 61 00 62 00 61 00 73 00 65 00 20 00 63 |.t.a.b.a .s.e. .c| 0050 00 6f 00 6e 00 74 00 65 00 78 00 74 00 20 00 74 |.o.n.t.e .x.t. .t| 0060 00 6f 00 20 00 27 00 70 00 65 00 72 00 73 00 6f |.o. .'.p .e.r.s.o| 0070 00 6e 00 61 00 6c 00 27 00 2e 00 07 43 00 41 00 |.n.a.l.' ....C.A.| 0080 5a 00 41 00 4c 00 4c 00 41 00 00 01 00 e3 08 00 |Z.A.L.L. A.......| 0090 07 05 0a 0c d0 00 00 00 fd 00 00 e2 00 00 00 00 |........ ........| 00a0 00 |.| 2003-02-20 09:36:31.709582 processing result tokens. marker is e3(ENVCHANGE) 2003-02-20 09:36:31.709652 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:36:31.709740 processing result tokens. marker is ab(INFO) 2003-02-20 09:36:31.709809 inside tds_process_default_tokens() marker is ab(INFO) 2003-02-20 09:36:31.709957 processing result tokens. marker is e3(ENVCHANGE) 2003-02-20 09:36:31.710032 inside tds_process_default_tokens() marker is e3(ENVCHANGE) 2003-02-20 09:36:31.710107 processing result tokens. marker is fd(DONE) 2003-02-20 09:36:31.710175 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:36:31.710258 inside ct_results() process_result_tokens returned 1 (type 4047) 2003-02-20 09:36:31.710374 inside ct_results() 2003-02-20 09:36:31.710428 inside tds_process_result_tokens() state is COMPLETED 2003-02-20 09:36:31.710502 inside ct_results() process_result_tokens returned 2 (type 4046) 2003-02-20 09:36:31.710646 inside ct_cmd_drop() 2003-02-20 09:36:31.710865 inside ct_cmd_alloc() 2003-02-20 09:36:31.711193 inside ct_command() 2003-02-20 09:36:31.711282 inside ct_send() Sending packet @ 2003-02-20 09:36:31.711360 0000 01 01 00 24 00 00 01 00 73 00 65 00 6c 00 65 00 |...$.... s.e.l.e.| 0010 63 00 74 00 20 00 27 00 61 00 03 40 50 5b 03 40 |c.t. .'. a..@P[.@| 0020 98 f4 ff bf |....| 2003-02-20 09:36:31.711578 ct_send() succeeded 2003-02-20 09:36:31.711673 inside ct_results() Received header @ 2003-02-20 09:36:31.712927 0000 04 01 01 13 00 34 01 00 |.....4..| Received packet @ 2003-02-20 09:36:31.713025 0000 aa 94 00 69 00 00 00 01 0f 3d 00 55 00 6e 00 63 |...i.... .=.U.n.c| 0010 00 6c 00 6f 00 73 00 65 00 64 00 20 00 71 00 75 |.l.o.s.e .d. .q.u| 0020 00 6f 00 74 00 61 00 74 00 69 00 6f 00 6e 00 20 |.o.t.a.t .i.o.n. | 0030 00 6d 00 61 00 72 00 6b 00 20 00 62 00 65 00 66 |.m.a.r.k . .b.e.f| 0040 00 6f 00 72 00 65 00 20 00 74 00 68 00 65 00 20 |.o.r.e. .t.h.e. | 0050 00 63 00 68 00 61 00 72 00 61 00 63 00 74 00 65 |.c.h.a.r .a.c.t.e| 0060 00 72 00 20 00 73 00 74 00 72 00 69 00 6e 00 67 |.r. .s.t .r.i.n.g| 0070 00 20 00 27 00 61 00 03 40 50 5b 03 40 98 f4 ff |. .'.a.. @P[.@...| 0080 bf 27 00 2e 00 07 43 00 41 00 5a 00 41 00 4c 00 |.'....C. A.Z.A.L.| 0090 4c 00 41 00 00 01 00 aa 68 00 aa 00 00 00 01 0f |L.A..... h.......| 00a0 27 00 4c 00 69 00 6e 00 65 00 20 00 31 00 3a 00 |'.L.i.n. e. .1.:.| 00b0 20 00 49 00 6e 00 63 00 6f 00 72 00 72 00 65 00 | .I.n.c. o.r.r.e.| 00c0 63 00 74 00 20 00 73 00 79 00 6e 00 74 00 61 00 |c.t. .s. y.n.t.a.| 00d0 78 00 20 00 6e 00 65 00 61 00 72 00 20 00 27 00 |x. .n.e. a.r. .'.| 00e0 61 00 03 40 50 5b 03 40 98 f4 ff bf 27 00 2e 00 |a..@P[.@ ....'...| 00f0 07 43 00 41 00 5a 00 41 00 4c 00 4c 00 41 00 00 |.C.A.Z.A .L.L.A..| 0100 01 00 fd 02 00 fd 00 00 00 00 00 |........ ...| 2003-02-20 09:36:31.713843 processing result tokens. marker is aa(ERROR) 2003-02-20 09:36:31.713917 inside tds_process_default_tokens() marker is aa(ERROR) 2003-02-20 09:36:31.714286 processing result tokens. marker is aa(ERROR) 2003-02-20 09:36:31.714363 inside tds_process_default_tokens() marker is aa(ERROR) 2003-02-20 09:36:31.714679 processing result tokens. marker is fd(DONE) 2003-02-20 09:36:31.714756 inside tds_process_end() more_results = 0, was_cancelled = 0 2003-02-20 09:36:31.714839 inside ct_results() process_result_tokens returned 1 (type 4048) 2003-02-20 09:36:31.722828 inside ct_cmd_drop() 2003-02-20 09:36:31.723032 inside ct_con_props() action = CS_GET property = 26 2003-02-20 09:36:31.723137 inside ct_close() 2003-02-20 09:36:31.723398 inside ct_con_drop()