I've a client- server application. The server should able to accept requests from many clients concurrently. Since I don't have fork() function, I created new object to handle concurrent clients. B...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10057933.htm...
Zones:
Windows MFCDate Answered: 06/18/1998 Grade: D Views: 0
Hi experts,
I am now writing an application using hsqldb 1.7.1. In the code, I have the following lines for open the connection:
Class.forName(m_szDriverName);
m_dbConnection = DriverManager....
http://www.experts-exchange.com/Programming/Languages/Java/Q_20408286.html
Zones:
JavaDate Answered: 11/26/2002 Grade: A Views: 0
Ok, here is the issue I am concerned about:
I have a PHP webpage that uses 2 queries to a MySQL database. The query results are related. Since the database is receiving updates all the time it c...
http://www.experts-exchange.com/Database/MySQL/Q_20716238.html
Zones:
MySQL ServerDate Answered: 09/12/2003 Grade: A Views: 0
I have a PC with Windows XP Professional on a peer to peer network that has both wireless (802.11b) and wired-ethernet enabled.
When both wired and wired protocols are enabled and active, how ca...
http://www.experts-exchange.com/Networking/Misc/Q_20845551.html
I'm using a very simple approach to saving the data:
Public Sub SaveData(ByVal SQLString As String, ByVal DT As DataTable)
Dim da As New SqlDataAdapter(SQLString, _conn)
Di...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_20997655.htm...
I am accessing an access database with a couple tables in it, i created data adapters for all the tables and i made one dataset with all the tables in it, probably not the best, but it works. I ha...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21103109.html
Zones:
C#Date Answered: 09/24/2004 Grade: B Views: 0
Hi all!
I have a server with apache 1.3.29 and I would like to limit the number of concurrent conections that an authenticated user can do simultaneously (a logged in member) to prevent the ov...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21119289.htm...
Hi,
Have windows app in VB.NET, 1.1
It processes/number crunches and I have it write some data to a table, in SQL Server 2000
I used wizards to set up dataset, dataadapter, etc.
Do not bind t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21213843.htm...
what would be the best way in a windows app to track concurrent yours of our system. I would prefer not using dongles but still want to limit use.
thanks in advance
greg
http://www.experts-exchange.com/Programming/Misc/Q_21400384.html
Zones:
ProgrammingDate Answered: 07/15/2005 Grade: A Views: 0
Hi,
I am working on web application using asp.net. I have question. What is the best way to persist data objects in business layer. The scenario is like, From database I am getting few datasets ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21586874.html