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 Chriss Miller 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: sndkick
  • Content: Threads
  • Order by date
  1. sndkick

    Help - Where do I set CurrentProject.Connection?

    So I got to pick up the pieces on somebody's old code, and could use a little help since my Access skills are a little weak. I have this MDB that is used to import data from an MDB file into an Oracle database. It consists of forms and a bunch of modules, but no data tables, so the data is...
  2. sndkick

    Mail: all inbox emails gone... and trash gone too... restore?

    Hello all, I'm trying to help a friend restore all of the emails in his inbox that are now missing. He had 300-400 emails in his inbox but after a problem this mornign they're all gone. Here's the scenario. This morning he called me because he kept getting these same 54 emails over and over...
  3. sndkick

    Help! Error when running SP from App, but not from QA.

    This problem has been baffling me for days and i just cannot figure out why it is not working. I have the following stored procedure which runs perfect and returns the perfect information when running it from the SQL Query Analyzer (QA) or from the Enterprise Manager (EM), but when I try to run...
  4. sndkick

    How to Parse XMLHTTP Request???

    Help! I am using XMLHTTP to push data from one ASP page on one remote server to an ASP page on another server. The receiving page needs to accept the data and insert it into the database. If I'm using XMLHTTP to shuttle the info to the remote server, how do I setup my receiving page to...
  5. sndkick

    Any way/tool to search PDFs?

    I am a fairly seasoned ASP developer and am looking for a tool/api/method to allow website visitors to search through the body text of an archive of PDF documents as well as searching site HTML files. I have a fairly robust TXT/HTML/ASP page search, but am looking for an easy way to add PDFs to...
  6. sndkick

    Trigger to run on individual records in SQL 2000 ???

    How do I write an update trigger that will run for each record, rather than for the entire set of updated records? Is there any way to access individual records of the UPDATED table? I have a table called CLASSES with a STATUS field amongst others. This status field contains a value of...
  7. sndkick

    PIX Licensing?

    Hi, we're about to purchase a PIX 510 for our office here and I've got a question about the licensing. We have about 12 users who we'll want setup using DHCP and that will need to be able to hit the outside web. We also have 2 servers using about 5 IP addresses combined. My options are either a...
  8. sndkick

    Second email address not working in Outlook 2000

    Outlook 2000 Workgroup or Corporate (I don't remember which, this is a client's machine and I'm trying to help). Trying to add a second Internet mail account in outlook 2000 and it doesn't seem to be receiving email. If I walk them through the steps in Outlook Express they are able to receive...
  9. sndkick

    BinaryWrite from just the filename...???

    I have images stored NOT in the database, but I have their filenames stored in the database. I want my ASP page to do a BinaryWrite of the image somehow if I know the filename. I know how it works if I am pulling an "image" from the database, but that's not what I'm looking for. I need...
  10. sndkick

    TD Background aligned to bottom... possible???

    I want to set a background for a <TD> cell and have it aligned to the bottom of the cell so that as the content grows, the image is still always at the bottom as a background. Any ideas? I need it to work in Netscape (yes, older than 6.. preferabbly 4 and up)... and at least IE 4. I know how...
  11. sndkick

    Losing connection to server when out internet connection goes down..??

    Our server connects to a firewall and then out to the internet. For some reason, when our external connection is lost, I can no longer connect to the SQL Server. I am connected to the server in Enterprise Manager by using the server name &quot;myserver1&quot; and using windows authentication. We...
  12. sndkick

    fopen and specify a user???

    I have a PHP page that allows me to edit the content of a page online (well, I am editing a text file that is included in the php page). The problem is I can't save the file (which is in a different directory &quot;../txt_files&quot;). This is because when you log on through the web, you are...
  13. sndkick

    Email current page?

    I tried the search and looked a bit on the web but couldn't find anything satisfying out there. What would you suggest as the best way to allow the user to send the current page to someone as an HTML email file? Granted lots of people cannot view HTML formatted emails, but I want the option...
  14. sndkick

    UPDATE... FROM Statement???

    I have seen SQL syntax for an UPDATE...FROM before (I'm pretty sure) but can't seem to get it to work in Oracle. I have a Master table that I need to update with all of the matching information from a NewInfo table. Here's a sample of what i'm trying to do. MASTER id (number) name (varchar)...
  15. sndkick

    mm_checkplugin not working on some Macs..???

    I am using the MM_checkPlugin function from Dreamweaver in a page to detect the Flash plugin. On a PC, if you don't have the plugin, you are asked if you'd like to download it. If you don't have the plugin and don't download it, the page redirects to a non-Flash version of the page. This works...
  16. sndkick

    font size=X equivalent in CSS, not px, pt, %. I need font size

    I never really paid much attention until now but i have always used CSS to define my font size as either 10px or 12px. This seems to be the closest I can get to font size=1 and size=2 without being much different from Mac to PC and Netscape to IE. What I have realized is that <font size=1> and...
  17. sndkick

    Pull Images from DB and display on page

    I have images stored as BLOBs in my SQL Server DB in order to keep them more secure than leaving them in a web directory. I have a page that needs to pull data and images from the database and display them on the screen. I am grabbing the image using set oImg =...
  18. sndkick

    IE 5.5 won't refresh using META Refresh

    I am calling the META Refresh propery to refresh my page every 5 seconds. This one of a couple pages in a framed page. I am just refreshing the one window every 5 seconds. It works fine in IE 5 and in Netscape 4.75, but not in IE 5.5 for some reason. Anyone have any ideas why? Could it have...
  19. sndkick

    Groupware Calendar Help

    I pulled this &quot;selena sol's groupware calendar&quot; utility out of a book and am having some trouble adding users to the system. If anyone has seen this or is using it, I think I just need the format for a user entry in the &quot;calendar.users&quot; file. Should be something like...
  20. sndkick

    Excel to SQL Server 7 import macro?

    Not quite sure it this can be done, but if possible can anyone point me in the right direction? I have an ASP web app., and I am looking to create some sort of macro that will allow a user to upload an Excel spreadsheet directly into a table in SQL Server 7. The fields in the spreadsheet will...

Part and Inventory Search

Back
Top