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 > IBM Informix ODBC Driver

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-22-10, 20:06
SLittle SLittle is offline
Registered User
 
Join Date: Jun 2010
Posts: 1
IBM Informix ODBC Driver

I'm using the IBM Informix ODBC Driver 3.00.0000 3.00 TC3 (that’s from the About tab) to access data via ADO calls within a VB6 application. We are getting inconsistent data sets, which our assumption is a record locking issue. Below is my query. Does anyone know of a ODBC Driver that we can set the DIRTY READ Isolation level in the ODBC configuration? I think my set isolation call is being ignored. Thanks for any help...sl.

{SET ISOLATION LEVEL TO DIRTY READ} SELECT res.hotelnum, res.ghid, res.guestnum, res.datecreate, res.status, res.guesttype, res.arrivedate, res.expdepartdate, res.actdepartdate,
res.groupcode, res.groupname, res.guestname, res.guesttitle, res.guestpostal, res.marketseg, res.source, res.vipcode, res.cancelnumber, res.canceldate, res.cxlpenalty,
resmisc.email, resmisc.bookingsource, resrooms.roomnum, resrooms.roomrate, resrooms.accomcode, resrooms.ratesched, resrooms.adults, resrooms.children, resrooms.youths,
resrooms.seq, resrooms.sharewithnum FROM res, resmisc, resrooms where ((res.actdepartdate > '06-06-2010') OR (res.actdepartdate is null)) and res.guestnum = resmisc.guestnum and
res.hotelnum = resrooms.hotelnum and res.guestnum = resrooms.guestnum
Reply With Quote
  #2 (permalink)  
Old 07-28-10, 07:07
theeiledon theeiledon is offline
Registered User
 
Join Date: Nov 2004
Posts: 60
What version is the server running and what version of client sdk are you using?
Reply With Quote
  #3 (permalink)  
Old 07-31-10, 04:08
Honeylee Honeylee is offline
Registered User
 
Join Date: Jul 2010
Location: america
Posts: 1
Hai, I am a new member just joined the community and want to gain knowledge
about the above disscuisions from the others members. thank you
Reply With Quote
  #4 (permalink)  
Old 08-03-10, 04:35
eddz1949 eddz1949 is offline
Registered User
 
Join Date: Aug 2010
Posts: 1
cool, the ideas just come pouring. I am learning each time I go to forums like this one. Keep it coming.
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

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