dbTalk Databases Forums  

[Info-Ingres] IINODE_name format

comp.databases.ingres comp.databases.ingres


Discuss [Info-Ingres] IINODE_name format in the comp.databases.ingres forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin Bowes
 
Posts: n/a

Default [Info-Ingres] IINODE_name format - 03-09-2010 , 04:19 AM






Hi All,



Where can I find a structure which describes the IINODE_name file?



IILOGIN_name would also be handy.



Martin Bowes

Reply With Quote
  #2  
Old   
Ingres Forums
 
Posts: n/a

Default Re: [Info-Ingres] IINODE_name format - 03-09-2010 , 06:36 AM






Hi Marty

char ingFilenameFmt[2][20] = { "IILOGIN_%s", "IINODE_%s" };
reference in common/gcf/util/iicvtgcn.c

#define USE_IINODE_FILE 1
#define USE_IILOGIN_FILE 2
reference in common/odbc/driver/connect.c

You might be able to find the structure from there.

Cheers

Alex


--
hanal04

Reply With Quote
  #3  
Old   
Ingres Forums
 
Posts: n/a

Default Re: [Info-Ingres] IINODE_name format - 03-09-2010 , 03:39 PM



The record structure of Name Server data files is defined in
common/gcf/hdr/gcnint.h

Please note that the only 'supported' way of accessing the Name Server
data files is via the Name Server using utilities like iinamu, netu and
netutil or for applications issuing queries via OpenAPI. There is also
a utility, nqfile, which can directly dump the contents of the data
files.


--
thogo01

Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.