Click here to Skip to main content
15,902,032 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionThe ConnectionString property has not been initialized error in custom provider [modified] Pin
Aftab Sindhi7-Jul-10 1:58
Aftab Sindhi7-Jul-10 1:58 
QuestionCheck "User ID" already exist or not when user move from "UserID" Text box! Pin
Sr...Frank7-Jul-10 1:53
Sr...Frank7-Jul-10 1:53 
AnswerRe: Check "User ID" already exist or not when user move from "UserID" Text box! Pin
HardikSitapara7-Jul-10 2:25
HardikSitapara7-Jul-10 2:25 
QuestionMessage Removed Pin
7-Jul-10 1:39
kumarvinit867-Jul-10 1:39 
AnswerRe: Video Confrence in asp.net Pin
R. Giskard Reventlov7-Jul-10 1:56
R. Giskard Reventlov7-Jul-10 1:56 
Questiondisabled buttons look enabled in firefox and chrome. what to do Pin
sriharsha24107-Jul-10 1:07
sriharsha24107-Jul-10 1:07 
AnswerRe: disabled buttons look enabled in firefox and chrome. what to do Pin
HardikSitapara7-Jul-10 2:16
HardikSitapara7-Jul-10 2:16 
QuestionDataset, Oracle & Filter Pin
AlanRuth7-Jul-10 0:41
AlanRuth7-Jul-10 0:41 
Hi folks,
I'm building a Data Access Layer that connects to an Oracle 9i db. Most of the SELECT queries with = parameters work fine, for example:

SELECT * EMAIL_ADDRESS, EMPLOYEE_NUMBER WHERE SURNAME = :sname

However, I need to carry out a filtered search using the LIKE clause and can't get it to work. Here is what I've for:

SELECT EMAIL_ADDRESS, EMPLOYEE_NUMBER, FIRST_FORENAME FROM [table name] WHERE (SURNAME LIKE '%:sname%')

This does not work, as the paramter gets lost within the '' and the value is treated purely as %:sname%

I've looked around the internet for clues and as yet have found nothing on the correct sytnax. Surely I'm not the first person to have to carry out a LIKE search on an Oracle db using a data set?

Can anyone help? Is there an alternative method that I can use?

Many Thanks,
Alan R
AnswerRe: Dataset, Oracle & Filter Pin
R. Giskard Reventlov7-Jul-10 1:52
R. Giskard Reventlov7-Jul-10 1:52 
GeneralRe: Dataset, Oracle & Filter Pin
AlanRuth7-Jul-10 3:39
AlanRuth7-Jul-10 3:39 
GeneralRe: Dataset, Oracle & Filter Pin
R. Giskard Reventlov7-Jul-10 3:44
R. Giskard Reventlov7-Jul-10 3:44 
QuestionSqlDataSource ERROR: Function or stored procedure has too many arguments passed. [modified] Pin
mominafiz6-Jul-10 22:56
mominafiz6-Jul-10 22:56 
AnswerRe: SqlDataSource ERROR: Function or stored procedure has too many arguments passed. Pin
R. Giskard Reventlov6-Jul-10 23:30
R. Giskard Reventlov6-Jul-10 23:30 
AnswerRe: SqlDataSource ERROR: Function or stored procedure has too many arguments passed. Pin
Peace ON6-Jul-10 23:45
Peace ON6-Jul-10 23:45 
GeneralRe: SqlDataSource ERROR: Function or stored procedure has too many arguments passed. Pin
mominafiz9-Jul-10 0:14
mominafiz9-Jul-10 0:14 
QuestionFile Upload Error,ASP.NET Pin
Member 32222646-Jul-10 21:35
Member 32222646-Jul-10 21:35 
AnswerRe: File Upload Error,ASP.NET Pin
R. Giskard Reventlov6-Jul-10 22:31
R. Giskard Reventlov6-Jul-10 22:31 
AnswerRepost Pin
Peace ON6-Jul-10 22:32
Peace ON6-Jul-10 22:32 
GeneralRe: Repost Pin
R. Giskard Reventlov6-Jul-10 22:48
R. Giskard Reventlov6-Jul-10 22:48 
GeneralRe: Repost Pin
Sandeep Mewara6-Jul-10 23:24
mveSandeep Mewara6-Jul-10 23:24 
AnswerRe: Repost Pin
Peace ON6-Jul-10 23:25
Peace ON6-Jul-10 23:25 
GeneralRe: Repost Pin
Sandeep Mewara6-Jul-10 23:27
mveSandeep Mewara6-Jul-10 23:27 
GeneralRe: Repost Pin
Peace ON6-Jul-10 23:29
Peace ON6-Jul-10 23:29 
GeneralRe: Repost Pin
R. Giskard Reventlov6-Jul-10 23:28
R. Giskard Reventlov6-Jul-10 23:28 
GeneralRe: Repost Pin
Sandeep Mewara6-Jul-10 23:33
mveSandeep Mewara6-Jul-10 23:33 

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.