Re: [Tutor] Data conversion

2011-05-19 Thread Joe Aquilina
On 19/05/11 17:26, Andre Engels wrote: On Thu, May 19, 2011 at 8:15 AM, Joe Aquilina wrote: I realised after I read your response that I probably hadn't included enough information, partly due to my inexperience in Python and partly due to haste on my part. AFter my original post, I had a li

Re: [Tutor] Data conversion

2011-05-19 Thread Alan Gauld
"Joe Aquilina" wrote I have a (single table) database file (SQLite3). It has one table, call it literature, with an integer, autoincrement primary key field. I have created a data entry form in Python that I want to use to enter new rows into this database file. On the data entry form I wil

Re: [Tutor] Data conversion

2011-05-19 Thread Andre Engels
On Thu, May 19, 2011 at 8:15 AM, Joe Aquilina wrote: > I realised after I read your response that I probably hadn't included enough > information, partly due to my  inexperience in Python and partly due to > haste on my part. > > AFter my original post, I had a little play in Python and was able

Re: [Tutor] Data conversion - Problem solved

2011-05-19 Thread Joe Aquilina
On 19/05/11 14:15, Joe Aquilina wrote: On 19/05/11 13:53, Andre Engels wrote: On Thu, May 19, 2011 at 6:36 AM, Joe Aquilina wrote: I am new to this list and very much a beginner to Python. Please excuse me if this is a silly question, but in all my searches this morning I have not been able

Re: [Tutor] Data conversion

2011-05-18 Thread Peter Otten
Joe Aquilina wrote: > I am new to this list and very much a beginner to Python. Please excuse > me if this is a silly question, but in all my searches this morning I > have not been able to find an answer. > > I have a (single table) database file (SQLite3). It has one table, call > it literature

Re: [Tutor] Data conversion

2011-05-18 Thread Joe Aquilina
On 19/05/11 13:53, Andre Engels wrote: On Thu, May 19, 2011 at 6:36 AM, Joe Aquilina wrote: I am new to this list and very much a beginner to Python. Please excuse me if this is a silly question, but in all my searches this morning I have not been able to find an answer. I have a (single tabl

Re: [Tutor] Data conversion

2011-05-18 Thread Andre Engels
On Thu, May 19, 2011 at 6:36 AM, Joe Aquilina wrote: > I am new to this list and very much a beginner to Python. Please excuse me > if this is a silly question, but in all my searches this morning I have not > been able to find an answer. > > I have a (single table) database file (SQLite3). It ha