testing

2004-03-22 Thread gerry simpson
sorry - please ignore -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

Re: Mvquery Client Not Responding

2004-03-13 Thread gerry simpson
lol - you tell 'em Will i think i might join you at that - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 13, 2004 12:06 AM Subject: Re: Mvquery Client Not Responding > In a message dated 3/11/2004 8:12:17 AM Pacific Standard Time, > [EMAIL P

Re: SQL Server , UniOLEDB & subtables

2004-03-10 Thread gerry simpson
believe. > > We're not having problems with our UCI connections, so have never needed to > debug them. It's a new feature, so perhaps it doesn't actually work as > documented! > > Regards > David > > > -Original Message- > From: [EMAIL PROTECTED]

Re: SQL Server , UniOLEDB & subtables

2004-03-09 Thread gerry simpson
t; See 'Administrative Supplement for Client APIs' pages 3-21 and 3-22. > > > > Of course, this will just help with issues at the UV end. > > > > Regards > > David > > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailt

another try - DELETE uv data from SQL Server via oleDB

2004-03-09 Thread gerry simpson
ok - so i'll take another 2 tracks with this one. with universe set up in SQL Server as a linked database using unioledb : 1. how do we DELETE from a uv table ? DELETE FROM [LINKEDUVDB]...[TAB1] WHERE [FLD1] = 'SOMEVAL' DELETE FROM [LINKEDUVDB]...[TAB1] SELECT [EMAIL PROTECTED] FROM [LIN

Re: SQL Server , UniOLEDB & subtables

2004-03-08 Thread gerry simpson
data type without locking up - define the data type for @ASSOC_ROW as INTEGER or DECIMAL gerry - Original Message ----- From: "gerry simpson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 1:37 PM Subject: SQL Server , UniOLEDB & subt

SQL Server , UniOLEDB & subtables

2004-03-08 Thread gerry simpson
we have set up universe 10 in SQL Server 2K as a linked database via UniOLEDB. we have a test file set up that consists of 2 single valued fields & 2 multi valued fields at the universe command prompt we can access both the table and the virtual table for the multi values : SELECT * FROM TEST.TA

Re: UV losing print characters

2004-03-03 Thread gerry simpson
e other end of the cable. > > You say that this is an infrequent problem. Although that makes this sort > of scenario less likely, it can still happen because many modern printers > have buffers large enough to hold quite big print jobs. > > Martin Phillips > Ladybridge Sys

UV losing print characters

2004-03-02 Thread gerry simpson
hi , a client has reported that they are randomly & infrequently having characters dropped from print jobs. this recently happened during an invoice run where a tax value of 1147.90 was printed as 117.90 - the invoice total printed correctly, the invoice data on file has the correct value and a re

Re: Two ways to acquire the U2 Tech Support Survival Kit CD

2004-03-02 Thread gerry simpson
Hi Wally, what about those who won't be able to attend these show ? gerry - Original Message - From: "Logan, David (SST - Adelaide)" <[EMAIL PROTECTED]> To: "U2 Users Discussion List" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 3:24 PM Subject: RE: Two ways to acquire the U2 Tec

Re: [UV] Trigger FILE parameter

2004-03-01 Thread gerry simpson
the faint of heart; you can damage your file if you don't do it correctly. You need to write a four byte binary zero into the correct location (using WRITEBLK). > > - Original Message - > From: "gerry simpson" <[EMAIL PROTECTED]> > Date: Mon, 1 Mar 2004 03:3

Re: [UV] Trigger FILE parameter

2004-03-01 Thread gerry simpson
Hi Ray , this does not work. LIST.SICA always lists the file name as it was when the 1st trigger was created even if the triggers are dropped and recreated. - Original Message - From: "Ray Wurlod" <[EMAIL PROTECTED]> To: "U2 Users Discussion List" <[EMAIL PROTECTED]> Sent: Saturday, F

Re: odbc client hangs

2004-02-26 Thread gerry simpson
PM Subject: RE: odbc client hangs > > > Any chance this relates to DNS lookup or doamin authentication?? > > > Regards > > JayJay > > -Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of gerry simpson > Sent: 26 Fe

odbc client hangs

2004-02-26 Thread gerry simpson
I have uvpe 10.0.4 and uvodbc 3.7 installed on a w2k server. I had been able to establish connections to a remote universe installation ( hpux 11 uv 10 ) using uvodbc through a vpn connection. somewhere along the line things have gone wrong. now when i try to connect to the remote server , even

Trigger FILE parameter

2004-02-26 Thread gerry simpson
the FILE parameter passed to triggers is the name of the file as it is originally created or at least at the time that SICA information is assigned. if the file has had its name changed, ie via CNAME, is there some way to modify the SICA info to reflect this change ? currently this requires renamin

uv connectivity & list archive

2004-02-24 Thread gerry simpson
2 questions that I know have been answered here before : 1) what facilities are available to access external databases ( SQL Server etc. ) from within uniVerse ? 2) where is the archive for this list and how do we search it ? gerry -- u2-users mailing list [EMAIL PROTECTED] http://www.oliv

Re: The result of VARIABLE[1,3] + 0

2004-02-06 Thread gerry simpson
42 - Original Message - From: "Mark Johnson" <[EMAIL PROTECTED]> To: "U2 Users Discussion List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 3:29 PM Subject: Re: The result of VARIABLE[1,3] + 0 > I'm all ears. What is this numeric variable. > > Thanks. > - Original Message -

Re: VARIABLE<-1> = '' Inconsistent behaviour

2004-02-04 Thread gerry simpson
racters) and each array > would have (on average) say 10 or 20 items. So using ITEM.LIST[2,] > worked fine. But then you get the user who creates a list of well over 100 > longer than average descriptions and the program starts losing the last few > when filing. > > AdrianW &

Re: VARIABLE<-1> = '' Inconsistent behaviour

2004-02-03 Thread gerry simpson
we use the A[x,] as well as A["*",x,] constructs a lot - no trailing characters/fields - Original Message - From: "Mark Johnson" <[EMAIL PROTECTED]> To: "U2 Users Discussion List" <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 8:14 AM Subject: Re: VARIABLE<-1> = '' Inconsi

Re: [UV] VARIABLE<-1> = "" and Basic Compile "$OPTIONSEXTRA.DELIM"work "consistently"

2004-02-03 Thread gerry simpson
this is not exactly correct   while you are correct that the 3 statements result in 2 attributes, the 2nd state does indeed have an effect     A='abc'  ;* A=abc , len(A)=3 A<-1>='' ;* A=abc:@FM , len(A)=4 A<-1>='def'   ;* A=abc:@FM:def , len(A)=7    

Re: Uniobjects in C#

2004-01-28 Thread gerry simpson
Hi Carl , forget about using uniobjects in c# , its not worth the hassle - we never did get somethings to work and I beleive command was one of them. use the J# conversion tool ( jbimp.exe ) to convert the UOJ packages into .NET dlls and reference these in your projects. gerry - Origi