|
USING SQL |
|||||||||||||||||
|
As a part of DBSearch you can develop and use SQL queries. Typically an SQL query that is used to apply rule(s) to the search that you are setting up is generated within the Access Database itself. To use the query after you have saved, tested and named the query you would then use the name of the Query as the value in the DBSearch tbl field. Future searches then returns data that has been processed by that query. If your SQL Query requires input from the user, you will need to build an SQL Datafile that will be brought into the DBSearch system at the time of search. You will be able to pass form parameter(s) into the SQL file to customize the SQL Query at search time. You will need to have both a strong knowledge of SQL and Access Databases to use this feature. In addition to knowledge we also request that you use only Access 97 or better to develop DBSearch SQL Queries.
SQL DATAFILE PARAMETERS
SQL tbl Tag You will not need to specify a specific table - rather you will need to use the value of SQL-Embed to use SQL with DBSearch.
SQLFILE
How to make an SQL Datafile An SQL Datafile is a plain text file (.txt) that contains pre-tested / working SQL. To make an SQL Datafile follow these steps:
Step 1
Step 2
Step 3
USING SQL PARAMETERS
SQLPARAM_
Plain SQL (unaltered)
SQL With Parameter Tag in Place
©1995-2001 InfoDial, Inc. |