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
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