Here I will
give a short example of how to add a table to a database using ADOX.
This means that you can add a table remotely without having to use
Access at all. Adding a table is quite simple.
In this case we will assume you need a table that has four fields that will house the data from a form. This form will extract a name, email address, comments, and geographical region from users on your site.
First lets start with a connection. I use a DSN-LESS connection here, but it's up to you.