Re: [Tutor] My code to update database

2009-07-10 Thread Emile van Sebille
On 7/10/2009 1:03 PM Eduardo Vieira said... On Fri, Jul 10, 2009 at 12:51 PM, Emile van Sebille wrote: On 7/10/2009 11:29 AM Eduardo Vieira said... Hello! I have the code below to update a database from a csv file. I have tested one time and it has worked fine, but I'm a bit fearful that it sho

Re: [Tutor] My code to update database

2009-07-10 Thread Eduardo Vieira
On Fri, Jul 10, 2009 at 12:51 PM, Emile van Sebille wrote: > On 7/10/2009 11:29 AM Eduardo Vieira said... >> >> Hello! I have the code below to update a database from a csv file. I >> have tested one time and it has worked fine, but I'm a bit fearful >> that it should work right as I am updating a

Re: [Tutor] My code to update database

2009-07-10 Thread Emile van Sebille
On 7/10/2009 11:29 AM Eduardo Vieira said... Hello! I have the code below to update a database from a csv file. I have tested one time and it has worked fine, but I'm a bit fearful that it should work right as I am updating a database and don't want to cause troubles into the system. Is this code

[Tutor] My code to update database

2009-07-10 Thread Eduardo Vieira
Hello! I have the code below to update a database from a csv file. I have tested one time and it has worked fine, but I'm a bit fearful that it should work right as I am updating a database and don't want to cause troubles into the system. Is this code safe for my personal use? the update code is i