SQL Explorer issue ?

Not confident about the concept of Eclips/Servoy, and if the question might be on the wrong place
(the feature to browse data in the tableditor comes from SQL Explorer ? ), i have the following issue:

The second column is type integer. If you scroll down the printscreen a view lines, you will see the sort behaves like
a type charachter without leading blanks.

[attachment=1]Prtscrn_01.jpg[/attachment]

When i check the first column (also type integer) the sort behaves the way i expect.

[attachment=0]Prtscrn_02.jpg[/attachment]
The difference between column one (id) and two (band key) is: The first on (id) has a primary key.

Does it make sense to you?
Thanke you for any suggestions.

thats someting of the SQL Explorer plugin, servoy doesnt do anything with that.

I guess the sql explorer plugin thinks it selects a string, maybe you could look deeper into what sql explorer reports as the resultsetmeta data for that one.

jcompagner:
…maybe you could look deeper into what sql explorer reports as the resultsetmeta data for that one.

Thanke you. Where can i have a look into resultsetmeta ?
Regards