Jump to content

creating database?


kewlsammie

Recommended Posts

anyone knoes how to create a new database in ASP using SQL statements???i sort of like have 44tables to create in the new database...

The kind of code you want to use depends on the type of database, such as using MySQL, Access, SQL Server, PostGres, etc.See this tutorial for how to create a database from ASP (the steps for creating the SQL server database are basically the same for MySQL, PostGres, and other database types):http://www.aspfaq.com/show.asp?id=2029For the SQL syntax you need to use, see this tutorial:http://www.simple-sw.com/sql-crdb.htm
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...