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: *

  • Users: Setta
  • Content: Threads
  • Order by date
  1. Setta

    Strange error - SQL query in ASP page

    Hello everybody. I have the following SQL query in an ASP file. ---CODE--- ALTER TABLE mytable ADD mycolumn single ---------- So far so good, it worked a few times (in tests) But now I get the following error: ---ERROR--- Microsoft JET Database Engine (0x80004005) Número excessivo de campos...
  2. Setta

    Icons for XP

    Hello. This question is not about PS itself but how to use it for create WinXP icons. I have some experience creating Icons for older versions of Windows but WinXP have something different. I read that winXP icons are actualy 6 icons in one (a bigone, a medium, a small, an extra small and so...
  3. Setta

    RecordCount problem

    Hello. I have two pages, and Dreamweaver has created a lot of code in both. In the first one the RecordCount of a give rs returns me the total records in the rs, on the second page the RecordCount gives me -1. What can be wrong? I know so far that if the RecordCount is not allowed it returns...
  4. Setta

    Emailing test problem

    Hello, I'm developing a engine to send multiple emails, it works pretty well on my remote server, the site host. When testing my files localy i've got this error: 'CDONTS.NewMail' can't be created by an ActiveX. Well, I know I can't send these mails from my local server, but there's a way to...
  5. Setta

    MM:Lock - cloning code

    Hi guys. I'm having a little problem with an ASP page I've created in Dreamweaver. Here is teh problem. The page is an include, so it does not have a head, or opening <html> or whatever. BUT, in some part of my code i have this: MM:EndLock I don't know what this mean. And worse, when I try...
  6. Setta

    ALL the shortcuts u know!!!

    Hello all!!! I know that everyone who uses PS for long periods LOVE to know a lot of it's shortcuts. The porpuse of this thread is to get together ALL the shortcuts we know. Please, do not send the common ones (Crtl+S for save etc...) I'll star with my list. Crtl + or - (Zoom in or out)...
  7. Setta

    How to check if a column does exist?

    Hi! Well, I have a page - in ASP VB - that creates a temporary column in my DB, and in the end of my code Dropp the temporary Column. What happen, is that sometimes the column is NOT dropped and when I get my page to work again it gives me an error (The column is already created). So, I need...
  8. Setta

    Does my Column exists?

    Hi everybody, I new around. I have a question that's really bugging me. I have this page (in ASP Visual Basic), and in some moment it creates in my database (MS Access) a temporarycolumn in one of my tables. It does it 'cause I need the column to reorganize the recordset. Well, in the end of...

Part and Inventory Search

Back
Top