CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: womalley

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    1,361

    Re: VS 2008... Config Issue?

    30 views and no one has any advice?
  2. Replies
    2
    Views
    1,361

    VS 2008... Config Issue?

    I recently upgraded from VS 2005 to VS 2008 and found a lot of problems.
    The major issue i'm dealing with now is "Error Creating Control"
    Here is an example:
    HTML

    <%@ Page Language="C#"...
  3. Re: Active Directory with Authentication using ASP

    is this a ASP.NET application or regula ASP?


    Will
  4. Replies
    1
    Views
    636

    Re: tree view property in html

    I posted some code on how to add nodes to a tree many moons ago here.

    http://www.codeguru.com/forum/showthread.php?t=257639&highlight=treeview

    If the project does not compile correctly for you...
  5. Replies
    9
    Views
    24,838

    Poll: Re: ICallbackEventHandler VS AJAX

    Remember tho...

    With AJAX .. at least now you are required to download AJAX.net if you want to us it in a .NET application, if you are developing with 2.0 however there is no need to download...
  6. Replies
    9
    Views
    24,838

    Poll: Re: ICallbackEventHandler VS AJAX

    thanks for the links...

    So what would you choose?


    Will
  7. Replies
    9
    Views
    24,838

    Poll: Re: ICallbackEventHandler VS AJAX

    anyone going to post any comments?


    Will
  8. Replies
    9
    Views
    24,838

    Poll: ICallbackEventHandler VS AJAX

    Ok,
    .NET 2.0 ICallbackEventHandler or AJAX?

    Which would you implement and why?


    Will
  9. Replies
    5
    Views
    759

    Re: Last ResultSet

    To chandru_244:
    I was just wondering if you were able to find a solution to you problem and if you did could you post the code for reference so others with the same question can see how you answered...
  10. Replies
    15
    Views
    1,512

    Re: listing objets in any DB on server

    Thank you Cherish


    Will
  11. Replies
    2
    Views
    797

    Re: Time expired Problem

    you could also add:
    Pooling=false to your connection string
    Make sure in your connection string you set the packet size=32767 rather then the default

    You could also try increasing your...
  12. Replies
    11
    Views
    1,695

    Re: Cumalative Sum and Supply/Demand Delay

    To: Krzemo


    How nice that you over looked that :)

    I was hoping that solution 3 from the article was the one that would be looked at and talked about as I have stated before cursors are slow....
  13. Replies
    11
    Views
    1,695

    Re: Cumalative Sum and Supply/Demand Delay

    there are some really cool ideas in THIS article that you may be able to apply to your solution.

    Will
  14. Replies
    15
    Views
    1,512

    Re: listing objets in any DB on server

    ITGuru,
    I rated your post after I read it.

    When I click on it now I get:

    You cannot give Reputation to the same post twice.

    I will copy you...

    Thank you again,
  15. Replies
    11
    Views
    1,695

    Re: Cumalative Sum and Supply/Demand Delay

    Ok,
    Now my next question would be does this need to be printable? or can you stick to using just a form with out having to worry about printing all of your results...

    If you can use a form and...
  16. Replies
    3
    Views
    1,006

    Re: Speed up data retrieval and display

    thanks for the posts...
    I have looked into and implemented caching of some data that was getting returned alot. The application is still slow but that is the nature of web applications. I am hoping...
  17. Replies
    11
    Views
    1,695

    Re: Cumalative Sum and Supply/Demand Delay

    I was just curious...if you are using MS Access can you also employ some automation using Excel or VBA to get you cumulative sums?

    If you have the ability to use Excel or VBA it may be a lot...
  18. Replies
    2
    Views
    4,347

    Re: MS Access Parsing Date

    maybe this site can help ya out

    MS ACCESS
  19. Replies
    5
    Views
    759

    Re: Last ResultSet

    Select * usually is not a good idea if you can you should call out the columns that you need. This will help with defining the structure that Krzemo is talking about.

    Consider this:


    CREATE...
  20. Replies
    15
    Views
    1,512

    Re: listing objets in any DB on server

    Very nice mod!

    1) I really like that you added the Primary Key to the Temp Table
    I did append to that and add NONCLUSTERED otherwise it will create a clustered key and why have a unique key be...
  21. Replies
    15
    Views
    1,512

    Re: listing objets in any DB on server

    Maybe if U had made YOUR suggestions more constructive and less critical then I would have received them better.

    And yes cursors are slow...thats a fact.

    I have an idea...rather then US act...
  22. Replies
    15
    Views
    1,512

    Re: listing objets in any DB on server

    Cursors? ARE U SERIOUS?

    First they are slower and second....Aah..never mind

    thanks for the ...... suggestions
  23. Replies
    15
    Views
    1,512

    listing objets in any DB on server

    Hello,
    I posted this over at sqlserverentral.com but have not had any reply's.
    If you are a member here is the link:
    http://sqlservercentral.com/scripts/viewscript.asp?scriptid=1620

    If you are...
  24. Re: C# 2005 & SQL Server 2005 Express Assemblie Error

    PLEASE Help!!
  25. C# 2005 & SQL Server 2005 Express Assemblie Error

    Hello,
    Ok so I just figured out how to create an assembly with VS 2005 and SQL 2005 Express.

    So I wanted to see if I could create a little routing that connected to my sqlserver, hit a stored...
Results 1 to 25 of 169
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured