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-
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'...
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...
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...
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 ?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.