-
Hello.
Finnaly i made my first ASP page successefuly, but now i want to add a database so i can record my visitors data, but i the problem is that i don´t have access to Microsoft Access to do the Database, so witch program´s can i use(freeware if possible) to create a database to my page. Thank you, and by the way witch extencios do SQL recognize, .mdb and ....
Numibesi
-
Unless, I'm misunderstanding you, you do not need a
database program. Using DAO, VB6 can create the database
with the required fields. You can then use the database
with SQL as you would anyother MDB.
DerFarm
-
But to do that....
But then i need to compile the project and then how can i access the database using my ASP page on the server ???? any idea.
numibesi