Enter Keywords:
1 - 10 of 306(0 seconds)
Sort By:
 
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...
Zones: Windows MFCDate Answered: 06/18/1998 Rating: 5.0 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....
Zones: JavaDate Answered: 11/26/2002 Rating: 8.6 Views: 4
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...
Zones: MySQL ServerDate Answered: 09/12/2003 Rating: 9.4 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...
Zones: Networking, Netwo...Date Answered: 01/09/2004 Rating: 9.0 Views: 0
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...
Zones: MS Visual BasicDate Answered: 05/25/2004 Rating: 8.6 Views: 0
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...
Zones: C#Date Answered: 09/24/2004 Rating: 7.0 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...
Zones: Apache Web ServerDate Answered: 09/08/2004 Rating: 9.8 Views: 0
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...
Zones: MS Visual BasicDate Answered: 11/22/2004 Rating: 7.6 Views: 0
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
Zones: ProgrammingDate Answered: 07/15/2005 Rating: 6.8 Views: 0
Hello, we have a little situation here and I was wondering if I could get some input on a "best practice" way of solving it. Okay in our database (which could be SQL Server, Access...etc) we hav...
Zones: C#Date Answered: 06/27/2006 Rating: 7.8 Views: 0