If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > what's the different between UC8, TC8, TC2E1 etc.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-04, 08:52
gfcronin gfcronin is offline
Registered User
 
Join Date: Apr 2002
Posts: 22
what's the different between UC8, TC8, TC2E1 etc.

I'd like to know the difference (and significance) between the keywords UC8, TC1, TC8, and TC2E1 used in the Informix Database Server name.

Specifically, I use the Informix JDBC driver to retrieve the Informix Server name via the following code:

java.sql.DatabaseMetaData mdata = conn.getMetaData();
String name = mdata.getDatabaseProductName();

Here are the various names I get returned when connecting to various Informix servers:

Informix-Online 7.30.UC8
Informix Universal Server 9.14.TC8
Informix Dynamic Server 9.30.TC1
Informix Dynamic Server 9.40.TC2E1

Specifically, I want to know what the last bits mean?

I'm guessing UC8 stands for Unicode ????

thanks in advance
- Garry
Reply With Quote
  #2 (permalink)  
Old 04-01-04, 14:33
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
The last portion of the version number specifies the platform and patch level.

The first character stands for:
U = Unix/Linux 32-bit
F = Unix/Linux 64-bit
H = Hybrid. Unix 64-bit, IDS 32-bit (only HP needs this as far as I know, the other platforms can use the U version)
T = WinNT/2000/XP/2003

Old (obsolete) ones:
W = Win 3.11/95/098/ME
N = Novell
D = Dos

The second character C meams commercial release, A = Aplha, B = Beta. Sometimes when the patch level gets high they just contunue with D1.

The number specifies the patch level. If there is a string aftyer the patch level (9.30.UC2W8 fro example then the W8 means an intermedite patch/bug fix which did not went through the full QA path)

I hope this helps, so no GLS info in here, just version and platform info.

Rob Prop
Reply With Quote
  #3 (permalink)  
Old 04-02-04, 04:44
gfcronin gfcronin is offline
Registered User
 
Join Date: Apr 2002
Posts: 22
Excellent feedback. Thanks Rob.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On