Subject | Python FDB 1.4 not returning the first record |
---|---|
Author | Dan Statham |
Post date | 2013-08-23T18:57:21Z |
Good Morning!
I have just started using Python and have discovered FDB. Super-duper! Now I can
create a web interface for one of my applications.
I am using the FDB 1.4 documentation to learn how to use FDB.
A 'select * from table' returns all but the first record.
A 'select * from table where id = x' returns an empty [].
A 'select * from table where id < 4' returns [(2,),(3,)].
I created a db & table using FDB then inserted some data. The 'selects' return
the correct data.
Can someone explain why this is happening?
Windows 8 64bit, Python 3.3, FDB 1.4
create a web interface for one of my applications.
I am using the FDB 1.4 documentation to learn how to use FDB.
A 'select * from table' returns all but the first record.
A 'select * from table where id = x' returns an empty [].
A 'select * from table where id < 4' returns [(2,),(3,)].
I created a db & table using FDB then inserted some data. The 'selects' return
the correct data.
Can someone explain why this is happening?
Windows 8 64bit, Python 3.3, FDB 1.4
_________________________________________
Every day with Jesus is a Great! day,
and He loves you
www.GreatDayDan.com
_________________________________________
Are you a Companion of Jesus?
www.CompanionsOfJesus.com
_________________________________________