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 SkipVought 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. mdiaz1328

    Single login with Google acct

    Is it possible to use a user's google account for login into my web site ? In other words, does google provide a way for my website to authenticate a user using that users google account to expose protected pages on my site? -Mario-
  2. mdiaz1328

    Using CASE to determine the FROM clause

    I am trying to build a procedure that is generic enough that I may use it to query several tables with a single procedure. Most of the tables have pretty much the same columns. I tried the following but I keep getting an error... . . . from CASE @view2use WHEN 'view1' THEN 'view1_vw'...
  3. mdiaz1328

    Insert a delay (task) in the middle of a task

    I have a project file that tracks software developer’s projects. Each software developer has his\her projects indented under his\her name. Each of his projects are sequentially ordered for the most part and each has the previous task as a predessor. Now let's say that for some reason I need to...
  4. mdiaz1328

    Query - Comma list to rows

    Sorry, I probably should have mentioned that. The length (number of values) of the list is NOT fixed. -Mario-
  5. mdiaz1328

    Query - Comma list to rows

    I cannot seem to find the solution to this, your help would be veru much appriciated. I need to create a query that takes a column containg a comma delimited list and produces rows for each value... For example. Table A Item_Name Item_Number Item_List...
  6. mdiaz1328

    Unable to get returned valaue of Identity field from stored procedure

    Thanx gmmastros I tried using "Set @OutputValue = Scope_Identity()" before I posted this issue. I think once I updated the stored procudure, my ASP code was (is) at fault. Is there any advice on how to code this an classic ASP so that I can retrieve the identity value ?
  7. mdiaz1328

    Unable to get returned valaue of Identity field from stored procedure

    The return value is always blank, yet the inserts are happening. Here is my stored procedure" USE [stationdata] GO /****** Object: StoredProcedure [usrFireAdmin].[TMTC_SP_INSERT_USER] Script Date: 01/10/2012 07:07:54 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER procedure...

Part and Inventory Search

Back
Top