Click here to Skip to main content
15,890,185 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: need help please vb.net 2010 Pin
ZurdoDev27-Feb-14 11:25
professionalZurdoDev27-Feb-14 11:25 
QuestionCode correction Pin
Member 1040670625-Feb-14 10:07
Member 1040670625-Feb-14 10:07 
AnswerRe: Code correction Pin
Bernhard Hiller25-Feb-14 21:33
Bernhard Hiller25-Feb-14 21:33 
SuggestionRe: Code correction Pin
ZurdoDev27-Feb-14 10:55
professionalZurdoDev27-Feb-14 10:55 
Questionincorrect syntax near the keyword select. Pin
Member 1050621524-Feb-14 23:30
Member 1050621524-Feb-14 23:30 
AnswerRe: incorrect syntax near the keyword select. Pin
thatraja24-Feb-14 23:46
professionalthatraja24-Feb-14 23:46 
AnswerRe: incorrect syntax near the keyword select. Pin
Nicholas Marty24-Feb-14 23:49
professionalNicholas Marty24-Feb-14 23:49 
AnswerRe: incorrect syntax near the keyword select. Pin
Dave Kreskowiak25-Feb-14 1:32
mveDave Kreskowiak25-Feb-14 1:32 
Put a space at the end of each line inside the quote marks. Remember, there are no line breaks inside the string you built. The way you have this written now results in this:
select serial,name,familyname,address,mobile,phone,fax,email,website,space,make,model,color,plate,
tag,memberpayment,month,year,amount,vat,expirydate,membercar,timezone,timezonename,passbackfrom (select
name,familyname,address,mobile,phone,fax,email,website,space,make,model,color,plate,tag,memberpayment,
month,year,amount,vat,expirydate,membercar,timezone,timezonename,passback, row_number() over (partition by name order by serial) as seqnumfrom(membersvw)where familyname='Eliane El Asmar'  ) membersvwwhere seqnum = 1;


(Line breaks were added by me. Ignore them because they don't exist in your SQL statement)

Look carefully. See any problems in there??

AnswerRe: incorrect syntax near the keyword select. Pin
Member 1062430625-Feb-14 3:42
Member 1062430625-Feb-14 3:42 
GeneralRe: incorrect syntax near the keyword select. Pin
Dave Kreskowiak25-Feb-14 7:09
mveDave Kreskowiak25-Feb-14 7:09 
GeneralRe: incorrect syntax near the keyword select. Pin
Member 1050621525-Feb-14 23:15
Member 1050621525-Feb-14 23:15 
QuestionReplace Tags in MSWorld Pin
byka24-Feb-14 8:16
byka24-Feb-14 8:16 
AnswerRe: Replace Tags in MSWorld Pin
Richard Andrew x6424-Feb-14 9:23
professionalRichard Andrew x6424-Feb-14 9:23 
Questionmultiple records in crystal report visual basic 2010 Pin
Member 1050621521-Feb-14 3:33
Member 1050621521-Feb-14 3:33 
QuestionRe: multiple records in crystal report visual basic 2010 Pin
Eddy Vluggen21-Feb-14 6:46
professionalEddy Vluggen21-Feb-14 6:46 
AnswerRe: multiple records in crystal report visual basic 2010 Pin
Member 1050621524-Feb-14 0:29
Member 1050621524-Feb-14 0:29 
GeneralRe: multiple records in crystal report visual basic 2010 Pin
Eddy Vluggen24-Feb-14 8:25
professionalEddy Vluggen24-Feb-14 8:25 
GeneralRe: multiple records in crystal report visual basic 2010 Pin
Member 1050621524-Feb-14 22:11
Member 1050621524-Feb-14 22:11 
AnswerRe: multiple records in crystal report visual basic 2010 Pin
thatraja24-Feb-14 22:41
professionalthatraja24-Feb-14 22:41 
GeneralRe: multiple records in crystal report visual basic 2010 Pin
Member 1050621524-Feb-14 23:28
Member 1050621524-Feb-14 23:28 
GeneralRe: multiple records in crystal report visual basic 2010 Pin
thatraja24-Feb-14 23:40
professionalthatraja24-Feb-14 23:40 
QuestionVB.Net Text Encoding Pin
Member 1061435020-Feb-14 23:00
Member 1061435020-Feb-14 23:00 
AnswerRe: VB.Net Text Encoding Pin
Richard MacCutchan21-Feb-14 0:36
mveRichard MacCutchan21-Feb-14 0:36 
AnswerRe: VB.Net Text Encoding Pin
Eddy Vluggen21-Feb-14 21:06
professionalEddy Vluggen21-Feb-14 21:06 
QuestionMemory utilization of MemoryStream Pin
elix54520-Feb-14 9:18
elix54520-Feb-14 9:18 

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.