Re: SQL error

2009-02-11 Thread John Machin
On Feb 12, 11:57 am, Dan McKenzie wrote: > Hi Guys, > > I am trying to move data from a file into our mysql database. > > The format of the text file is - ipaddress ipaddress bytes packets   > interface-in interface-out eg: 192.168.1.1 192.168.1.2 1522 12 * rob > > The sql table is 'ipflows' > > T

SQL error

2009-02-11 Thread Dan McKenzie
Hi Guys, I am trying to move data from a file into our mysql database. The format of the text file is - ipaddress ipaddress bytes packets interface-in interface-out eg: 192.168.1.1 192.168.1.2 1522 12 * rob The sql table is 'ipflows' This is the code: ___