Does anyone know a way of setting PDQPRIORITY through an ODBC connection?
I've found a way to SET ISOLATION DIRTY READ by adding a line to the
informix.sdb file.
Regards
Colin
There are 10 types of people in the world, those that understand binary and
those that don't
_________________________________________________________________
Are you using the latest version of MSN Messenger? Download MSN Messenger
7.5 today! http://join.msn.com/messenger/overview
I've been working with the Informix ODBC driver, and Informix in general,
for a few years... I'm not aware of an "informix.sdb" file. Can you let
me know what that is? Do you have some reference to it?
The only way I know of setting the PDQPRIORITY is to execute the SET
PDQPRIORITY <NUM> statement after connecting. The only way I know of to
change the isolation level was to execute the appropriate statement...
> _______________________________________________
> Informix-list mailing list
> Inform...@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
>
>
Superboer.
Contents of informix.sbo
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE DriverConfiguration SYSTEM
"../sbo.dtd"><DriverConfiguration>
<Defaults>
<Parameter Name="Family">Informix</Parameter>
<Parameter Name="SQL External File">informix</Parameter>
<Parameter Name="SQL Parameter File">informix</Parameter>
<Parameter Name="Description File">informix</Parameter>
<Parameter Name="Strategies File">informix</Parameter>
<Parameter Name="Driver Level">31</Parameter>
<Parameter Name="Array Fetch Available">True</Parameter>
<Parameter Name="Array Bind Available">False</Parameter>
<Parameter Name="Max Rows Available">True</Parameter>
<Parameter Name="Binary Slice Size">30000</Parameter>
<Parameter Name="CharSet Table">informix</Parameter>
<Parameter Name="Transaction Isolation Level">READ UNCOMMITTED</Parameter>
<Parameter Name="V5toV6DriverName">{Informix 3.34 32 BIT}</Parameter>
</Defaults>
<DataBases>
<DataBase Active="Yes" Name="Informix Dynamic Server 2000">
<Aliases>
<!-- You can add an alias here if you are using some connections that
are defined with an older database engine -->
<Alias>Informix SE 7.2</Alias>
</Aliases>
</DataBase>
<DataBase Active="Yes" Name="Informix Dynamic Server 7.3">
<Parameter Name="DescribeParam Available">False</Parameter>
</DataBase>
<DataBase Active="Yes" Name="Informix XPS 8.3">
<Parameter Name="DescribeParam Available">False</Parameter>
</DataBase>
<DataBase Active="Yes" Name="Informix XPS 8.4">
<Parameter Name="DescribeParam Available">False</Parameter>
</DataBase>
<DataBase Active="Yes" Name="Informix XPS 8.5">
<Parameter Name="DescribeParam Available">False</Parameter>
</DataBase>
</DataBases>
</DriverConfiguration>
Regards
Colin
There are 10 types of people in the world, those that understand binary and
those that don't
| "Colin Dawson"
<cjd_...@hotmail.com>
Sent by: informix-l...@iiug.org 06/14/2006 02:27 PM |
|
if you are not on xps (use sysdbopen) then go and nag to IBM/Informix
in order to get sysdbopen implemented on V10latest.
i guess it is way overdue if it is not in there.
sysdbopen allows you to execute sql when connecting to the db. check it
out
way cool.
Superboer
Colin Dawson schreef:
Thanks
Gary Quiring
| "Gary Quiring"
<gqui...@gmail.com>
Sent by: informix-l...@iiug.org 06/16/2006 08:44 PM |
|
|