Search

You searched for the word(s):
< 1 second(s)
  • Store files in DB (in different galleries)

    I'm evaluating the CuteEditor in VS.Net 2005 and have a question about 'store images in db'. I downloaded the sample 'UseSql' from your website and wanted to extend it, so that you can define the gallery-path where the images are stored (see the following code below). ...
    Posted to Cute Editor for .NET (Forum) by bjoern on November 1, 2005
  • Re: Problem: Store Images in a Sql Database

    Hi &nbsp; I fixed the problem: it was the invalid connection string! &nbsp; Solution: set in the Page_Load from the sample 'UseSql.aspx' the correct connection string, otherwise its using the default one defined in SqlFileStorage.cs! &nbsp; &nbsp;private void Page_Load(object sender, System.EventArgs e)&nbsp;{&nbsp;&nbsp;// set the ...
    Posted to Cute Editor for .NET (Forum) by bjoern on October 26, 2005
  • Problem: Store Images in a Sql Database

    Hi &nbsp; I want to save the images (gallery) into a Sql Database. so I installed the sample 'CustomFileProvider' in VS.Net 2005. When I click on 'Image gallery'-Button there is the following exception (see below for the Stack Trace):[SqlException (0x80131904): Timeout expired.&nbsp;&nbsp;I created before a new db:1. create database ...
    Posted to Cute Editor for .NET (Forum) by bjoern on October 26, 2005