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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BO report export to database

Status
Not open for further replies.

kalkalai

Technical User
Feb 24, 2006
33
KZ
Hi,

(1) plz, can you show one example of how to export data from View Data to database (i.e. Export to RDBMS) in VB?
(2) is there any difference between saving the report output in txt format and exporting it to txt format?

thanks in advance!

















 
Hi All,

I have found thanks a lot... it is

Dim DBExport As DataProvider

Set DBExport = ThisDocument.DataProviders("Query 1")

DBExport.ExportToRDBMS "My DB", boPersonalConnection
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top