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

Search:

Type: Posts; User: MeKingPin

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    51,954

    SQLTableAdapter in .net 4.0

    It appears as if very little has changed in the SqlTableAdapter between 3.5 and 4.0.

    I've just switched to 2010 last week so I don't have a ton of wishes and wants, but here are a few problems...
  2. Replies
    1
    Views
    701

    Re: Mystery Function Exit

    Never Mind I was stupid. I didn't think about turning off on error goto error. and i found out that i was sending to big of text for the field.

    Thats funny
  3. Replies
    1
    Views
    701

    Mystery Function Exit

    Ok here is what is going on.
    I have a program that uses a database dictionary.
    It also has a update part to it. When i try updating the database i use this.

    open update file blah blah blah
    ...
  4. Block Ports from incoming and Outgoing Data

    How would I open some port(s) and listen but not accept any connections. Kind of like a firewall program. like port 80(http). So the user couldn't go to http's.
    thanks

    Thats funny
  5. Thread: Block Port

    by MeKingPin
    Replies
    2
    Views
    776

    Block Port

    Anyone know how to block a local port from recieving or sending data. Like blocking port 21 so you can't access ftp's and they can't access your port 21. Any help would be really appreciated.
    ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured