|
Home > Archive > IIS ASP > March 2006 > need help on asp.net with c#
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
need help on asp.net with c#
|
|
| guanfenglin@gmail.com 2006-03-21, 3:16 am |
| Hi guys,
I am a newbie in Visual Web Developer Express 2005.
I have created a datasource bind to a ORACLE table, with a custom
select query, it has a where clause to filter the id specified.
query:
select * from asp_test where person_id = :person_id
code:
selectSource.SelectParameters.Add("person_id", System.TypeCode.Int16,
"24");
since I am a newbie, and now I don't know how to fetch the record...
Can you please demostrate to me which I used to do in Java like
resultset etc?
Thank you very much!
James
| |
| Bob Barrows [MVP] 2006-03-21, 3:16 am |
| guanfenglin@gmail.com wrote:
> Hi guys,
>
> I am a newbie in Visual Web Developer Express 2005.
>
There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-knowledgeable person here who
can answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-knowledgeable people hang out. I
suggest microsoft.public.dotnet.framework.aspnet.
Unfortunately, the only .Net programming I do is in VB.Net, so I cannot
answer C# questions.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|
|
|
|
|