Click here to Skip to main content
15,888,064 members
Home / Discussions / Database
   

Database

 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut12-Sep-13 8:30
professionalGuyThiebaut12-Sep-13 8:30 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
jschell13-Sep-13 11:23
jschell13-Sep-13 11:23 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut13-Sep-13 23:27
professionalGuyThiebaut13-Sep-13 23:27 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Eddy Vluggen12-Sep-13 2:58
professionalEddy Vluggen12-Sep-13 2:58 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
Corporal Agarn12-Sep-13 3:04
professionalCorporal Agarn12-Sep-13 3:04 
QuestionUser ownership of a specific data row? Pin
Member 914293611-Sep-13 5:27
Member 914293611-Sep-13 5:27 
AnswerRe: User ownership of a specific data row? Pin
David Mujica11-Sep-13 5:32
David Mujica11-Sep-13 5:32 
GeneralRe: User ownership of a specific data row? Pin
Member 914293611-Sep-13 5:55
Member 914293611-Sep-13 5:55 
Do you think this would work:

I have to views, for two tables, aspnet_Users and aspnet_Genealogy

I have the views already connect to the username which would the login, it shows all users with the one test data row which is the only entry at this point in time. Now would this "where clause" work,

SQL
UPDATE aspnet_genealogy
SET FamilyName, FirstName, MiddleName1
WHERE UserName=LoginStatus1;


and then a select,

SQL
SELECT UserName, FamilyName, FirstName, MiddleName1
FROM aspnet_Genealogy;


Do you think this would work?

Thanks
GeneralRe: User ownership of a specific data row? Pin
Member 914293611-Sep-13 8:48
Member 914293611-Sep-13 8:48 
QuestionRe: User ownership of a specific data row? Pin
Eddy Vluggen12-Sep-13 3:01
professionalEddy Vluggen12-Sep-13 3:01 
AnswerRe: User ownership of a specific data row? Pin
Member 914293612-Sep-13 3:23
Member 914293612-Sep-13 3:23 
GeneralRe: User ownership of a specific data row? Pin
Eddy Vluggen12-Sep-13 4:58
professionalEddy Vluggen12-Sep-13 4:58 
GeneralRe: User ownership of a specific data row? Pin
Member 914293612-Sep-13 6:36
Member 914293612-Sep-13 6:36 
GeneralRe: User ownership of a specific data row? Pin
Eddy Vluggen13-Sep-13 7:17
professionalEddy Vluggen13-Sep-13 7:17 
GeneralRe: User ownership of a specific data row? Pin
Member 914293613-Sep-13 10:30
Member 914293613-Sep-13 10:30 
Questionautomatice databackup in sql server 2005 Pin
Member 1026685111-Sep-13 1:56
Member 1026685111-Sep-13 1:56 
AnswerRe: automatice databackup in sql server 2005 Pin
Richard Deeming11-Sep-13 2:11
mveRichard Deeming11-Sep-13 2:11 
AnswerRe: automatice databackup in sql server 2005 Pin
Corporal Agarn11-Sep-13 2:39
professionalCorporal Agarn11-Sep-13 2:39 
Questionhow to sql injection attackes for security login form Pin
Member 1030263011-Sep-13 0:13
Member 1030263011-Sep-13 0:13 
AnswerRe: how to sql injection attackes for security login form Pin
Chris Quinn11-Sep-13 0:31
Chris Quinn11-Sep-13 0:31 
AnswerRe: how to sql injection attackes for security login form Pin
Amol_B11-Oct-13 4:24
professionalAmol_B11-Oct-13 4:24 
QuestionExcel spreadsheet report with dollar totals, grouped by sales person in region Pin
vkEE9-Sep-13 5:19
vkEE9-Sep-13 5:19 
AnswerRe: Excel spreadsheet report with dollar totals, grouped by sales person in region Pin
Mycroft Holmes9-Sep-13 12:58
professionalMycroft Holmes9-Sep-13 12:58 
QuestionMs access database and vb6.0 Pin
Otekpo Emmanuel6-Sep-13 8:48
Otekpo Emmanuel6-Sep-13 8:48 
AnswerRe: Ms access database and vb6.0 Pin
jschell6-Sep-13 8:51
jschell6-Sep-13 8:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.