SQLData Server Installation Guide
System RequirementsThe web database service currently only support Windows environment. It requires a WIN32 operating system such as Windows 95, Windows NT work station or Windows NT server. You must have ODBC installed in your system. Most likely you have it installed already because many applications shipped with ODBC (MS Office, VC++, and so on). You can obtain ODBC and ODBC database drivers from many different venders. Install the ServiceRun the SQLData20.exe file, the setup program will guide you through the installation
smoothly. It collects the following information before installing the services:
The whole package is less than 4MG including the sample databases. The setup program creates a program folder and installs the program as Windows NT service. You can run the server from the command line if you install the system on Windows 95. The setup program also creates several test ODBC data sources. Test the serverThe setup program installs several test ODBC data sources which you can use to
test the installation and to get familiar with the service. The created ODBC system
DSNs are:
You can use these data source name to perform database operations immediately after the installation. To test your installation
http://localhost:8732
select * from customer
Prepare DatabasesThe database you want to publish must be setup as the System Data Source, the procedure is as follows:
Create HTML TemplatesThe Database server uses templates extensively. There are many sample templates in the
.\htdocs\templates directory that demonstrate how to perform database operations such as
query, update, insert and delete. There are also many samples that show you how to use the
embedded script language which gives you the flexibility to manipulate the database in
whatever ways you prefer. Start the ServiceAfter the server is configured properly, you can start the web database service from the system control panel :
You can also set the Startup of the service to automatic so that the SQLData database service will be started when the machine is turned on.
|
Send mail to info2-at-sqldata-dot-com with questions or comments about
this web site.
|