Commenting an Internet Database Connector (IDC) FileLast reviewed: April 22, 1997Article ID: Q150809 |
The information in this article applies to:
SUMMARYInternet Database Connector (IDC) files are used in the Internet Information Server (IIS) to specify an ODBC data source, username, template, and SQL statements to exchange data with a database. To place comments in an IDC file, begin a line with either the pound sign (#) or semi-colon (;).
MORE INFORMATIONHere is an example IDC file with comments: ; this is a comment Datasource: Web SQL Username: sa Password: Template: ctguestb.htx SQLStatement: +CREATE TABLE "Guests" ( +"FirstName" varchar(40), +"LastName" varchar(40), +"Email" varchar(40), +"Homepage" varchar(80), +"Comment" text, +"WebUse" varchar(40) +) # This is also a comment
|
Additional query words: prodiis
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |