Quantcast
Channel: IIUG Forum: IDS Forum
Browsing all 9843 articles
Browse latest View live
↧

Parsing XML in IDS

We are using IDS 11.50 on AIX and have a table that is defined as follows: CREATE TABLE xpath_test ( id SMALLINT NOT NULL, xml_string clob ); The id column is the PK. The other column contains the xml...

View Article


RE: standalone dbaccess

Hi Art and Marco Because we had a meeting here yesterday to discuss a tool that meet the following demands...: - Runs from commandline or better within a batch script (windows) - connects to the...

View Article


Re: standalone dbaccess

On 13/09/13 08:21, Habichtsberg, Reinhard wrote: > Hi Art and Marco > > Because we had a meeting here yesterday to discuss a tool that meet the > following demands...: > > - Runs from...

View Article

Re: standalone dbaccess

Jonathan's sqlcmd is ideal for this. It even has a "server" mode that sets it into memory reading SQL from a pipe so that scripts can send multiple commands without the overhead of repeatedly starting...

View Article

RE: standalone dbaccess

Does sqlcmd run on Windows Server 2008 or 2012 and what are the software requirements to run sqlcmd? Has Informix CSDK and Visual C or another SDK to be installed on the Windows Server? Reinhard. >...

View Article


Re: standalone dbaccess

Hmm, I haven't tried to compile sqlcmd on windows, honestly. I would require the CSDK and a C compiler, yes. Download the package, Jonathan is very thorough, so I'm sure the readme file will tell you...

View Article

Re: standalone dbaccess

SQLCMD compiled on Windows about a decade ago. Then Microsoft got grumpy about safe function like strcpy() etc — safe if used properly, that is; unsafe when misused — and generally made life hell for...

View Article

Re: standalone dbaccess

Thanks for all the options! ******************************************************************************* To post a response via email (IIUG members only): 1. Address it to ids@iiug.org 2. Include...

View Article


RE: Error building 'sysmaster' database

Seems to me like you should reference all commands using the full path instead of relying on the PATH variable to be choosing the correct one. Try /usr/informix1/oninit instead of oninit -Justin...

View Article


not enough free disk to restore

Hi to all I don t have enoygh space to put my l0 and l1 to restore a production instance on a test machine, i can compress lo and li files, so they can fit in this space but is the a war to decompress...

View Article

Re: not enough free disk to restore

If you can hold the larger of the files then expand the L0 file, restore it, delete it, then expand the L1 and continue the restore. Art On Sep 15, 2013 7:21 PM, "SMITH...

View Article

RE: when use IfxDataReader.GetIfxDateTime to N....

Hello. You should be using an old CSDK version. Please post your Informix server version, and your CSDK version, in order we can help you. Information Center 12.10 shows these methods in class...

View Article

Re: when use IfxDataReader.GetIfxDateTime to N....

You are supposed to use the IfxDataReader.IsDBNull method to detech whether the column value for the current row is NULL or not before calling the appropriate GetIfx* method for it! Art Art S. Kagel,...

View Article


alter fragment attach ...

ids 11.70.fc3xc aix 6.1 Looking to move some fragmented tables around .. and before figuring out exactly what we are doing I was doing a simple test with detach and attach ... So, here is my question...

View Article

Re: alter fragment attach ...

When you detach the fragment, all of the things you wanted to go along = with it - I forget which, but NOT NULL, constraints ya-di-ya go away. = You have to re-add them before attaching. j. On Sep 17,...

View Article


Re: alter fragment attach ...

forgot about that ... Thanks ... Too bad that stuff all goes away ... other than like a serial column ... can't see why .. but that's why I don't write the DB ... Peter Logan Senior Database...

View Article

Re: not enough free disk to restore

As apparently Madison used to say - go to to Radio Shack and buy some more disk! David. On 16 September 2013 at 00:46 Art Kagel <art.kagel@gmail.com> wrote: > If you can hold the larger of the...

View Article


distributed query & blob

IDS 11.50.FC8 , IBM INFORMIX-4GL Version 7.50.FC3X4 Q. getting the following error trying to retrieve a blob data type from an external informix logged database. fglrun testnetimage.42m Program stopped...

View Article

Re: distributed query & blob

You have to connect directly to the remote server by using one of: - the CONNECT TO SQL Command in your 4GL app - include the @dbservername in the DATABASE command in your 4GL app - set the remote...

View Article

How to know if a session is hanged already?

Hi All, IDS9.4 OS=Solaris I just want to ask how can i know if a certain session already hanged? I'm seeing just : 7924171 sqlexec 9651b320 Y--P--- 2264 cond wait(netnorm) 7924168 sqlexec a4059ff0...

View Article
Browsing all 9843 articles
Browse latest View live