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!

save a datawindow definition to a table 1

Status
Not open for further replies.

theogary

Programmer
Mar 3, 2003
99
US
I would like to create a query user object. I would like to save a DW definiton to a table and the restore it from a table when needed. I know I can untilize a blod variable. But I dont know how to do it

Please Help
 
Hi,

Look at
Code:
dw_control.Object.DataWindow.Syntax
and
Code:
 UPDATEBLOB
and
Code:
 SELECTBLOB
in the help files.

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top