Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
asp.net + sql views
Name: fayyazf7 Date: April 17, 2005 at 22:43:00 Pacific OS: win 2k server
Comment:
i am a newbie in asp.net, i need little assisstence that how can i use sql views in asp.net + views with parameter ,please tel me little sample. i am very gr8ful to u.
Name: Chi Happens Date: April 18, 2005 at 06:42:50 Pacific
Reply:
you call them just like a normal query:
SELECT Field1 FROM View1 WHERE Field2=0
Chi
They mostly come at night...mostly
0
Response Number 2
Name: fayyazf7 Date: April 18, 2005 at 23:27:17 Pacific
Reply:
Thanks chi , plz one thing more . how can i pass value like date from asp to sql views . example: txt1= 18-04-05 views = select * from exp where dt=txt1.value
how can i pass txt1 to views ?
thanx
0
Response Number 3
Name: Chi Happens Date: April 25, 2005 at 09:47:36 Pacific
Reply:
views = "select * from exp where dt='" & txt1.value & "'"
Summary: Need some advice from some of you experts here, ;). I am a student learning to code. I have been studying for 3 years and together with 2 other friends we have a great knowledge in asp, aspo.net, c#, ...
Summary: Hi, I have a simple ASP.NET question. I want to write a procedure which can allow me to check whether the results is EOF after I select certain records from the SQL database. For example, I had the fo...