cancel
Showing results for 
Search instead for 
Did you mean: 

How do I log SQL statements in ASA7?

Breck_Carter
Participant
0 Kudos
2,007

From: massimomm

Newsgroups: sybase.public.sqlanywhere.general

Subject: SQL Logging SQL Statement

Date: 20 Apr 2010 02:38:38 -0700

I use ASA 7 so I'd like to know if there is a way to logging the sql instruction that database server dbsrv7, receive from clients?

I need this because a client that use odbc connection after performing an insert into a table, the client receive the Message: "SQL truncate". I need to know the field on the table that generate this warning!!

Thanks in advance Massimo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

The tool that does this is called "request-level logging" and in V7 you have to enable it from the command line when you start the server, using the -zr (and optionally -zo) command line switch.

You can also enable ODBC tracing at the client in order to track down this type of problem.