Re: [Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread Lewis Balentine
When you have time can you post exactly what you did to compile in the windows/cygwin environment ? Such things as 32 or 64 bit? What did you do for all the external libraries ? Are there any errors in the make/compile/install logs ? Very Best Regards, Lewis On 03/27/2015 06:41 AM, nero wrote:

Re: [Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread nero
may be case sensitive Field Name !? But I do not know gambas 3.7.0 on windows/cygwin and I never have used the databrowser. I don't think , all field are lower case , also same example work perfectly on linux. -- Dive

Re: [Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread Benoît Minisini
Le 27/03/2015 14:56, Charlie Reinl a écrit : > Am Freitag, den 27.03.2015, 11:41 + schrieb nero: >> I all , >> >> I've compile gambas 3.7.0 on windows/cygwin , now I've a full working gambas >> environment on windows , it works almost well but I've a strange problem. >> >> When I use a databro

Re: [Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread Charlie Reinl
Am Freitag, den 27.03.2015, 11:41 + schrieb nero: > I all , > > I've compile gambas 3.7.0 on windows/cygwin , now I've a full working gambas > environment on windows , it works almost well but I've a strange problem. > > When I use a databrowser with postgresql it don't show string value , o

[Gambas-user] Strange problem with windows/postgresql/form.db

2015-03-27 Thread nero
I all , I've compile gambas 3.7.0 on windows/cygwin , now I've a full working gambas environment on windows , it works almost well but I've a strange problem. When I use a databrowser with postgresql it don't show string value , only numeric one. It work perfect with sqlite3 or using it from l