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 > Informix LOG mode

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-13-07, 07:53
ksreedhar21 ksreedhar21 is offline
Registered User
 
Join Date: Nov 2007
Posts: 1
Informix LOG mode

Hello,

Is there any way (method) to get about whether LOG mode is created or not for informix database using JDBC.

Ex: I may create either

create database myLogDB with LOG MODE ANSI
[OR]
create database myNoLogDB

Is there any method (or way) in JDBC to retreive information (True or False) on LOG MODE in the above cases.

Thanks in advance
Sreedhar
Reply With Quote
  #2 (permalink)  
Old 11-13-07, 14:50
RobP RobP is offline
Registered User
 
Join Date: Mar 2004
Location: Netherlands
Posts: 183
Hi,

You could try the following:

select * from sysmaster:sysdatabases

Of course filter on the database name and select the right columns. But if you look in this table then it will explain itself (I hope)
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