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

    Display data in ASP

    Hi, I want to display data from a database using ASP but I can't. I have a recordset with a connection in a database but appears me the following error in the browser: The page cannot be displayed. Bad arguments number or bad assignement property. The code is: <% dim cnn dim str dim rs dim...
  2. axmug

    Apache SQL Server module

    Hi, I want to work with ASP,SQL Server and Apache and I would like to know if it's possible to connect Apache with SQL Server using a module or something different. I know there is an Apache module for ASP but I don't find anything to connect Apache with SQL Server. I'm working with Windows...
  3. axmug

    Path in Oracle SQL

    Hi, I'm working with Oracle 9i and I would like to know if there is a command to show operating system path and where I can find it. Thanks.
  4. axmug

    Where Discoverer saves Workbooks

    Hi, I'm working with Discoverer 9.0.4 and I want several users can see one workbook. To do this I need to give Select permission to all users for the workbook. The problem I have is I don't know where Oracle Discoverer saves workbooks in the database. If I choose to save the workbook in the...
  5. axmug

    Number data format

    We have a server running HP-UX and some clients running Windows. We want to run data in an Oracle database and everything is correct except decimal numbers. In Windows the default separator for decimal numbers is , (we don't have english format) and in the server is . (english format). The...
  6. axmug

    Testing a JSP file

    Hi everybody, I want to test a JSP file which has WML code instead of HTML. The problem is that I don't know which software use to test the file. I have Nokia web browser but I can't to watch the result, I only watch the JSP code I typed (I tried with the files with wml and JSP extension)...
  7. axmug

    Seeing Icons Files

    Hi everybody, I have a question about how to see the files after clicking My Computer Icon. I have the option lets you to see the files details (filename,date,hour ...) activated. With this option I see those details when I want to see the files I have in a folder. I would like to know how can...
  8. axmug

    9iAS installation

    I just installed Oracle9iAS release 2 (9.0.2.0) and the installation type I chose was Business Intelligence and Forms. I installed Oracle9iAS Infrastructure 9.0.2.0. During the installation Oracle Universal Installer didn't ask me for a name user for 9iAS and when I wanted to configure Oracle...
  9. axmug

    Problems with Win XP Task Bar

    Hi everybody, I have a strange problem with the Windows XP Home Task Bar. When I turn the computer on Windows runs correctly but when I try to access to the Task Bar to click Start button the mouse pointer is a watch and I can't click the button. I thought that this is due to Windows doesn't...
  10. axmug

    Mounting a CDROM unit

    Hi everybody, I have two LG CD's units. One for recording CD's and the other only for reading CD's. The first is the master and the second the slave. My problem is that I can't mount the slave unit. First I had only the CD reader as master device. When I bought the CD recorder I had CD's...
  11. axmug

    PHP-MySQL doesn't work together

    I have Apache 1.3.26,PHP 4.2.3, MySQL 3.23.56 installed in a SuSE Linux 8.0 box. I tested Apache, PHP and MySQL separately and run OK. But when I type a PHP scrypt that requires a MySQL connection it doesn't appears anything in the web browser. For example, I typed the following PHP script...
  12. axmug

    Problems with KOrganizer

    I have KOrganizer program and when I try printing the tasks for days or weeks it appears me very dark. I would like to know if someone knows some web to download a program like KOrganizer. This program allows you to manage the tasks of a project. You can type, edit and print tasks every day...
  13. axmug

    Avoid repeat registers

    Hi, I would like to know if exists any PHP command to do the following in MySQL: I have a table with a primary key that has two fields: idpub and usernick. What I want to do is to list all the usernick's without repetitions. I know that if is a primary key it seems that this is no possible...
  14. axmug

    Deleting spaces of a string

    I'm trying deleting spaces of a string and once deleted I want to obtain a new string with _ instead of spaces. For example: I have a string with the value Matrix Revolutions and I want to obtain an string like Matrix_Revolutions. I can obtain an array with both values: Matrix and Revolutions...
  15. axmug

    Programming a Basket in a shop

    I'm doing a basket of a shop and I don't know how to modify the number of products that are in the basket if the user change the number of someone. The problem is that when the user modify the number of units of a product I don't know which product has been modified (first,second,third...) and...

Part and Inventory Search

Back
Top