Tables in databases

I am in the process of making a register Login page and i am using javascript. The problem is i dont know how to put my tables in the database so that it can store the information

What database software are you using?

im using my sql driver

I don’t understand what you mean by “sql driver”. Are you using a MySQL database, an Access database, or something else? The specific database software you’re using on the server will determine how you create new database files and tables within those files. With Access it’s as simple as downloading the database file via FTP, opening it locally with MS Access and creating/modifying as required, then uploading it back to the server. With MySQL you need a program such as Enterprise Manager that will allow you remote access to create/modify the database file and tables on the server.

You can’t use javascript to populate a database in the 1st place, can you?!

Yes, javascript is a valid server scripting language for ASP pages, although it’s not used much except by those that are already experienced javascript programmers. VBScript is the most widely used scripting language for ASP.