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: *

  1. russellobrien

    Odd Problem with Netgear Wireless Connection and Windows Update

    Hi, I have a weird problem. I have a netgear router and PCMIA card on my laptop. Connection via LAN is 100% for all actions, and mostly wireless is too. However, I have several problems which I think must be linked and I do not think my software firewalls are the cause as I can disable them...
  2. russellobrien

    IIS and VS.NET 1.1 Web Update

    Dear All, I have had several similar problems with IIS in the past following attempts to install updates from MS. In this case, the update did not install and I had to reboot. When I go to IIS the MMC application hangs and I need to shut the PC down manually. Since this update, I cannot...
  3. russellobrien

    Redirecting from a user control

    I have a user control in C# and when a selection in a drop list changes I catch this event in the user control itself and then try to use repsonse.redirect to the same page appending a query string base on the selection, However, this doesn't work. Can anyone tell me how I do this from a user...
  4. russellobrien

    Inserting Internet Explorer in a WebForm

    Can anyone recommend the easiest way to insert and communicate with IE in a web form or direct me to a suitable resource? Many thanks, Russell
  5. russellobrien

    SQL script generation for data in database

    I see that I can create the tables etc in a "Generate SQL Script" but how can I then populate these. Obviously I can attach a database but is there a "GEnerate SQL script" f() to actually preserve the data in the tables too? Russell with thanks
  6. russellobrien

    Creating join on 2 tables both if 2nd table has entry or not

    Help! I have 2 tables, the first a "customer" with relevant details. I have a second table listing customer "calls". Some will have called, some not. I need to join the tabel such that I create a column on the end of the customer details that says whether there was a call or...
  7. russellobrien

    IIS hangs after windows update in VC# or Control Panel

    Several times I seem to run into trouble with IIS hanging (both when opening Web applications or in the control panel) after an update to Win XP Pro via windows update. Is this a recognised problem with others and if so is there some way around it. It has happened with VC# and now with VS.NET...
  8. russellobrien

    System.Math namespace not recognised

    I was trying to use the Pow() and Abs() functions but cannot and also I cannot type "using System.Math" without the compiler saying this is not a valid namespace. Do I have ti import this namespace - it seems unusual for such a basic one or do I have a problem with installation? Many...
  9. russellobrien

    C#.NET (Standard) and SQL Server Activation

    I have recently installed SQL Server, but when using Server Explorer in Visual C#.NET it doesn't seem to recognise it, and the menu item to create a new database is greyed out. Any ideas why? Many thanks, R O'Brien
  10. russellobrien

    Activating SQL Server in Visual C#.NET

    I have recently installed SQL Server, but when using Server Explorer in Visual C#.NET it doesn't seem to recognise it, and the menu item to create a new database is greyed out. Any ideas why? Many thanks, R O'Brien
  11. russellobrien

    Re-iterating search in SQL

    Is the following possible in SQL? I want to develop a hierarchy table with a list of objects that has the simple form below: ID NAME PARENT CHILD Where parent and child refer to parent(s) or child(ren) nodes. Can I develop a query that will say for instance find all child notes by...
  12. russellobrien

    Parameter for an IN Stored Query

    Just a quickie, I am trying to use a stored query such as: SELECT * FROM TABLE1 WHERE FACTOR1 IN (@List); I then programmatically enter @List as 1,2,3,4,5 etc. However, it doesn't like this and seems to report an empty IN () clause. Any help appreciated! Russ
  13. russellobrien

    Retrieving a list of interactions between several factors

    Dear All, I am developing a simple pharmacology database. I have an Access DB with a list of drugs, list of drug classes and a list of class to class interactions. What I wish to achieve is to put a list of drug classes into a query (say 5 or 6) and then return a list of all the interactions...

Part and Inventory Search

Back
Top