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 SkipVought 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. sromine

    rst.Open syntax error

    There is a table called type and a table called priority....I know the connection works on some level because before this particular script is executed, others are that do show me data in the mysql table..... it is hanging on the rst.Open "priority", "DSN=myodbc".....it doesnt seem to like this...
  2. sromine

    rst.Open syntax error

    Here is all the code. This seems to work in other areas, but the difference is that instead of rts.Open "priority" in other scripts it is doing a select query of some type.....the purpose of this portion of the code is to enter data into a form.....thank you for your help on this... <%@...
  3. sromine

    rst.Open syntax error

    Let me add the line above it which might help as well... Set rst = Server.CreateObject("ADODB.recordset") rst.Open "type","dsn=myodbc"
  4. sromine

    rst.Open syntax error

    Hello, I have been tasked with moving an internal application running asp and connecting to a mysql database from one server to another....I did not program the original application, and I am not a programmer by trade, although I can debug most code with a little work and some help from user...
  5. sromine

    Filter by IP - Password/No Password by IP

    Hello, Need some assistance on how to accomplish the following. I have a webpage that I want to be accessible from internal networks, but if accessed from an external IP, want it to authenticate the user (ask for username and password).... Do I do this through apache, and if so, any general...
  6. sromine

    Bastille - IPTables

    Once again turning to good ole' tek-tips to help me with a problem..... Issue: Is there a way to allow pings from a certain host, but block all others? More Info: I have a Nagios network monitoring utility that pings hosts and lets me know what is up or down.....on a particular webserver I...
  7. sromine

    Linux Server Distros Opinion

    I understand that Ubuntu is based upon Debian, I guess I am trying to see if it is more advantageous to install Ubuntu server, rather than what I would normally do which is just a straight Debian install.... Here is what I think the advantages might be, does anybody know if these are correct...
  8. sromine

    Linux Server Distros Opinion

    Its been interesting following this discussion..I wanted to add another twist to it.... Is ubuntu a better server because of a more robust release schedule, better managed/updated package repository, etc... also, does anyone have any direct experience of installing ubuntu server, does it in...
  9. sromine

    Linux Server Distros Opinion

    Thanks for the info.... I read somewhere else that the Ubuntu server initial LAMP installation actually installs more securely than Debian does from the get go....I believe this means that it doesnt have ports open, that it configures the LAMP pretty securely, etc....I will try and find the...
  10. sromine

    Linux Server Distros Opinion

    I know this question has been asked before and I have read some of the posts, but wanted to get the opinions of the tek-tip community once again.... The question basically is Debian vs. Ubuntu server, which would you choose? Details below I am about to configure up a new linux server for the...
  11. sromine

    Terminal Services/RDP scripting

    Thanks markdmac, I see that and it works! So, thanks to your excellent suggestions, I was able to script it using rdp gui to connect and open ms word....but when ms word closes out it just kind of sits in a terminal services environment..... do you see any scenario whereby I could script so...
  12. sromine

    Terminal Services/RDP scripting

    Thanks for the info markdmac, I had seen the application path but had passed right by it..... I dont see how to configure a username and password though for some reason. All I see is something that says Username:none What I want to do is click on an icon, have it autoconnect to the terminal...
  13. sromine

    Terminal Services/RDP scripting

    It is interesting that you mentioned Citrix...Do you use Citrix? Why is it better than straigt Windows 2003 Terminal Services? Can you overcome the lack of multimedia capability with Citrix? Would love to hear your opinion, I am going to be calling Citrix soon.....
  14. sromine

    Terminal Services/RDP scripting

    What I am trying to research is that currently we have approximately 11 branches with 150 or so systems, and for the most part one tech. Of course we use tools to lock hard drives, and I know a little vbs scripting to do admin stuff across the network, but what we would really like is the...
  15. sromine

    Terminal Services/RDP scripting

    I see what you are saying possibly, we place an icon on the desktop called MS Office and when they click on this icon, it then takes them to a terminal services environment with Office on the desktop...... this would work....just remember that we are trying to see if we can do something...
  16. sromine

    Terminal Services Multimedia capability

    Hello, Turning to this community once again who have proven themselves a top notch resource..... We are a library looking into running a Windows 2003 terminal services environement. You can imagine on our public side systems, patrons are using alot of web based streaming media (you tube, wmv...
  17. sromine

    Terminal Services/RDP scripting

    Hello, We are testing a terminal services environment and I was wondering what kind of RDP scripting capability there is.... For example, lets say you had a system running XP and you had a terminal services environment whereby the majority applications (such as Word, Excel, etc.) were sitting...
  18. sromine

    Error Trapping using WshShell.Run

    Have a problem that seems simple but is driving me insane and would be very grateful if someone could give me some assistance. What I need is to verify a command executes or not. The command in strCommand has the incorrect username and password and errors out if I do it on the command line...
  19. sromine

    Problems executing command from Subroutine

    I am transitioning from DOS to vbscript and ran into a problem that has got me stumped. The issue is that the command does not execute in the subroutine Turnoff, but yet if I ran similiar script (See TurnOff.vbs) it runs just fine. My hunch is that it does not like the multiple Set objShell =...
  20. sromine

    java script programming assistance

    The following changes worked like a charm: var rx=new RegExp(montharray[month]+" "+daym+";","i"); var ex_day=(rx.test(holidayarray.join(";")+";"))?7:day; I cant say I understand the logic of the above statements, and if you found yourself bored and wanted to write a couple of sentences to a...

Part and Inventory Search

Back
Top