Log in

View Full Version : Creating a database(a file xxx.mdb) in MS-ACCESS---then it runs itself(self run) ?



leonidassavvides
09-12-2008, 07:43 PM
Creating a database(a file xxx.mdb) in MS-ACCESS and, add it online connecting it to asp or asp.net or php or jsp or coldfusion, then it runs itself(self run) no need any more access to MS-ACCESS ?

tfit
09-14-2008, 11:47 AM
Creating a database(a file xxx.mdb) in MS-ACCESS and, add it online connecting it to asp or asp.net or php or jsp or coldfusion, then it runs itself(self run) no need any more access to MS-ACCESS ?

Do you need to make it with access? Can't you use vbscript? I know that works quite easily. If you have your database you can use odbc to connect.

Twey
09-14-2008, 01:18 PM
Non-executable files don't run, they are run by some external program.

DiNettio
01-07-2009, 11:46 AM
Do you need to make it with access? Can't you use vbscript? I know that works quite easily. If you have your database you can use odbc to connect.

How should you do this with vbscript easily? I want to learn that :p