Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

NiteShade

@NiteShade
About
Posts
10
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting ulong into an array of booleans
    N NiteShade

    Hello, I have been trying to convert a ulong into it's component bits. Unfortunately there is no converstion operation, and using pointers this is not possible, since there is no pointer of size 1 bit. I have also tried the BitArray operation, but this only allows for int32 size variables... so I converted my ulong into 2 ints. However the result was not correct. Now I do not have any ideas how to proceed. Could somebody pls help me?

    C# data-structures help tutorial question

  • Object reference not set to an instance of an object.
    N NiteShade

    I'm starting to think that it may be a bug in mySQL or a microsoft program. Is there any way you can close all open connections to the database manually? Andrew

    ASP.NET csharp asp-net help question

  • Object reference not set to an instance of an object.
    N NiteShade

    It usually works... except on certain occasions. My best bet would be that the mySQL is not deallocation the connections in spite of me calling the close methods. Andrew

    ASP.NET csharp asp-net help question

  • Object reference not set to an instance of an object.
    N NiteShade

    yes, the error is occouring on cn.open (where cn is the set OdbcConnection). The following is the stack trace: [NullReferenceException: Object reference not set to an instance of an object.] System.Data.Common.Odbc32.SQLFreeHandle(Int16 HandleType, HandleRef StatementHandle) +0 System.Data.Odbc.DBCWrapper.CloseAndRelease() +191 System.Data.Odbc.OdbcConnection.DisposeClose() +311 System.Data.Odbc.OdbcConnection.Open() +638 Andrew

    ASP.NET csharp asp-net help question

  • Object reference not set to an instance of an object.
    N NiteShade

    I'm haveing problems with opening a connection using Odbc in an ASP.NET page. First it starts of well and good, but after a while I'm receiving the error: Object reference not set to an instance of an object. I'm sure I'm closing the connections each time I use them, but I cannot understand why this error is happening. Does anybody know? Andrew

    ASP.NET csharp asp-net help question

  • Need Help
    N NiteShade

    If you want to keep a linked list you won't search very fast, unless you add some other data structures with it. I'd suggest data hashing (order 1 search with a good algorithm) or AVL trees, which are better than binary search trees but require more work. Andrew

    C / C++ / MFC algorithms data-structures help

  • ASP.NET Text Box
    N NiteShade

    I am having trouble with the ASP.Net textbox. First I'm adding text from database, and when I run the page, in spite of changing it, the value returned is always the one given by the database. why is this? Thanks Andrew

    ASP.NET csharp asp-net database question

  • Calling Web Services from a web page
    N NiteShade

    Dear people, I have been searching for the correct code to call upon a webservice directly from an aspx page. Can anyone tell me how to do it?

    Web Development wcf algorithms tutorial question

  • Needleman Wunsch
    N NiteShade

    10x a lot. I'm not a java guru, but I'll try to understand it from Java code. :)

    C# csharp algorithms help question

  • Needleman Wunsch
    N NiteShade

    Hello, I am currently having a hard time finding any good references for the needleman wunsch algorithm to learn and implement it in C#. Does anyone please have a reference or can help me by supplying pseudo or proper code? 10x Andrew Cortis

    C# csharp algorithms help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups