Search Result

Collapse
9 results in 0.0014 seconds.
Keywords
Members
Tags
slow
  •  

  • Djiber
    started a topic Buttons visibility

    Buttons visibility

    I have app in which I would like to use buttons as an Drop Down menu.

    Code:
    private void button16_Click(object sender, EventArgs e)
            {
                    button1.Visible = true;
                    button2.Visible = true;
                    button3.Visible = true;
                    button4.Visible = true;
                    button5.Visible = true;
                    button6.Visible = true;
    ...
    See more | Go to post

  • How to fix Access Query that is running very slow?

    I have two databases and I want to automate a process to find duplicates. I originally linked the table from one into the other but I have now gone down the route of importing the table from one db into the main one because it was running too slow.

    Now I have imported the table I am still getting a very slow response from the query. I have tried numerous routes i.e. update, make table and even select and it is till slow. The query...
    See more | Go to post
    Last edited by David Goldstraw; Jan 25 '11, 10:08 AM. Reason: Spelling :o(

  • Pierre Damme
    started a topic super slow GUI on split MS access database

    super slow GUI on split MS access database

    Hi,
    I have a split database (tables (1.3MB) on server and GUI (7MB) on both server and laptop).

    When opening the GUI using a vpn connection on the laptop the application loads very slowly and when i open a form (from a menu in the GUI) it takes forever to load.

    when it has loaded the form and i choose a record from a dropdown list in the form it takes forwever again to load.

    It seems like there...
    See more | Go to post

  • JeremyI
    started a topic Appalling performance after splitting database

    Appalling performance after splitting database

    Hi all, working in Access 2003 (using the Access 2000 file format).

    I've been developing a moderate-sized database and have recently secured write permission for the network folder that is to be its permanent home. So after moving it there, I went to split the front and back ends so that I could test the links, distribute the front end, and begin training the administrators.

    But it hasn't gone well.

    Previously,...
    See more | Go to post

  • matt753
    started a topic Dlookup running very slowly

    Dlookup running very slowly

    Some of my Dlookups run very fast, where some take up to 3 or 4 seconds to return a value. The table the slow one is coming from is only 10 records and 3 columns.

    What are the causes for Dlookup to run slow?
    See more | Go to post

  • shale
    started a topic asp scripted business application slowing down

    asp scripted business application slowing down

    Hi,

    I have an ASP scripted business web application connected to a SQL 2000 server, that suddenly after a few hours is slowing down.

    it becomes so slow it can take up to a minute to load each page, wich usually takes 1 or 2 seconds.

    This only occurs on the server and not on the clients running the same application, this makes me think the problem might be in the browser itself..

    still when...
    See more | Go to post

  • What could be causes of sluggish database speeds even after upgrades

    Prior to today I had a fairly large database, split into front end and back end, the back end residing on a 2-bay Dlink NAS we use as a file server, running in RAID, connected through an old 16 port hub running at 100mbits. Roughly 5-10 users have the front end on their PC and are in the database at the same time.

    The problem was the database was very slow moving through records, opening forms, everything was just very sluggish....
    See more | Go to post

  • milecimm
    started a topic shorten load time for xml file
    in XML

    shorten load time for xml file

    Hi

    I have the below code. It works fine but it takes a long time to load on the browser page. Is there anything I can do to shorten this time?

    Also, I would like to search the file for documents with NAME starting with A, B, C, etc. How do I do that?

    Thanks for your help!

    aspx.vb page

    Code:
    Dim xdoc As New XPathDocument(xt)
           
    
            Dim nav As XPathNavigator
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 3 '10, 06:50 PM. Reason: Please use [code] tags when posting code

  • Masuring performance and finding bottlenecks in PHP code?

    Given a complex web site with a zillion of files, most of them including (or requiring) files, a ton of functions...
    ... is there a simple way to measure performance and find the slow functions (or blocks of code)?

    Obviously I can add code to call time() at the beginning and end of each function, and subtract. But considering the number of functions that would take a very long time.

    Is there something built in the...
    See more | Go to post
Working...