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

    Copy Image field to other DB - DTS Doubles File Size!

    Hi all, I've got one database with a table which holds a lot of documents in binary format (Image) in SQL 2000. I have used DTS to transfer this table into another database table and when the files are retrieved from this DB, they have doubled in size! Now I have read somewhere that when...
  2. sipps

    C# - TreeView - Client Side Options - Remove Node

    Hi, I'm currently building a page which has a tree view control. I would like to build the tree on the fly rather than downloading all the data at once as there is a load of data which takes too long to download at once. This is fine as the stored procedures I'm using return a count of any...
  3. sipps

    Mirror Text Box Value in another Text Box

    Hi all, How can I mirror what a user types into one text box into another text box? I think it uses the onChange event so that as soon as the user starts typing into TextBoxA, TextBoxB shows TextBoxA's value? Thanks sipps
  4. sipps

    Get Server Name

    Hey all, I would like to be able to get the name of the server that my ASP pages are on. I need some sort of function to tell me what URL the user has used to access the site. This is because some users access it through an IP address and some through a domain name. The returned server name/IP...
  5. sipps

    Identity ID - Incrementing by 2 not 1

    Hi all, I have a strange issue. When entering new records into my table, the auto-id number does not show. When I close the window down and open it again using return all rows, it shows the records and their id numbers. The problem is the ID numbers are incrementing by 2 not 1. I have double...
  6. sipps

    Apache installed - IE 6 Very Slow

    Hi all, I have installed Apache on Windows XP Pro expecting it to work as other installs have in the past. This is a new machine set up with Windows XP Pro SP1, including IE 6. I installed Apache, and the monitor icon came up ok and says that the service is running. Anytime I open up a...
  7. sipps

    Join Query

    Hi all, I am building an internal site which manages our computers/users and what software is currently installed on each system. My query is that I want to show all the copies of one particular piece of software, and whether they are installed on a computer (and which computer!). So I have...
  8. sipps

    Session data - multiple browser problems

    Hi all, I am looking for some advice as to why I'm experiencing problems with sites on an IIS server but not on an Apache server. Background is that the site has a site_id which sits at the end of the URL which determines what products the user views amongst other things. (Using ASP). If a...
  9. sipps

    Session data - multiple browser problems

    Hi all, I have experienced problems with my sites. Background is that the site has a site_id which sits at the end of the URL which determines what products the user views amongst other things. If a user opens one browser with one site_id and starts looking through the site it works fine. Lets...
  10. sipps

    FileMaker Pro 7

    Anyone know when V7 is coming out? Is it going to change it's file system to that of a "standard" relational database such as MS SQL? Also, does anyone know if you will be able to query V7 using standard SQL through an ODBC connection? Thanks!
  11. sipps

    PHP/FileMaker Pro Support

    Hi, I have used PHP/MySQL with Dreamweaver and have been really impressed with the functions it provides. I now want to be able to use Dreamweaver to set up a PHP/FileMaker Pro site. Does anyone know if this is possible, or if MX 2004 has more support for PHP and other databases? Thanks sipps
  12. sipps

    Sharing Outlook Calendars - Mdaemon

    Hi, I'm not using Exchange, and I've not come across MDaemon before and this is a new role for me!!! I want to share the calendars in the office, but we're not on Exchange so I think things are going to be tricky, but are they impossible? Does anyone know of a way around this with MDaemon...
  13. sipps

    Remote Procedure Call (RPC) Problem

    I have an HP Laptop with very little software on, just MS Works. Recently, when I have connected to the internet and visit a site such as www.bbc.co.uk, an error occurs. It is "This is a systems error and your computer must be shut down". It blames this on a failed RPC. Does anyone...
  14. sipps

    Mailto format

    Hi, I am using Mailto to send an order for a re-ordering system. I am having trouble creating new lines, I am not sure where I should do this and how. I am using PHP to create the content of the mail, but it looks like this: <a href=&quot;mailto:<?php echo $row_getlowstock['Supplier_Email']...
  15. sipps

    INT(16) Issue

    Hi all, I am creating a prototype site, using PHP/MySQL. It's almost finished, but I'm getting a funny output from MySQL. I insert a credit card number into the database, into a Credit_Card_Number INT(16) column. As I understand it, up to 16 digits can be inserted into this field. I have run...
  16. sipps

    Session Arrays

    Hi all, I am well out of my depth here, but I need to get this done, I have been trying for ages! It is basically a shopping cart, but I want to be able to do it myself, silly I know!! The user clicks on a link next to a desired item, this sends them to the cart.php page with that Item_ID in...
  17. sipps

    Updating x times - Using PHP

    Hi all, I am stuck on a page within my site. It is an admin page where the administrator can view a customers order, which comes from the orderinfo table, and the items and the quantities they've ordered, this comes from the orderline table. I loop through (using repeat region) the items they...
  18. sipps

    Working Out Total

    Hi all, I have a page which shows a customers order, what products they have bought, the quantity, and the price of the item. I can loop through the db to get all the items the customer bought, and I can get the value of these items and * it by the quantity to get the total value for both...
  19. sipps

    Inserting into two tables at once

    Hi all, I am inserting a new item into an Item table, adn I also want to insert the stock quantity into a stock table on the same form. Problem is that the stock table uses the Item_ID which is an auto-inc from the item table. How can I get the Item_ID that it inserts for the new item, and use...
  20. sipps

    Select Join Query

    Hi all, I have a query, and I know I should be able to solve it using an outer join, but I cant get it to work, can someone help! The three tables I'm pulling data back from are item, category and stock. The item table holds details about the item, and it is linked to category by Category_ID...

Part and Inventory Search

Back
Top