SQLSREAD.TXT
4/94


InfoPump Release 1.1A includes changes to the SQL Server database
interface. Corrections to problems with the mapping of data between 
SQL Server and InfoPump require changes to Chapter 13 of the InfoPump 
Script Guide. 


The following change should be made to the table titled Data Type 
Conversions for Generated Scripts, page 13-12:

  Original table entry:
    SQL Server/MDI Source Type    InfoPump Script Type
	  Tinyint 		       TINYINT

  Should be changed to new table entry:
    SQL Server/MDI Source Type    InfoPump Script Type
          Tinyint                      TINYCARD


The following changes should be made to the table titled Data Type 
Conversions for Declared Structures, page 13-13:

  Original table entry:
    SQL Srvr Source       InfoPump Type  ------SQL Srvr Destination------ 
					 #MAP TYPE=FALSE   #MAP TYPE=TRUE

    Tinyint Int Smallint    TINYINT       Tinyint             Tinyint
    No comparable type      TINYCARD      Error: unsupported  Smallint 
					     
Should be changed to new table entry:
    SQL Srvr Source       InfoPump Type  ------SQL Srvr Destination------ 
					 #MAP TYPE=FALSE   #MAP TYPE=TRUE

    No comparable type      TINYINT       Error: Unsupported  Smallint
    Tinyint                 TINYCARD      Tinyint             Tinyint


In addition, all references on pages 13-12 and 13-13 to the SQL Server 
type of smallfloat should be changed to real.  There is no smallfloat 
datatype in SQL Server.
 
