Re: problem with Uploading a CSV file.

2002-02-13 Thread DL Neil
Hi Stanley, > I am trying to upload a CSV file directly to the database using command > > strSQL = "load data infile '" & strFNPath & "' into table products" > where , strFNPath =>Path of the file > > But its not working correctly ,it uploads some data and then seem to stop > or enter values in t

problem with Uploading a CSV file.

2002-02-12 Thread Stanley Joseph
Hi , I am trying to upload a CSV file directly to the database using command strSQL = "load data infile '" & strFNPath & "' into table products" where , strFNPath =>Path of the file But its not working correctly ,it uploads some data and then seem to stop or enter values in the wrong places

problem with Uploading a CSV file.

2002-02-12 Thread Stanley Joseph
Hi , I am trying to upload a CSV file directly to the database using command strSQL = "load data infile '" & strFNPath & "' into table products" where , strFNPath =>Path of the file But its not working correctly ,it uploads some data and then seem to stop or enter values in the wrong places.