But I guess I can't just copy the files in MySql togheter with the ASP-app to an other computer and run? I need the MySql-application as well?
With other words: Is it only possible to move an application in ASP to an other system with a database like Access that builds one databasefile that can be used with out the database application?
access/asp can be moved to everywhere where you have an ASP-server - that means a computer with PWS/ISS
MySQL/asp is not so easy to move, but first of all you need a PWS/IIS server again so that the ASP can be runned. MySQL needs a MySQL-"server" (that just mysql in itself) and the MYODBC driver - if that is installed on the other computer it is easy to move the database alså, but it needs one change in the setup (in the db-connection in your ASP) because the servername, username and password can be a different from the original computer.
but does the other computer not support MySQL it is not possible to move the asp/mysql files and then expect the site to run...
Then I guess that is not possible at all to connect to a MySQL or MSSQL with PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA since it seems to use a path to a database file?
The "provider"-method connects directly to JET which is the database - but the "driver"-method connects to access which is only a frontend to the database JET. Therefore the way to tha data is shorter with the "provider"-method...
but i cannot answer that talking about mysql and mssql - but as far as i know there is only one way to these databases... but again; on the mysql and microsoft pages it should be possible to read much more
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.