Search results

  1. N

    Finding the key fields in SQL database.

    That's great - thanks "jonyah" It is exactly what we needed. With help from a mate Sofri, we now have the system working exactly as we wanted. Again, thanks very much, pop down anytime to the taverna for a well deserved beer from me! Nathan www.agni.gr
  2. N

    Persits.Jpeg.1 error

    When running this page (which lists my current wecab pictures): http://www.agni.gr/webcams/index.asp At the bottome I get the following error: "Persits.Jpeg.1 error '800a0001' The process cannot access the file because it is being used by another process. " It has happened a couple...
  3. N

    Finding the key fields in SQL database.

    I am using the following code to list the fields in a database table. What I need to do though is know which ones are the 'key' fields. Can anyone help? Thanks very much. Nathan set conntemp=server.createobject("adodb.connection") conntemp.open strCon set...
  4. N

    Congratulations and Thank You

    Yep, well done everyone. No problems at all (except my own fault as I was using the old database connection ips!) Am really noticing an improvement in site speed (esp MS SQL) so that is very welcome. Cheers GH Nathan
  5. N

    MS SQL Database down?

    Thanks guys for really prompt support. I am changing all my db connections to use : mssql1.jodoshared.com Beers on me. Just pop down to the taverna anytime - Yammas Nathan
  6. N

    MS SQL Database down?

    Steven I am using: strSQLServerName = "64.156.220.242" 'Holds the name of the SQL Server
  7. N

    MS SQL Database down?

    My sites are back, since the move, but now databases cannot connect: http://www.agni.gr/message_boards/default.asp I get the following error: Microsoft OLE DB Provider for SQL Server error '80004005' [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied...
  8. N

    Nameservers for Unix server

    I use win5 for my main sites, but I've just added a new hosting plan to my account which is Unix (So I can test some php scripts). I set this up fine and can view it via it's instant address as follows: http://d1062243.i47.corfu-travel-guide.net/ But the new domain I have bought to link to...
  9. N

    Windows SharePoint Services?

    Sorry for a newbie style question, but I normally handcode my asp scripts and have just looked at MS Front Page and its method of dealing with databases. When I try to use it though, it says the server must have 'Sharepoint Services' - what are they and does Jodohost (and win5) have them...
  10. N

    is Win 5 having problems?

    spoke to soon, it's back! Yammas Nathan
  11. N

    is Win 5 having problems?

    I keep getting a connection refused message. Any one else? Nathan
  12. N

    Persits Object Error

    ooooohhh,I think I have it working. I see I need to first save to memory, then save to disk. Now i can use the savevirtual method. Thanks mate. Yammas Nathan
  13. N

    Persits Object Error

    It stops at the end of this code: Set Upload = Server.CreateObject("Persits.Upload") Upload.OverwriteFiles = False Upload.SetMaxSize 2000000, True Upload.SaveAsVirtual("\gallery\your holiday snaps\uploaded\test.jpg") The error message is: Object doesn't support this property or...
  14. N

    Persits Object Error

    Sorry I thought the whole upload object had been disabled. That is great news, but I am having problems using savevirtual: Set Upload = Server.CreateObject("Persits.Upload") Upload.OverwriteFiles = False Upload.SetMaxSize 2000000, True On Error Resume Next Count =...
  15. N

    Persits Object Error

    Rob, sorry for the delay and thanks for your kind offer. Yes I think I will need your help! Last winter I programmed a complex system so that my site users could upload their holiday snaps to the server. This system used the persits.upload object. I also used the object to help sort my webcam...
  16. N

    Persits Object Error

    Set fso = CreateObject("Scripting.FileSystemObject") Set Upload = Server.CreateObject("Persits.Upload") Set Dir = Upload.Directory( Server.MapPath("\webcams\jetty_pics")& "\*.*", SORTBY_CREATIONTIME, false) The above seems to be the code that is now not permitted. I cannot seem to find...
  17. N

    Persits Object Error

    Yash, I've been using Upload for about a year now with no problems. Are you saying I now have to go through all my code and change to virtrual save? Is that the only change I will have to make? Thanks Nathan
  18. N

    Persits Object Error

    Early this morning, I put a ticket in about this, but as yet no response. My site is crippled without the Persits Object. Nathan
  19. N

    Persits Object Error

    I've been using the asp Persits Object on Win5 for about a year now. (Most of my site depends on it.) This morning, any pages that reference the object, get the following error: Persits.Upload.1 error '800a0028' This feature has been disabled by system administrator. /webcams/index.asp...
  20. N

    Emails sent to AOL account being rejected

    The code is fine, it is just the mail object that i am not familiar with using. For some reason it is not sending emails. I am sure everything is correct. Any advice would be very welcome as it is driving me mad (plus daily, I am getting 1,000 returned!!!!) Nathan
Back
Top