Search

You searched for the word(s):
< 1 second(s)
  • Re: SQL Server Error When trying to upload multiple files.

    /****** Object: Index [IX_Files_FileGuid] Script Date: 09/15/2010 08:45:21 ******/ Hi Eric, &nbsp; I finally was able to get the system to work. The issue was within the Index itself. The scripts are below. I made one change and then everything was working correctly. I just thought I would let you know. IF EXISTS (SELECT * FROM sys.indexes ...
    Posted to Ajax Uploader (Forum) by BenSilverFox77 on September 15, 2010
  • Re: SQL Server Error When trying to upload multiple files.

    Hi Eric, &nbsp; The code I am using is the code from your&nbsp;AdvancedVB20 sample directory. I copied the following files into the App_Code folder of my website, FileItem.vb, SampleDB.vb, SampleDB_Instance.vb and SampleUtil.vb. &nbsp; The SQL script I ran was the InstallSamples.sql from the App_Data directory. I copied and pasted the code ...
    Posted to Ajax Uploader (Forum) by BenSilverFox77 on September 15, 2010
  • Re: SQL Server Error When trying to upload multiple files.

    Good Afternoon Eric, &nbsp; I had tested my code at least a dozen times. I had even gone into the database and deleted all related records, rebuilt the indexes in all tables. I have deleted the index from table ''UploaderFiles. This fixed the error dealing with the SQL Exception. &nbsp; It now appears to put duplicate entries or two records ...
    Posted to Ajax Uploader (Forum) by BenSilverFox77 on September 14, 2010
  • SQL Server Error When trying to upload multiple files.

    Hello, I am currently evaluating your product to determine whether or not I will purchase it for my company. I have set everything up correctly but continue to get this error ''Cannot insert duplicate key row in object 'dbo.UploaderFiles' with unique index 'IX_Files_FileGuid'' when I try to upload multiple files on my development station. ...
    Posted to Ajax Uploader (Forum) by BenSilverFox77 on September 14, 2010