Customizing DBSQL Access to meet our App needs

Last post 10-13-2005, 4:49 PM by Bensch. 1 replies.
Sort Posts: Previous Next
  •  10-05-2005, 5:28 PM 11444

    Customizing DBSQL Access to meet our App needs

    The application that we are implementing our cutesoft.net editor in has the Folder structure stored in a database table and the images stored in another database table.  The Image table has a FK to the Folder table telling us what Images are in what folders.  I'm reusing a lot of the SqlSample code in the HOWTO area.
     
    Is there a way to pass our Folder PK(PrimaryKey) in and out of cutesoft editor?.. All i saw on the CuteEditor.Impl.DirectoryItem class was Path, Name, and ChildCount properties. I'm hoping that there is a non-documented way to pass in our "FolderID" and get it returned back when a Folder is selected. Of course the same with images.. Get the ImageID returned to us.
     
    Hoping That i don't have to do a big workaround here..

    Best Regards,
    Bensch
  •  10-13-2005, 4:49 PM 11714 in reply to 11444

    Re: Customizing DBSQL Access to meet our App needs

    Still no comment...
     
    Ok i will proceed with my crazy workaround.. Thanks.

    Best Regards,
    Bensch
View as RSS news feed in XML