Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: DBI/load data infile issue

by bofh_of_oz (Hermit)
on Jul 08, 2005 at 17:47 UTC ( [id://473511]=note: print w/replies, xml ) Need Help??


in reply to Re^2: DBI/load data infile issue
in thread DBI/load data infile issue

Disclaimer: Whatever errors I find may be unrelated to the problem itself as I repeatedly got distracted while writing this comment...

- (A trait of senior monks that's rubbed off on me): use strict - it helps...

- Shouldn't

for ($ii = @time[0]; $ii <= @time[$#time]; $ii++)
be using $time[0] and $time[$#time]? There are also other lines using that notation...

- In your "Code with DBI" make PrintError=>1 and redirect the output for late night reading ;)

- Check those output files to make sure that there are no "character combinations" that have a special meaning in SQL... It could be where you're losing the data...

--------------------------------
An idea is not responsible for the people who believe in it...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://473511]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found