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

BuildFromDataStore

Status
Not open for further replies.

CANTIN

Programmer
Apr 2, 2004
2
FR
Help,

I try ti use this function : BuildFromDataStore

with this syntax :
PBDOM_Builder pbdom_bldr
pbdom_document pbdom_doc
datastore ds

ds = Create datastore
ds.DataObject = "d_customer"
ds.SetTransObject (SQLCA)
ds.Retrieve()pbdom_doc = pbdom_bldr.BuildFromDataStore(ds)

But I have this error : illegal data type : PBDOM_Builder

How can I use it

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top