|
actually, I would like to be able to insert code into the Database console like can can through the GUI (see attached). Perhaps extend the object model to include something like: DataSource.LinkDrawing(String drawing, DataSourceColumnSet columns, SQLStatement) or, as part of the methods of a linked drawing have: Drawing.RefreshWithSQL(SQLStatement) or, even make the Properties LinkSource editable, and allow there to be an SQL statement that can be included. So, a LinkSource might return: host='localhost' user='postgres' password=*** dbname='postgis' definition='SELECT * FROM parcels WHERE value > 500000' I'm hoping Adam might have a thought as to this request. Attachments:
 dc.jpg
|