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 > please help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-16-03, 03:53
snontapoj snontapoj is offline
Registered User
 
Join Date: Jul 2003
Posts: 3
please help

I know nothing about Informix, I'm new with DB. please give advice.

We are using Ci-sam now, and we need to transfer data in our file to Informix database. This must allow the current application to access to Ci-sam, while some new application will use SQL to access Informix.
I've read about ci-sam blade module, is this the best solution?

Please recommend, thank you.
Reply With Quote
  #2 (permalink)  
Old 07-16-03, 05:59
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
You hav etwo possibilities. SE (Standard engine) and the C-Isam Datablade. I woul go for the second one, gives you lots more opportunities and features.
SE is a very old C-ISAM file based database server. This is actually an SQL layer on top of C-Isam files. You can access the files with read commands - but there are some locking issues if you want to update from C-isam and from SQL.
The C-Isam datablade has two implementations:

1. Store C-Isam files in the database.
This is actually a unique product. The blade contains C-Isam libraries that you will have to link in your programs. At that time the C-Isam files will access the database in stead of the files. ALl isread calls will be converted to sql calls.
Locking and SQL optimization is done by the database server IDS.

2. Use teh Virtual Table Interface to access the C-Isam files. (not so nice)
__________________
rws
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