MySQL Forums
Forum List  »  Stored Procedures

Re: Parse a Text file and store it in a table
Posted by: Peter Brawley
Date: March 12, 2016 12:12PM

Start by developing the step-by-step logic in pseudocode.

Then I would suggest testing that pseudocode by translating it into the computer language with which you are most confortabe.

When it works, the logic is correct. Then port it to a MySQL srtored procedure.

Why not go straight from pseudocode to the MySQL sproc? They're awkward to develop.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Parse a Text file and store it in a table
1318
March 12, 2016 12:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.