In a Windows xp running pc with Servoy 5.22 Postgre based, when installing solutions the images are not shown in smart client, but they can be seen when I import the solution into the developer, is there any option I could be missing when exporting the solucion? may there be a problem with postgre?
which postgresql do you use and which driver? all that is shipped with servoy? So developer and application server are the same?
This sounds indeed like a JDBC version issue. When you use PostgreSQL 9.x with a 8.4 driver then the images won’t load.
Make sure you install the latest driver from http://jdbc.postgresql.org/download.html .
Also make sure you only have ONE postgresql driver in the drivers directory.
Hope this helps.
other question: which jdbc driver are you using than? jdbc3 or 4?
jdbc3 would be the most correct one because thats the one servoy compiles against.