Good Afternoon,
I have someone connecting to my 2003 server via their broadband connection. This works fine, they can login and view all of the files on the server. The problem is, once they are connected to the VPN - they can no longer use the internet on their machine.
Is there a way round...
Hello,
I have windows 2003 running as a DHCP server, and it apears to work fine as that (currently anyway).
However,
I want to be able to share a folder (basically being a file server aswell) with windows XP Pro machines. Ive created the folder, set it to share with unlimited connections, and...
Is this possible?
Im recieved errors each time I try.
$sql = "SELECT * FROM WS_Orders WHERE ws_john2_number2=$order_no";
&reportError("Unable to open Orders Table : " . $DB->Error()) if ($DB->Sql($sql));
while ($DB->FetchRow())
{
%row = $DB->DataHash();
$order_orderdate =...
Im not 100% sure however, the database was created in access and needs to be changed into an .sql file. It needs to be converted somehow, not by changing the tables etc into csv files and importing them.
Is there anyway to do this?
I have a file named returns.txt
I have the sql working correctly, if i just use
print $orderId;
print "<br>";
it lists everything I would expect.
However this doesnt seem to work.
open (RETURNFILE, '>returns.txt');
print RETURNFILE $orderId
clode (MYFILE);
Have I missed something, or...
The code that works is
"SELECT * FROM Orders WHERE ( (orderStatusId >=3) AND (orderStatusId <=5) ) AND (john_text3 <> 'TDC') AND (john_text3 <> '')"
"ORDER BY john_text3, orderId"
But i need to join the orders table onto the transactionEntryItems table.
it goes this way
Orders ->...
Basically I have a form that has
--------------------------------
as an option to make a line (because the options in the drop down box are coming from a database)
I have validation for everything,
the bit that checks that something has been selected is
x=frm.country[0];
if (x.selected) {...
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.