 |
 |
How do I
do get my database files setup on the NT server? |
 |
 |
Currently we provide two ways to access
database using web interface: MS Internet Database Connector.
In order to connect to MS Access database the client can:
A) Ulitize a ADO Connectstring DSN-less ODBC - (no setup fee)
- Create a MS Access database on a client computer
- Upload it to his web site
- Adjust your code to use DSN-less ODBC:
DataConn.Open "DBQ=" &
Server.MapPath("database.mdb") & ";Driver={Microsoft Access Driver
(*.mdb)};DriverId=25;MaxBufferSize=8192;Threads=20;", "username",
"password"
B) Ulitize a ADO
Connectstring DSN - ($39.95
setup fee + $10/mo unless included in hosting plan)
- Create a MS Access database on a client computer
- Upload it to his web site
- To request techdb@armmnet.com
an ODBC connection to your database file please email a request for an ODBC connection.
- Our specialist will register a new database in ODBC applet
- Create an IDC file (with .idc extension) which includes all
the necessary information to use a database (table name, SQL statement, user name,
password etc.) and upload it to his web site
- Create an HTX file (with .htx extension) where a client will
define how an output of his query will be displayed. It is basically an extension of HTML
file and can only be used with IDC file. Client uploads this file to his web site.
- Create an HTML file (usually with a form in it) with a link to
IDC file (or files).IDC file then uses HTX file as a template to output data.
 |
 |
What is the path to the
Perl executable? |
 |
 |
2000 servers -
The PERL executable path is c:\perl\bin
It is best to give your files an extension of .pl
 |
 |
How to access NT
Statistics? |
 |
 |
http://www.your_domain_name.com/stats/index.html |
or |
Your IP Number /stats/index.html |
The statics usually take 2 to 5 days before they
become available for a new domain.
Request secure server
access:
The path to the secure web page MUST be an absolute link of:
https://ssl.securedvault.biz/yourdirectory/FILENAME.HTML
To access your PERL scripts securely:
https://ssl.securedvault.biz/yourdirectory/cgi-bin/SCRIPT.pl
 |
 |
Do you support ASP pages? |
 |
 |
Our 2000 web servers do support ASP. Asp files
may be placed in any directory.
 |
 |
What is the 2000 extension
for Server Side Include? |
 |
 |
The filename extension for Server Side Include is .stm eg: index.stm
|