Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I use DataProviders.ExportToRDBMS ? 1

Status
Not open for further replies.

itlee

Programmer
Feb 14, 2001
34
CH
I am trying to export the contents of the dataprovider into a SQL Server db and cannot find anything in the help files that explains the connection string and connection type properties for ExportToRDBMS method.

Can anyone explain or point in the direction of a website that explains better the VBA objects/properties/methods of BusinessObjects?

Thanks,
Lee. ITLee. Dev\Prog\DBA
 
The best source is the SDK documentation from BO, of course.
For your question should be enough to know that ExportToRDBMS has two parameters, the first is the name of the connection, as defined in designer for the universe on which the report is based, the other is the type of connection, personal or shared.
Hope this helps Stick to your guns
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top