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...
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...
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)?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.