MySQL Forums
Forum List  »  Newbie

Re: INSERT INTO file with parameter - help
Posted by: Peter Brawley
Date: August 21, 2021 09:02AM

> I have a webpage that I need to enter a string and a file gets updated with that string,
> my .NET app picks up the change in the file and checks if the command is valid...

No need for a database in that sequence, the .NET app can do that job by itself, but database logic could serve as a backend for more sophisticated controls, in which case you['d want to use database tables rather than text files, but to do that you'll need to learn about relational databases, eg https://www.artfulsoftware.com/dbdesignbasics.html.

Options: ReplyQuote


Subject
Written By
Posted
Re: INSERT INTO file with parameter - help
August 21, 2021 09:02AM


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.