Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
16 years ago

<SOLVED>JDBC step removes trailing zeros

Hello, In have a sql query that returns some values back. When I run the query in SQL Server, I get back '03435', but when I run the same query in JDBC teststep, i get back '3435'. This is causing as...