One way to do this, the normal way, is to go through a web layer (e.g. ASP, PHP, CGI...)
You would submit the form in a format that is convenient to parse on the server, and the server would write the database. Direct client access to database is no longer supported, and just as well, it's a security nightmare.