Re: [U2] Getting daily data from SAP from Universe

2008-07-13 Thread John Kent
Marc, do you have any examples to share I have to ascertain how long its going to take with this method I am guessing that despite the glut of coding you do get flexibility and error checking jak - Original Message - From: "Marc Harbeson" <[EMAIL PROTECTED]> To: Sent: Monday, Jul

RE: [U2] Getting daily data from SAP from Universe

2008-07-13 Thread Marc Harbeson
Well, I didn't say it would be a one liner. :-) Its going to take a few lines of code to interface BCI. But, it will do exactly what you want. Your other choice is to expose a web service on the SAP server, and consume it using the socket interface... -Original Message- From: [EMAIL PR

Re: [U2] Accessing Active Directory

2008-07-13 Thread Ray Wurlod
In BASIC use EXECUTE to execute the DOS verb and capture its output. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UV] [UB] Equating Two Arrays in UniBasic

2008-07-13 Thread Ray Wurlod
You can use MATPARSE to convert each dimensioned array to a dynamic array and compare those as strings. You can not assign a dimensioned array to a string directly. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Getting daily data from SAP from Universe

2008-07-13 Thread John Kent
Marc, looks like it could work but seems like a lot of coding required from the excample in the BCI pdf Do you have an example that suggests otherwise Ideally i would just like to SELECT FIELD FROM FILE; without 50 lines of supporting code that bind, prepare etc jak - Original Message -