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

    aspSmartUpload: How Do I Check If File is Valid Before Upload??

    Hi all, I have a form that allows users to upload files to the server. How do I check, either on the client side before upload OR server side after upload, if the file is valid? For example, say a user selects file to upload but manually changes the file name in the input box to one that...
  2. webIntern

    Server.CreateObject Error, Invalid Class String

    Hi all, I'm using ASP and ADO to connect to a SQL Server database. I get an error of "Server object, ASP 0177 (0x800401F3) Invalid class string" on the line: Set rsField = Server.CreateObject("ADODB.field") I've installed MDAC 2.8. Can anyone help me? Thanks
  3. webIntern

    Unknown Database Error

    Hi, I'm using a DSN connection to a remote mySQL database in an ASP page. I know for sure the database exists but for some reason I get the following error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [MySQL][ODBC 3.51 Driver]Unknown database 'ubb' /ccweb/login.asp...
  4. webIntern

    DSN problem

    Hi, I'm using a DSN connection to a remote database in an ASP page. I know for sure the database exists but for some reason I get the following error: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [MySQL][ODBC 3.51 Driver]Unknown database 'ubb' /ccweb/login.asp, line 53...
  5. webIntern

    DCOM, IIS 5.0

    I already posted this in the Win 2000 forum, but I thought I'd try here as well... I can't seem to run ASP scripts. When I try, I get an http 500 internal server error. Then I look at the event viewer and I see the following: DCOM got error "Overlapped I/O operation is in progress...
  6. webIntern

    DCOM error, Active Directory

    I can't seem to run ASP scripts. When I try, I get an http 500 internal server error. Then I look at event viewer and I get the following: DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon psd-domain\psdserver in order to run the server...
  7. webIntern

    URGENT: String --> Calendar

    Is there *any* possible way to convert this string: 2003-12-11T14:29:56.2729751-05:00 to a Calendar object??? I'm getting the string from a SOAP response. The element is "Expires" and the string above is the value. I need to take that string and save it as a type java.util.Calendar...
  8. webIntern

    Axis Client - Trying to write response handler

    Hi all I have an java client app that accesses .NET web services. I need to write a handler that captures the SOAP response from the service. I'm confused about what classes/interfaces to use?? I'm basically just confused about where to start... Please help me somebody... Carol
  9. webIntern

    Sessions...in java app, not jsp or servlets

    Does anyone know of a way to keep a property accessible throughout a user session in a Java app? I'm writing a Java native client app to access remote .NET services (web services). The services issues a session ticket upon login to implement security...this ticket needs to be accessible to all...
  10. webIntern

    Win2k Task Scheduler..."Run as" problem???

    Ok, this is pretty complicated: We just switched over to active directory...and ever since then our scheduled tasks aren't able to run properly and on time without some tweaking because of user accounts issues. I have one particular task that's scheduled to run every 30 minutes every day. It...
  11. webIntern

    Set size of JList withOUT JScrollpane

    Can someone tell me how I can set the size and location of a JList without JScrollpane on a Contentpane w/BorderLayout? I've tried setBounds, setMaximumSize, setPreferredSize, setMinimumSize...but the lists don't appear to be the size I specify.
  12. webIntern

    insert problem - auto increment is set

    Hi all, I have a web app that needs to insert into a table. This table has a field that is of numeric data type and it's set to auto-increment. It does not allow nulls. This field is called 'Ev_ID'. It is also the primary key. When I insert using query analyzer with the following sql...
  13. webIntern

    Playing movie in standalone player

    Hi, everyone Can someone tell me how I can play a .swf in a standalone Flash Player as opposed to playing in the browser? I believe playing it in the browser is causing my comp to be low on Virtual Memory (Win 2000 pro, SP 4, 128 mb of ram) Thanks, Carol
  14. webIntern

    Import/Export through MySQL Control Center??

    Is it possible to import/export between MySql databases using the control center?
  15. webIntern

    How to *keep looping...

    I have an .swf file that is set to loop by default, but it doesn't. The html file has a param tag (for the object tag)to loop with a value set to true. It is also set in the embed tag, which is nested inside the object tag. My guess is that something needed to be done in the source file...
  16. webIntern

    Problems with mediumtext in update statement

    I have a web page that updates records in a mySQL database. I'm having trouble updating the fields that are of "mediumtext" type. When I'm updating that field using ASP/vbscript, the value is a string. I get the following error on the page: Error Type: Microsoft OLE DB Provider for...
  17. webIntern

    What's the correct SQL syntax for...

    inserting a new record with an auto-increment field??
  18. webIntern

    ADO Recordsets - More than one open at a time??

    Is it possible to either: 1)Have more than one recordset open at once? All recordsets from the same database, but independent of each other Or 1)Just create one recordset object, open - close - and recreate multiple times?
  19. webIntern

    How to save white space??

    Hi, All I'm working on a page that changes dynamically with changes to a database. There is a large chunk of text that is queried from a database to be displayed on the asp page. I'd like to save the white space that is already in this text - including the carriage returns and such. How...
  20. webIntern

    Paragraph Formatting in ASP

    IS there an ASP function/method to format a big chunk of text to paragraph format?

Part and Inventory Search

Back
Top