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 TouchToneTommy 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. arcticvman

    AppAssure vs. StorageCraft

    Hello All, I am currently considering changing my backup/dr software from an online hosted solution to an inhouse solution. I have 5 vmware hosts with approx 30 vm running differing versions of windows server and approx 5 physical servers also. I have exchange, mssql, and other various...
  2. arcticvman

    search with two queries showing one result

    petrosky / jpadie I found the missing endif and all is great now. jpadie Thanks for the help, this is exactly what I was looking for. mario
  3. arcticvman

    search with two queries showing one result

    jpadie, Thanks for the help, I inserted your changes, but now I am getting an Parse error: syntax error, unexpected end of file on line 122. I have looked through it and I don't see anything missing, but I am nowhere near the advanced level. The entire file is below, the only thing that is...
  4. arcticvman

    search with two queries showing one result

    I am trying to have this search return information from one of the two queries. So, if the first query does not return any results then it would run the second query and show those results. And, if no results were found from either query, it would just say nothing found. The records that I am...
  5. arcticvman

    Calculating Forecast

    thanks, I did already add that, once I was looking at it and was able to understand it myself I saw what you were doing. Nice to know I guessed right. I got a bit busy today with other things, and I am still working on this, but I will get back to it fully as soon as I can and will update...
  6. arcticvman

    Calculating Forecast

    Thanks jpadie, I am trying it out now. On line 12 I am assuming that you meant $n not $m. I will update you once I have it working on my end.
  7. arcticvman

    Calculating Forecast

    The code I posted works for me now, it returns a single block of information, with a column name of quantity and the quantity it calculates based on the forcasted sum based on todays date. $partno = '6010'; $conn = odbc_connect('database','user','password'); if (!$conn) die('problem...
  8. arcticvman

    Calculating Forecast

    sorry I forgot to post that. I am using mssql.
  9. arcticvman

    Calculating Forecast

    I am working on a page that includes a sales forecast total. The sales forecast is broken down by months and customer, so I sum the monthly total and use a quick calculation to get the prorated qty expected sold for the current month. What I need help with is adding the previous forecasted...
  10. arcticvman

    Pass query data through link

    I saw that and removed it, no worries. I will read up on the heredoc, again thanks for the help.
  11. arcticvman

    Pass query data through link

    Wow, that was fast. Thanks for the help, that was just what I was needing.
  12. arcticvman

    Pass query data through link

    Hello, I am still learning PHP and am in need of help. What I am trying to do is select a part number from a mssql database, return it to a table as a variable that is a hyperlink. When selected by the user that it would then be passed to another query that shows details. I hope this is easy to...
  13. arcticvman

    Active Directiry is rebuilding

    Thanks, I have already tried all that. I am currently attempting to restore the system state to several days ago to see if I can get it to work.
  14. arcticvman

    Active Directiry is rebuilding

    Hello I was hoping I could get some help with a server that is failing on me. It is a Win2k3 R2 Standard server that has SQl 2000 on it along with quite a few file shares. No updates have been installed for the past two months, but when I restarted it today I received an error: Security...
  15. arcticvman

    Insert into MSSQL

    Thanks vacunita and IPGURU, guess I will start doing some reading.
  16. arcticvman

    Insert into MSSQL

    I am new to PHP, and I am having trouble inserting information into a MSSQL table. I have searched the web and have found little information pertaining to PHP and MSSQL so I am asking for help again. What I am doing is displaying queried page from the table and giving an option to insert...
  17. arcticvman

    Convert datetime to show just date

    Thanks jpadie, I put in the mssql code and it worked perfectly.
  18. arcticvman

    Convert datetime to show just date

    I am new to PHP, trying to learn on my own but I am having an issue. I am querying my mssql db and showing the return data to a table on a page, but I am having trouble converting the datetime data from mssql to just a date. I have searched the web and either I am not searching incorrectly or...

Part and Inventory Search

Back
Top