providerversion

The ProviderVersion table contains one entry for each verified InfoPump interface DLL.

Column Name Column Datatype Column Null Option Column Comment
providertype smallint not null The general type of interface: 1=RDBMS, 2=Flat File.
providersubtype smallint not null Unique across all interfaces of the same type.
serverid integer not null The ID of the server for the provider.
providername varchar(32) not null The name given to this interface (i.e.- the relevant product name).
providerversion varchar(32) not null The version of this interface, in the form xx.xx.xx. NOTE: This is the Script Manager interface version.
providermodulename varchar(32) not null The file name for the actual interface DLL. (e.g. sybase.ipi).

providerkeys long byte with null The binary representing a C array of long ints defining parameter information for the interface DLL entry points. Used by the compiler and interpreter.
minrunversion integer not null The minimum interpreter version required to run this interface DLL, relevant since interfaces make functions calls back to the interpreter.

Product Name: Data Transformer

Table Type: Table


Copyright © 2006 CA. All rights reserved.