Discussions
Categories
Groups
Advertisement
Child Item
Home
Topics
Technology & Internet
Software & Web Development
Development
creating a database in asp?????
loppy1011
can any1 tell me how or even if its possable to create a database in asp without connecting to anything???
Find more posts tagged with
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of
Advertisement
Advertisement
Comments
seamus
Emmm....bit more info please. Without connecting to what? What are you tryng to do? What kind of machines do you have? Are you working directly with the web server or are you working remotely?
You'll probably need to have a database server running on the same machine as is serving the asp pages. But you'd be better off accessing the database (SQL) server and creating the database directly.
loppy1011
yea we are working remotely at the moment but will be givin a hard drive later soon and i was talking bout how do you tell it the path on where to put the database
str8_away
I could be wrong on this but I think there are three ways you can do.
1) create a small database using text file.
2) you can use ADO component to connect to *.mdb file.
3) you can use ADO component to connect to SQL server
Hope this helps
Kai
eh im not entirely sure what it is you want to know. You cant create a database with just asp. you can use text files to store things which can act as a type of database.
this is a walkthru on creating a connection to an access DB with asp
http://www.webwizguide.info/asp/tutorials/connecting_to_a_database.asp
Hope it helps, also Google is probably the best place to find out exactly what you want to know.