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 bkrike 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: skurpyun
  • Content: Threads
  • Order by date
  1. skurpyun

    Authenticating RSS Feeds and Podcasts

    My subject description above is not the most accurate (and possible seems like non-sense) but here is my question. We are building an admin tool to generate .rss feeds for the company website. These feeds are only for clients registered to our site. Is it possible to have a user or rss reader...
  2. skurpyun

    Anyone used ISYS Website Search Software

    Dudes! I'm working on a humungous (yes, HUGE) project for a client (ok, friend of a friend really) who asked how an advanced search area could be included in their website. I did a little searching around and found a lot of programs out there that can index files, etc. But then i came across...
  3. skurpyun

    IIS and Flash Communication Server not working.

    I am not sure if I should post this here, but there is no Flash Communication Server forum here. Has anyone attemted to get IIS and Flash Communication Server running on the same machine? I have tried to do this and they do not work well together due to a simple fact, both servers need to use...
  4. skurpyun

    Calling a DTS package with SQL statement as parameter

    Hello all. Help needed here from anyone who has done this before or have an idea of how to do this. SITUATION: I have an ASP page that creates a DTS.Package object in order to initialize and run a DTS package i will create on my MS SQL Server 2000 database. Package name is pkgExtract. The ASP...
  5. skurpyun

    Setting up RAID 0 on new system

    OK, i believe this is the right forum. First off, this is my very first time putting my own pc together (normally i'd just give dell a call and 1 week later....shazaamm...dude i got a dell!). So forgive my lack of knowledge in this area. Issue: I want to set up RAID 0 on my new system. I've...
  6. skurpyun

    Using DTS to query data and write to XML file

    Hey folks, I have a problem with using DTS to write an XML file. And I am only now beginning to toy with XML, so forgive my lack of knowledge/experience with SQL 2000 and XML. I have a DTS package that is called from an ASP page. When called, this DTS package queries the database for data, then...
  7. skurpyun

    Modifying column values for a large db table

    Ok here's the situation that i need to resolve urgently. I have a table with 5 columns. One of those columns has data in it that should be encrypted that was erroneously left unencrypted. I need to go through 3000 rows and for each row, encrypt the value in that column. With me so far? So...
  8. skurpyun

    Cost of .NET

    Quick question, is there a $$ cost to using the .NET framework on a commercial server? I have been using it on my laptop just to learn ASP.NET and VB.NET. But now i'm being presented with the opportunity of coding for a live site and configuring the clients server from the ground up. So i know...
  9. skurpyun

    Catch MS SQL errors using ASP and display custom page...

    Hey all, I am using asp to code a page and process a page that inserts data into an MSSQL database. While I have done everything (everything as far as validating form inputs) to prevent the database from throwing errors when using the insert command. Yet, I am still concerned about the database...
  10. skurpyun

    Qeury MSSQL database and get the field names

    If this is not the correct forum to post this question in, forgive me. Here is my problem. I want to query an MsSQL database and manipulate the data returned. When this data is printed to the screen, i need to match it up with its respective field (column) name. The catch is, the table's column...
  11. skurpyun

    Used ASP to read HTML file and send email, but ASP removes period.

    Ok, the header is already too long. But this is the story. I wrote a script that reads an HTML file using the FileSystemObject and puts the result into a variable "strBody". Then, also using ASP, I email the contents of the variable "strBody" in the body of an MHTML email...
  12. skurpyun

    Qeury to return row where column=null

    I need a little help with a query statement. I am trying to return the rows of a database using a query statement where some column (called 'lasvegas') can have a value of null or an empty string (i.e. ''). This is the query statement: select * from myTable where lasvegas <> '' or lasvegas <>...
  13. skurpyun

    How do i get the width of text in an element in Netscape 6+

    In IE5+ there is a property called pixelWidth which I can use to find out the width of text entered in a <td> tag and dynamically resize the table with that information. I need to accomplish the same thing in Netscape 6+, but unfortunately, there is no &quot;pixelWidth&quot; in the Netscape DOM...
  14. skurpyun

    Calling .exe's from ASP

    Just a quick post that some of you might find helpful. I have always wondered if it was possible to call .exe's or a perl/cgi file from within an ASP page and then get the result of that call and handle it in the ASP page. http://www.4guysfromrolla.com/webtech/072199-2.shtml
  15. skurpyun

    Why ASP/SQL error occurs only occasionally: Command text not set

    Hey folks, I am having a very annoying problem with my ASP/SQL code and I am not sure if this is best suited for the SQL forum or the ASP forum, so I will post them in both places and ask for forgiveness later. Anyway I am getting this error from my code: &quot;Command text was not set for the...
  16. skurpyun

    Cannot figure out why ASP/SQL error occurs: Command text was not set

    Hey folks, I am having a very annoying problem with my ASP/SQL code and I am not sure if this is best suited for the SQL forum or the ASP forum, so I will post them in both places and ask for forgiveness later. Anyway I am getting this error from my code: &quot;Command text was not set for the...
  17. skurpyun

    Seeking ASP Massage Board/Forum Source Code

    Hi, Does anyone know of any freely/cheaply available ASP message board API's I can use as a basis to building a message board of my own? I need to build a message board/forum and am sort of unsure where to even start and don't have a lot of time to toy with building one from scratch. Any help...
  18. skurpyun

    Does 'INSERT' return a value when used with SQL Server?

    Question for all and anyone who would like to help. I have a database table with a primary key field called 'ID' which is auto-incremented (i.e. has identity set to yes and an identity seed of 1, increment 1). Other fields in the database are 'Title' and 'Location'. When I do an INSERT (to...
  19. skurpyun

    Selecting only 5 records out of a possible 100.

    Here is what i want to do, I want to query a database that has say 100 records that match my query, but I only want to get the first 5 of those 100 record. Is there a way to accomplish this with an SQL statement? Currently I am just getting all the records, and then using VBscript to loop...
  20. skurpyun

    Moving SQL Databases from one server to another..

    Hello once again, If anyone could help me with this i would be highly greatful. In a few days I have to move data in an SQL Server database from one remote computer to another remote computer. To do this I intend on creating backup files of the entire database (of the original sql server) and...

Part and Inventory Search

Back
Top