User Profile

Collapse

Profile Sidebar

Collapse
Barok
Barok
Last Activity: Sep 9 '12, 12:53 PM
Joined: Sep 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hello jared,
    thanks for your response, but i finally gave up and installed vs2005. this solved all the problems!
    i lost almost a full day of potential working time trying to get this thing working. the frustration was too much for me. however, im not very happy with this solution, im still looking for a better solution. any inputs will be welcome.

    ja, sry, im talking about asp.net.
    the webserver was running.i've...
    See more | Go to post

    Leave a comment:


  • How to work with iis/asp using Visual Studio 2003?

    hello,

    i get timeouts and "could not connect to server" errors when i try to open/create an asp project with vs. im working with xp pro and visual studio 2003, iis version 7 is up and running. i also did the iisreg thing but that doesnt fix it. im guessing there is some config file but I have searched and cant find it, i hope you guys really could help me with this
    See more | Go to post

  • Barok
    replied to Application not responding
    in .NET
    sounds like an infinite loop. did you debug your code?
    See more | Go to post

    Leave a comment:


  • Barok
    replied to sql search string
    in .NET
    thank you very much rpicilli, this is exactly what im looking for.

    i tried to filter out those values by code, instead of doing this by the querystring.
    i do have sql-server 05 installed on my machine, but never learned enough of this powerfull db. maybe i should read more about it!!

    so yes it does help me, thanks a lot!
    See more | Go to post

    Leave a comment:


  • OleDb is what you looking for.

    http://msdn.microsoft. com/en-us/library/aa288452(VS.71) .aspx
    See more | Go to post

    Leave a comment:


  • Barok
    replied to How to get length of a file? MC++
    in .NET
    if this is what you looking for..
    Code:
              FileInfo file = new FileInfo(filename);
              int length = (int)file.Length;
    See more | Go to post

    Leave a comment:


  • Barok
    replied to sql search string
    in .NET
    thanks rpicilli

    this is the way ive done it, creating querys and call them from code.im working with dataset access.

    what im looking for is a algorithm or some ideas to organize the querystring


    scenario 1:
    you know specific data about the file, the name, the size, date of creation.., do a normal query

    scenario 2:
    you know nothing about the file, check which boxes...
    See more | Go to post

    Leave a comment:


  • Barok
    started a topic sql search string
    in .NET

    sql search string

    hello

    i wrote a little c# sql client and now i need to implement the search function. i need some ideas how to do this, next to hundreds of ifs, wich was my first way to implement it. i have 8 different textboxes to search for, any ideas?
    See more | Go to post

  • Barok
    replied to Huffman Code Decoding Problem
    in C
    i guess this is not correct....
    See more | Go to post

    Leave a comment:


  • Barok
    started a topic dynamic space allocation problem
    in C

    dynamic space allocation problem

    hello peeps,

    i just startet to coding in c, and dont have a big background.

    now i have a problem witch i dont understand. i hope you guys can help me out here.

    the problem is malloc. i try to allocate space for a padded string.i get the lenght of the new string with strlen and then try to allocate space with that value.but this does not work.the buffer had the size of 16 instead of 8, or 24 instead of...
    See more | Go to post
No activity results to display
Show More
Working...