Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1451

How to see the full text of the query by using the MySqlClient.MySqlTrace (no replies)

$
0
0
I'm having problems with the recording of the full text query

When I write a message, i have next:

Query Opened: INSERT INTO tariffs(id, dict_tariff_type_id, code, name, begin_date, end_date, price, dict_tariff_group_id, priority, dict_tariff_bill_rules_id, dict_tariff_activate_rule_id, dict_tariff_timelimit_types_id, time_limit_value, is_active, is_teminal, is_web, is_ignore) VALUES(NULL, 1, 'gdf', 'fhn', 148

Not all of the values to insert are displayed

How can I see the full text?

Thanks.

Viewing all articles
Browse latest Browse all 1451

Trending Articles