fiogf49gjkf0d Tried to run something similar to this in KSync using a SLX OLEDB connection:
select top 1 firstname, left(firstname,2) from sysdba.contact order by firstname desc
Rather than yielding something like "Smith", "Sm" I get "Smith", "0". Tried to test it in the SLX admin and get the same results. I'm on v7.2.1
Is it possible this really doesn't work and I've simply never tried before?
|