Does anyone out there have an SBL script that pulls data directly from an Oracle database into an array? I can do it against MS Access, Excel, etc. but not directly from Oracle.
Is it possible? If it is, a small snippet of code would be greatly appreciated.
Thank You,
Scott C. Kelson
Business Objects
Post Sales Consultant
212-626-2626 skelson@busobj.com
You can connect to Oracle, but you must use ODBC and not SQLNet (unless you want to write the native SQLNet calls yourself). Everything else should work the same as with Access.
Best Regards,
Andrew J. Erthal Post Sales
Consultant - East
Business Objects Americas
NY Office (212) 626-2626 St. Louis Office (314)
209-1994
Does anyone out there have an SBL script that pulls data directly from an Oracle database into an array? I can do it against MS Access, Excel, etc. but not directly from Oracle.