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

    data comparing inside decode function

    The following query doesn't work. It seems decode function doesn't like < or > sign inside of it. But I need to compare clients' birth date to another date to get their age then and add them into a age group. Anybody knows how to do this? select client_id, decode(birth_date...
  2. asunpraise

    Connecting to Oracle

    I need to import data from Oracle database to Access, and I'm already done with it. The connection variable is: CON = &quot;IN RPD[ODBC;SERVER=aserver;UID=DDDD;PWD=XXXXX]&quot; The problem is that I have to import more than one tables, and every time when I have sql statement such as: 'COPY...
  3. asunpraise

    Connecting to Oracle

    I need to import data from Oracle database to Access, and I'm already done with it. The connection variable is: CON = &quot;IN RPD[ODBC;SERVER=aserver;UID=DDDD;PWD=XXXXX]&quot; The problem is that I have to import more than one tables, and every time when I have sql statement such as: 'COPY...
  4. asunpraise

    Passing variable to the third form

    To simplify my purpose, I have three forms here: 1. contains input field with accountName <form method=&quot;POST&quot; action=&quot;choose.php&quot;> 2. choose.php, this only processes the data and redirects to other pages according to different account names, this is one of them...
  5. asunpraise

    convert text to hyperlink

    Anyone knows what script is like to automatically change a URL to hyperlink so that when a user types a URL in the text field, it changes into hyperlink, like this: http://google.com Thanks, Lea
  6. asunpraise

    Pop up account and password window

    How to create a pop-up window with account password field?It should appear after user clicks a link or button. It's just like a XP password window we always see. But I don't know how to make it. Thanks guys, Lilian
  7. asunpraise

    Combo box value option

    I want to have a combo box that populates the Course_no column in Course table. The user has an option to choose one of the Course_no or to get all courses. In Row Source under Properties, I can only set &quot;SELECT [Course].[Course_No] FROM Course;&quot;. The combo box can only get one...
  8. asunpraise

    How can be creating or viewing a file that hard?

    Anybody has any idea why even the code I got from ASP book is not working? Problem is always the same: page gets stuck. Is it because XP has issue with Norton AntiVirus software? I can't uninstall Norton from my computer though, any ideas? Code for creating a file...
  9. asunpraise

    Create files for individual user in their folder

    I want to upload users' files and save them into uploaded\userfolder, there may be 100 folders for each different individual, will this work? (I use session id as each folder's name. Since the whole page didn't work, I wonder this is right) Dim pathToFile, idpath idpath =...
  10. asunpraise

    FileSystemObject

    I can't upload file with great uploading code and I can't even get a file from a folder within wwwroot. Here is my code for retrieving file: <% dim objfso, objfile Set objfso = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) Set objfile =...

Part and Inventory Search

Back
Top