"Choose the Add Data Source option after you have created a new database in a format supported by an ODBC 2.0 driver. The Add Data Source option will register the new database as an ODBC data source.\n\nHave you already already created the new database?"
IDS_DATA_SOURCE_ADDED "The Student Registration data source has been added.\n\nNow choose Initialize Data to create tables in the Student Registration data source and to populate the tables with data used in the Enroll database tutorial."
IDS_DATA_SOURCE_NOT_ADDED
"Student Registration data source not added.\n\nIf you have already registered Student Registration data source in a different format, then use the Control Panel ODBC tool to remove the old data source."
IDS_VARCHAR_INSTRUCTION "Please enter the column-element syntax for a VARCHAR with a maximum length of 50 characters."
IDS_VARCHAR_EXAMPLE "For example, the SQL Server syntax is: varchar(50)"
IDS_INTEGER_INSTRUCTION "Please enter the column-element syntax for an INTEGER."
IDS_INTEGER_EXAMPLE "For example, the SQL Server syntax is: int"
IDS_INTEGER "SQL_INTEGER"
IDS_SMALLINT_INSTRUCTION
"Please enter the column-element syntax for a SMALLINT."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SMALLINT_EXAMPLE "For example, the SQL Server syntax is: smallint"
IDS_SMALLINT "SQL_SMALLINT"
IDS_VARCHAR "SQL_VARCHAR"
IDS_NEXT "Next"
IDS_OK "OK"
IDS_TYPE_INFO_LISTBOX_INSTRUCTION
"The following SQLGetTypeInfo information for data type %s will help you determine the syntax: "
"The STDREG tool sends ""CREATE TABLE"" SQL statements to create new tables in the Student Registration database. The syntax of the ""column-element"" portion of the ""CREATE TABLE"" statement is database-dependent."