Click here to Skip to main content
15,898,222 members
Home / Discussions / Database
   

Database

 
QuestionSQL Query Help! Pin
Member 1026694314-Sep-13 16:33
Member 1026694314-Sep-13 16:33 
AnswerRe: SQL Query Help! Pin
PIEBALDconsult14-Sep-13 17:39
mvePIEBALDconsult14-Sep-13 17:39 
AnswerRe: SQL Query Help! Pin
Eddy Vluggen15-Sep-13 2:02
professionalEddy Vluggen15-Sep-13 2:02 
AnswerRe: SQL Query Help! Pin
RedDk15-Sep-13 12:08
RedDk15-Sep-13 12:08 
AnswerRe: SQL Query Help! Pin
Malte Klena16-Sep-13 1:55
Malte Klena16-Sep-13 1:55 
QuestionHelp Me Pin
Member 1025981112-Sep-13 23:58
professionalMember 1025981112-Sep-13 23:58 
AnswerRe: Help Me Pin
Richard MacCutchan12-Sep-13 23:58
mveRichard MacCutchan12-Sep-13 23:58 
AnswerRe: Help Me Pin
Amol_B24-Oct-13 2:29
professionalAmol_B24-Oct-13 2:29 
QuestionObject Oriented Database Pin
fledep12-Sep-13 20:17
fledep12-Sep-13 20:17 
AnswerRe: Object Oriented Database Pin
Mycroft Holmes12-Sep-13 21:54
professionalMycroft Holmes12-Sep-13 21:54 
AnswerRe: Object Oriented Database Pin
jschell13-Sep-13 11:46
jschell13-Sep-13 11:46 
QuestionRetreive Data from sql server along with headers or column name Pin
ashu200112-Sep-13 1:24
ashu200112-Sep-13 1:24 
AnswerRe: Retreive Data from sql server along with headers or column name Pin
GuyThiebaut12-Sep-13 2:39
professionalGuyThiebaut12-Sep-13 2:39 
GeneralRe: Retreive Data from sql server along with headers or column name Pin
jschell12-Sep-13 8:26
jschell12-Sep-13 8:26 
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 

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.