There's a free server ( www.DOMAINDLX.com ), which allows uploading via FTP.
The instructions are as follows:
"The 'database' and 'scripts' subdirectories have write/read permissions. Therefore, you have to upload your database to the 'database' subdirectory and upload your scripts that require write permissions to your 'scripts' subdirectory."They also say that I must create a "DSN-LESS" connection with this code:
Dim Conn
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "DRIVER=Microsoft Access Driver
(*.mdb);DBQ=" &
Server.MapPath("/USERNAME/database/yourdatabase.mdb")
Global asa is not supported.
My question is: Where should I paste this code? (where exactly)
------------------
Luis Miguel Gonzalez
Buenos Aires, Argentina
luismg@gmx.net