Forum: Database Design May 23rd, 2006 |
| Replies: 1 Views: 3,611 Postgresql Distributed Database I am looking for a way to be able to setup a postgresql database on linux and mirror the database on a second server, keeping both databases syncronized in real-time. I'm not sure this would be... |
Forum: Networking Hardware Configuration May 24th, 2005 |
| Replies: 0 Views: 4,616 Windows Server 2003 can't browse Linux shares I just installed a new file/backup server running on FC3 and I already had an FC2 system running DNS, DHCP, web, email, gateway, etc. I also have a Windows Server 2003 system running MSSQL 2000 for... |
Forum: VB.NET Feb 22nd, 2005 |
| Replies: 7 Views: 5,225 Re: Multi-user program issues Ok, The light bulb just turned on! :idea: :cheesy: I have a user accounts table that is used to authenticate anyone logging in to the system. The table stores name, password, and some default... |
Forum: VB.NET Feb 18th, 2005 |
| Replies: 7 Views: 5,225 Re: Multi-user program issues Any idea how I might use the System.Net namespace to broadcast a message to the other programs running on a given network. How can I send some string data from a tcpclient to any given number of... |
Forum: VB.NET Feb 17th, 2005 |
| Replies: 7 Views: 5,225 Re: Multi-user program issues Concepts are a great place to start :) I am willing to look into a server/client setup that would notify all the clients when an update takes place. I won't necessarily have access to the server... |
Forum: VB.NET Feb 17th, 2005 |
| Replies: 7 Views: 5,225 Multi-user program issues I am creating a business software package in visual basic.net that will handle invoices, quotes, purchase orders, inventory items, customers, etc. This program is multi-user meaning that different... |
Forum: VB.NET Feb 17th, 2005 |
| Replies: 1 Views: 4,382 |
Forum: VB.NET Oct 8th, 2004 |
| Replies: 3 Views: 37,012 |
Forum: *nix Software Aug 19th, 2004 |
| Replies: 1 Views: 5,147 |
Forum: Web Browsers Aug 16th, 2004 |
| Replies: 1 Views: 2,110 Re: Netscape: Images not showing I took a brief look at the site in question with Mozilla and Internet Explorer, both of which were able to render all the images, so I'm guessing there is a problem with the standards used to write... |
Forum: PHP Aug 13th, 2004 |
| Replies: 5 Views: 3,222 Re: php help needed for login How about using PHP sessions like this:
<?php
if (!isset($PHP_AUTH_USER) || !isset($PHP_AUTH_PW)) {
//If the PHP session variables aren't set, ask for name and password
... |
Forum: VB.NET Aug 13th, 2004 |
| Replies: 3 Views: 37,012 Crystal report in vb.net, printing problems I created a crystal report in vb.net 2003 that generates invoices. I need to be able to print this report to a Canon copy machine(with four paper drawers), but I can't select the paper drawer to... |