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. thankgodfortektips

    AES Encryption

    Hey Guys, Let me start by saying I have an apps that is wrote in classic asp and with a SQL 2005 back end. I have found this (http://rodsdot.com/asp/AES-Encryption-Using-ASP.asp) that shows how to encrypt data on the asp side and then the encrypted value is then stored in the DB. I have a few...
  2. thankgodfortektips

    Image Resize. Works Testing Not Live

    Hi All, Firstly I just want to say that I have no knowledge of C# at all... I know VB and ASP and I had to find a way to resize an image and I found a sample page which after many hours I made work for me. The page works fine in my testing environment but when I try and run it from my web host...
  3. thankgodfortektips

    Return Main Table if 2 values exists in sub table

    hey Guys, I have a table called Property and one called features. One property can have many features. I need a query that will return only the properties that have both featureID = to 1 and 3. After searching I have seen the IN command but this will return a record if it has 1 or 3. I need it...
  4. thankgodfortektips

    Automate Word Doc

    Guys, I have been looking at this all damn day... I have 2 sets of code that kind of work. I have one that open a rtf file and the next that loops through docVariables. The docVariable is the preferred method because the user needs .doc not .rtf. here is the code...
  5. thankgodfortektips

    Push Information to Different Servers

    Hey All, Not sure if this should be here or in the ASP forumn but here is my problem. I have an ASP application and with that there is tableA. tableA contains information that should be uniform throughout all installations of the database. The application is setup locally on about 5 different...
  6. thankgodfortektips

    Call Function based on Recordset Value

    Thanks tsuji... Funnily enough I figured out the select at around 1am last night... I am the person who is putting the function names in the table so the execute(rs("FunctionName").value) would work great! Thanks!
  7. thankgodfortektips

    Call Function based on Recordset Value

    Hi All, I have a recordset which I am calling which will return some data, but will also return the name of a function that will need to be run, depending on the data retreived from the DB. So Table1 FieldID FunctionName 1 FillDescription1() 2 FillDescription2() 3...
  8. thankgodfortektips

    ASP APP Security - Hack Possible?

    Thanks Big Red, So how would you recommend I check the users permissions? I only know of a form that could be used to get the users input i.e. their username and password. Thanks
  9. thankgodfortektips

    ASP APP Security - Hack Possible?

    Hi All, I have developed an application (ASP and SQL 2000) that I have now got a few organizations using. I am just wondering the possibilities of getting hacked as I am wanted to change the app from running on local servers to being on a hosted server open to the world. I have a log in page...
  10. thankgodfortektips

    Resave View Unless Error

    MrDenny! Thanks for the advise! Is there any way to automate this... like for instance when in access you can do a compact and repair?
  11. thankgodfortektips

    Resave View Unless Error

    Hi All, I have an ASP application which is working with an SQL 2000 database. The application has been working fine for months and lately I have started developing new areas in it. Since the new developments I have been getting complaints about errors, sometimes it is that in a table in the...
  12. thankgodfortektips

    Resave View Unless Error

    Hi All, I know this is the ASP forum and this is more an SQL issue but SQL is working with a ASP App. I have an ASP application which is working with an SQL 2000 database. The application has been working fine for months and lately I have started developing new areas in it. Since the new...
  13. thankgodfortektips

    Citrix - TS Grace Period Expired

    Hi All, I am new to citrix. We have it installed on a Windows 2003 server. All has been working fine for a good while now and then this week citrix is reporting. "To Log on to this remote computer, you must have Terminal Server User Access permissions on this computer...." So after trying all...
  14. thankgodfortektips

    Disable Cache for 1 URL

    Hi All, I want to be able to disable my ISA server from caching for a certain website. So for instance if my users go to http://mydomain.com the ISA server will never cache the site and will always check for the most current site. However, caching will still work for the rest of the web...
  15. thankgodfortektips

    Create VPN Creation

    Hi All, I have been creating an app to dial a vpn connection. I posted about it a while back and thank you to all that helped with it. I just have one more issue. The program works great, unless the orginial VPN connection is not created. I need to try and find some code that will create a VPN...
  16. thankgodfortektips

    Rejoin Machine same name - no authentication

    Hi All, I have a client that has a user that thinks he knows all about everything. He recently re-installed 2 of the machines on the network (From server to xp) We have a windows 2003 domain and he should not have admin rights on the domain. When asked how he managed to rejoin the machines to...
  17. thankgodfortektips

    oWsh.Run works from dev machine not from client...

    Hi guys, Thanks for the quick response. So I can not just go to File, Make xxx.exe. If I am understanding right I would have to create an installer package for the app. This is a very small app and wanted to avoid having to do that. Is there a way for me to check what the code is missing...
  18. thankgodfortektips

    oWsh.Run works from dev machine not from client...

    Hi All, I have a VB.exe that I want to give to my clients to help them dial a VPN... I have made the exe and from my machine it works great. However, once I move it to another machine it stops working. The VB.exe will load but when I try and run the following code, nothing happens...
  19. thankgodfortektips

    Callback jcb.dll error, then no error

    FYI, I ended up creating a new store and moving some of the mailboxes across. Some mailbox's wouldn't move which I figure are the ones that was causing the error. The defrag is running good now.
  20. thankgodfortektips

    Callback jcb.dll error, then no error

    No I didn't... I figured I wouldn't have to because it was previously there and registered...

Part and Inventory Search

Back
Top