Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 6tr6tr
  • Content: Threads
  • Order by date
  1. 6tr6tr

    How can I make this "define" call my function even if exception thrown

    I've defined an alias for some code to make it easier for the users/developers to do certain actions. So here's what i have now: #define manage( val ) bool managed = false; while ( MyClass::manage( val, managed ) ) And then I can use the syntax: manage( someObj ) { ...some...
  2. 6tr6tr

    What is the best way to handle this?

    I'm not sure what APIs/setup to use for this situation: A company wants to store data projects they do for clients. Each year, the data fields are set (as a result of gov't requirements) and they won't change for any client project for that year. however, the fields required can (and usually...
  3. 6tr6tr

    How make internal website available over VPN?

    I am working on a website that a company wants available only through the internal network and over VPN. How would I make this possible? How can someone at home, using VPN, open a browser and reach that website (which is hosted on an internal server)?
  4. 6tr6tr

    Comp A can see comb B but not vice-versa! Help!

    I have the two comp's (A=server, B=laptop). Both can ping each other. Both can reach the internet (laptop goes through server). However, while the server can reach laptop through "whack, whack": "\\laptop" - a login box popped up - laptop canNOT do the same with the server. "\\serverA" ends up...
  5. 6tr6tr

    Help! Server's internal NIC sees no packets!

    I have a server (windows 2000) that's connected through a NIC to DSL. There's another NIC in the server that's connected to a Dell PowerConnect 2016 Switch (which as I understand it is basically a Hub with buffering). I have set up NAT/DHCP on the server. For some reason, the internal NIC card...
  6. 6tr6tr

    Trouble Using InnoDB/JDBC (ConnectorJ) and Transactions

    I'm using a jdbc driver and mySQL 3.23.51. I have created a BDB table and an innoDB table (both of which are supposedly transactionable). The DatabaseMetaData also returns true when I query "supportsTransactions". However, every time I setAutoCommit to false, execute an update, then...

Part and Inventory Search

Back
Top