Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Firsttimeprogrammer

  1. Firsttimeprogrammer

    Unable to upload data into SQL

    I have been trying to upload a csv file into oracle for the past 2 weeks and unable to do so. The data can only be entered if the first field is unique and if not to go to the next record. The problem is that I have fields in the csv file that are null and when the data is upload the fields are...
  2. Firsttimeprogrammer

    csv file and insert fields into oracle using coldfusion

    Here is what I have. <html> <head> <title>File Upload </title> </head> <body> <div align="center"><h2>NRC FILE UPLOAD PAGE</h2> </div> <br> <br> Click the "Browse Button, then find the project file you wish to upload <center> <form action="cf_upload.cfm" method="post" name="upload_form"...
  3. Firsttimeprogrammer

    csv file and insert fields into oracle using coldfusion

    Could any one tell me how to insert records from a csv file into oracle. The problem is there are 12 fields in the csv file but only three fields that are to be inserted. For example I have col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11,col12,. But only need col1, col3 and col4 to be...
  4. Firsttimeprogrammer

    csv file and insert fields into oracle using coldfusion

    Could any one tell me how to insert records from a csv file into oracle. The problem is there are 12 fields in the csv file but only three fields that are to be inserted. For example I have col1,col2,col3,col4,col5,col6,col7,col8,col9,col10,col11,col12,. But only need col1, col3 and col4 to be...
  5. Firsttimeprogrammer

    Need help

    Could you give a bit more details. As I have never worked with coldfusion before.
  6. Firsttimeprogrammer

    Need help

    I just started working with Coldfusion and would like some help. I need to create a form which allow a user to enter a path to the directory where a excel file exists. After which the data will need to be upload into an oracle database. Can anyone give me some help as to how to do this...
  7. Firsttimeprogrammer

    Deleting table field in Access

    Hi, I'm only new to programming. I want to delete a field and its data from a table. I don't want any other fields affected. I need help writing this code in a module. Can any one be kind enough to help. I know how to do this in design or datasheet view, but in this case l have to write the...
  8. Firsttimeprogrammer

    Deleting a field from a table

    Hi, I'm only new to programming. I want to delete a field and its data from a table. I don't want any other fields affected. I need help writing this code in a module. I'm pretty sure i need to use the TableDef object. Can any one be kind enough to help. I know how to do this in design or...

Part and Inventory Search

Back
Top