Re: [Firebird-devel] (no subject)

2012-07-19 Thread Dimitry Sibiryakov
19.07.2012 10:57, J-L M wrote:
 What would be the good way to do that ?

   Complain to Google and force them to expand their Bionic.

-- 
   WBR, SD.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Building firebird for Android

2012-07-19 Thread Alex Peshkoff
 On 07/19/12 13:31, Damyan Ivanov wrote:
 Not sure about the availability of pthread mutexes in bionic, though.

Shared mutexes are not present.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] (no subject)

2012-07-19 Thread marius adrian popa
On Thu, Jul 19, 2012 at 11:57 AM, J-L M so4h2...@hotmail.com wrote:

  Hello,

 We are trying to compile Firebird 2.1 for Android in order to use the
 embedded version in our mobile device of our software.

 But for the moment it seems impossible for some reasons : Android uses his
 own Libc called Bionic. And the problem is that there is a lot of missing
 features in. There is no implementation of the POSIX IPC or System V IPC
 inside, Android drop this to avoid denial-of-service. So, use of
 semaphore, shared memory, etc, is not possible.

 We have written a more complet document of this porterage which describes
 the problems in detail.

please post it to google docs


  Somebody have already attempt to compile or to make an Android version
 of Firebird ?

I see there is some work on the firebird 3.x branch

 What would be the good way to do that ?

 Otherwise, how to interest Firebird developpers to make this Android
 version ? (Maybe I can create a topic in the tracker )


Please use the list for conversations

 Thanks in advance.



 Jean-Louis Meuriot


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 Firebird-Devel mailing list, web interface at
 https://lists.sourceforge.net/lists/listinfo/firebird-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-odbc-devel] Driver returns -1 rows for every query?

2012-07-19 Thread Maury Markowitz
Hey guys...

I'm using the Mac 64 bit driver and trying to retrieve the results row count 
for basic fetch. The code I'm using works with other ODBC drivers, including 
MySQL and SQLite (yes, there's an ODBC driver for that...) However, in Firebird 
it always returns -1.

Here's the code, for what it's worth.

if (!SQL_SUCCEEDED(SQLRowCount(odbcStmt, (SQLLEN *)rowCount))) { rowCount = 0; 
} 

Note that the driver is returning -1, not an error.

Any ideas on why this might happen?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Firebird-odbc-devel mailing list
Firebird-odbc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel