Search results

  1. StPatrick

    Export data from tables to SQLScript ?

    You can use this one: http://sqladmin.jodohost.com/
  2. StPatrick

    selecting a 3rd party payment merchant

    I personally use PayPal and RegSoft. But the last one is used for selling software, not sure about other options
  3. StPatrick

    MS Access to SQL

    If you are in Access 2000 or higher, there is an Upsizing Wizard (Tools->Database Utilites->...) It will help you to put your database into MSSQL. Or, if you have an Enterprise Manager for MS SQL, you can import from it
  4. StPatrick

    Another reason for websites not to use popups

    I hope so as well, but who beside the developers of the browser can know exactly when user clicked and when didn't? So I say 99% that it will be implemented this way :)
  5. StPatrick

    Cgi

    "I think yes" to the first question and "yes" to the second :)
  6. StPatrick

    Suggestion: Better designed Home Page

    LOL :) I guess, at 3200x1600 any page will look weird - centered, right or left aligned, doesn't matter. :)
  7. StPatrick

    Helm - Yes or No?

    Well, I used HELM with my previous hosting privider. Not a bad CP at all. This is a newer version though (or maybe my prev. provider just disabled many features). I personally not gaining anything from switching to HELM, but if you had problems because of HSPHERE, then it is good (since any...
  8. StPatrick

    Site down for over 24 hours now

    I'm really curious to see what caused the high CPU usage. Maybe you are dynamically pushing those PDFs and DOCs? I mean, loading them in your code and using something like Response.BinaryWrite? Should be some reason for that. Just a simple HTML page and download links (which point to files, not...
  9. StPatrick

    include virtual with parent

    Well, the ".." means you need to have parent paths enabled. *passes ball to Yash* :)
  10. StPatrick

    Problem with RecordSet.ActiveConnection?

    It looks like a problems of misconfiguration or something. Open a ticket in your control panel (or wait till support read your post). Here is a Knowledge Base article I found: KB295297
  11. StPatrick

    Hosting Control Panel

    The problem was solved on my side too. The system administrator at work opened port 8080 as it is commonly used by web sites (he got complains from other workers as well). So not an issue for me now :)
  12. StPatrick

    Server.MapPath() error

    You need to ask support to enable parent paths. You can just wait till they read your post (won't take long) or open a ticket in your control panel.
  13. StPatrick

    Protect a folder

    Well, in case of files from database, you do not have to save them to disk. Instead write directly to the output. Here is an example for images, you will need only a light change and it will work fine. http://stardeveloper.com/articles/display.html?article=2001040401&page=2
  14. StPatrick

    Transaction File Size

    Hmm, this is really strange. I did exactly the same operations and got transaction log shrinked to 1Mb (was 11Mb) a few hours after the change. And it keep now this size... Don't know why it didn't work for you. Specially that the database is not being used. Maybe you will try to get the...
  15. StPatrick

    Protect a folder

    I used this technique and it works fine. So go ahead and try it. The only thing you need to think about... is how you are streaming files out. If you are using for example ADODB.Stream (what I did), remember to have files small, or you will need to "split" them. If you'll try to stream out with...
  16. StPatrick

    Poll... what do you guys think about....

    Well, it's not about good or bad. I just have the firewall installed, so I don't think I need a separate popup blocker since it is already in the firewall, that's all :)
  17. StPatrick

    My Hosting(NEW) Account ?????

    Try also sending an email to [email protected]. Though I'm sure you will be answered here soon. But just to make sure :)
  18. StPatrick

    My amazing new site... what do you think?

    Well, not only porno and warez sites use popups. There are really LOTS of sites with a legal content that has a popups as well. Just to mention all those hosted at Geocities. And many other free hosting providers (not all though). IMHO the popup blocker should really block those windows that you...
  19. StPatrick

    Poll... what do you guys think about....

    I'm using Norton Personal Firewall, which has popup blocker. Works pretty good and didn't blocked popups on your site :)
  20. StPatrick

    Question about asp and include files

    Probably you are right, I haven't tried, as I'm always use .asp extension, but from a different reason - do not want anyone to look into my scripts, even if they are just included files :)
Back
Top