On Sun, 06 Jan 2013 16:44:47 -0500, Mitya Sirenef wrote:
> On Sun 06 Jan 2013 04:38:29 PM EST, andydtay...@gmail.com wrote:
>> Hi all,
>>
>> I'm trying to create a process which will create a new table and
>> populate it.
>>
>> But something is preventing this from working, and I don't know enough
On Mon, Jan 7, 2013 at 9:14 AM, Mitya Sirenef wrote:
> On Sun 06 Jan 2013 04:53:32 PM EST, andydtay...@gmail.com wrote:
>>
>> Wow it's as simple as that! I'm afraid my database experience is in
>> Microsoft Access in Windows and not at the command line, so that wasn't
>> intuitive for me.
>>
> IIR
On Sun 06 Jan 2013 04:53:32 PM EST, andydtay...@gmail.com wrote:
Wow it's as simple as that! I'm afraid my database experience is in Microsoft
Access in Windows and not at the command line, so that wasn't intuitive for me.
Thanks again,
Andy
IIRC I made the same mistake when I was using psy
Wow it's as simple as that! I'm afraid my database experience is in Microsoft
Access in Windows and not at the command line, so that wasn't intuitive for me.
Thanks again,
Andy
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, Jan 7, 2013 at 8:38 AM, wrote:
> But something is preventing this from working, and I don't know enough to
> figure it out, despite having spent most of today reading up. The code
> executes with no error, yet no table is created or populated.
Standard databasing requirement: You need
On Sun 06 Jan 2013 04:38:29 PM EST, andydtay...@gmail.com wrote:
Hi all,
I'm trying to create a process which will create a new table and populate it.
But something is preventing this from working, and I don't know enough to
figure it out, despite having spent most of today reading up. The cod
Hi all,
I'm trying to create a process which will create a new table and populate it.
But something is preventing this from working, and I don't know enough to
figure it out, despite having spent most of today reading up. The code executes
with no error, yet no table is created or populated.