On Wed 09 Jan 2013 09:20:10 PM EST, andydtay...@gmail.com wrote:
Thanks for your help guys.
I was actually doing a few things wrong, but I have got this script to work by
declaring fields as varchar and all values as strings. But I would like to log
journey time values in hours/minutes, so I w
Thanks for your help guys.
I was actually doing a few things wrong, but I have got this script to work by
declaring fields as varchar and all values as strings. But I would like to log
journey time values in hours/minutes, so I will have to look into the following:
1. Retrieving this data from
On 2013-01-10 00:19, andydtay...@gmail.com wrote:
Hi John,
He're the code I would like to see work. The cursor_to is an oversight. I
extracted this element from some other code in an attempt to isolate/resolve
the problem myself, hence having a simplified table version. Which works
actually,
On Wed 09 Jan 2013 07:19:10 PM EST, andydtay...@gmail.com wrote:
Hi John,
He're the code I would like to see work. The cursor_to is an oversight. I
extracted this element from some other code in an attempt to isolate/resolve
the problem myself, hence having a simplified table version. Which wo
Hi John,
He're the code I would like to see work. The cursor_to is an oversight. I
extracted this element from some other code in an attempt to isolate/resolve
the problem myself, hence having a simplified table version. Which works
actually, but unfortunately that's not educating me suffiecien
In
andydtay...@gmail.com writes:
> I'm a bit stuck on this "INSERT INTO" syntax error. I have no idea why it's
What syntax error? It's always helpful if you can post the actual error
message.
> not working actually... I've tried changing column types to char but that
> didn't work. I've gone
Hi,
I'm a bit stuck on this "INSERT INTO" syntax error. I have no idea why it's not
working actually... I've tried changing column types to char but that didn't
work. I've gone a bit blind looking at it, but hopefully you can set me right.
With the '#'d out lines instead the file does work.
Wh