Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. romerz

    VPN Internet Split

    That done the trick brilliantly - I unchecked the use default gateway option. Thanks a million.
  2. romerz

    VPN Internet Split

    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...
  3. romerz

    Sharing Files and Folders

    If I were to make the 2003 machine a Domain, is there an easy guide or some tips you can give me for allowing the xp machines to pick up what im after ?
  4. romerz

    Sharing Files and Folders

    So it is different from sharing folders between XP machine to XP machine?
  5. romerz

    Sharing Files and Folders

    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...
  6. romerz

    An SQL statement inside a while loop?

    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 =...
  7. romerz

    access, to .SQL

    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?
  8. romerz

    writing a var to a txt file

    My bad, changed it a little bit and its spot on. Thanks alot for all of your help. Saved my ass :)
  9. romerz

    writing a var to a txt file

    That doesnt seem to work, doesn't so anything :(
  10. romerz

    writing a var to a txt file

    well I have a list called returns.txt I want to be able to basically: if ($orderId eq anything in the list) { then do something } In a nutshell, ive been trying all sorts of read methods but im not fully getting them going as I thought or think they should work.
  11. romerz

    writing a var to a txt file

    cheers (Y) Dont supose you happen to know off hand how I would go about comparing the value of a variable to everything in the list :P ?
  12. romerz

    writing a var to a txt file

    its all good in the hood, i forgot to add the path :)
  13. romerz

    writing a var to a txt file

    haha it actually says close :P that was a typo when i was typing the code :(
  14. romerz

    writing a var to a txt file

    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...
  15. romerz

    SQL showing more than wanted

    I dont understand how that has connected to the other tables though :x
  16. romerz

    SQL showing more than wanted

    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 ->...
  17. romerz

    Javascript validation option box

    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) {...
  18. romerz

    SQL INNER JOIN ERROR

    Ah sorry, I understand - an actual space. e.g. " FROM" rather than "FROM" Thanks alot
  19. romerz

    SQL INNER JOIN ERROR

    Sorry I dont understand what you mean, lack of space?
  20. romerz

    SQL INNER JOIN ERROR

    forgot to say haha, would anyone be able to have a scan over this and see if i have made any silly mistakes or is there something im just now seeing?

Part and Inventory Search

Back
Top