RE: [U2] unidata bci commands not compiling

2005-01-17 Thread Ed Clark
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alfke, Colin Sent: Monday, January 17, 2005 8:59 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] unidata bci commands not compiling We encountered similar errors when doing a "proof of concept" with the new xml functions. The problem i

RE: [U2] unidata bci commands not compiling

2005-01-17 Thread Alfke, Colin
We encountered similar errors when doing a "proof of concept" with the new xml functions. The problem is that the documentation has the functions in mixed case but UD won't compile them like that. You have two options: 1. Change SQLBindParameter to SQLBINDPARAMETER etc 2. Compile with the -I o

RE: [U2] unidata bci commands not compiling

2005-01-17 Thread graham.forbes
6.0 as well. Is there anyone out there who has ever used SQLBindParameter on unidata 6.0, or on any version of unidata? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David Jordan > Sent: Friday, January 14, 2005 11:47 PM > To: u2-u

RE: [U2] unidata bci commands not compiling

2005-01-15 Thread David Jordan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, 16 January 2005 7:16 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] unidata bci commands not compiling I also get the same result using the unidata PE on redhat. I think that's version 6.0 as

RE: [U2] unidata bci commands not compiling

2005-01-15 Thread u2
Friday, January 14, 2005 11:47 PM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] unidata bci commands not compiling > > > Hi > > It might be stating the obvious, but it has caught me once or > twice, did you include $INCLUDE UNIVERSE.INCLUDE ODBC.H at > the be

RE: [U2] unidata bci commands not compiling

2005-01-14 Thread Ray Wurlod
The compiler has informed you (via the ^ ) where it stopped compiling. This suggests that it's having a problem with the constant SQL.NUMERIC, which is in the header file BCI.H. My guess is that you have not included this file. --- u2-users mailing list u2-users@listserver.u2ug.org To unsu

RE: [U2] unidata bci commands not compiling

2005-01-14 Thread David Jordan
Hi It might be stating the obvious, but it has caught me once or twice, did you include $INCLUDE UNIVERSE.INCLUDE ODBC.H at the beginning of the program. I have used this in UniVerse for years, the problem maybe using a wrong parameter code. The following is from some of my code ST=SQLBindPar