Click here to Skip to main content
15,914,066 members
Home / Discussions / Database
   

Database

 
GeneralRe: Multi-Command Execution Pin
Dave Kreskowiak8-May-07 17:20
mveDave Kreskowiak8-May-07 17:20 
GeneralRe: Multi-Command Execution Pin
Tristan Rhodes8-May-07 22:38
Tristan Rhodes8-May-07 22:38 
GeneralRe: Multi-Command Execution Pin
Dave Kreskowiak9-May-07 12:10
mveDave Kreskowiak9-May-07 12:10 
QuestionHelp with Stored Procedure and passing varible Pin
Hulicat7-May-07 7:33
Hulicat7-May-07 7:33 
AnswerRe: Help with Stored Procedure and passing varible Pin
Hulicat7-May-07 13:11
Hulicat7-May-07 13:11 
AnswerRe: Help with Stored Procedure and passing varible Pin
Ch_Shahzad iqbal8-May-07 1:17
Ch_Shahzad iqbal8-May-07 1:17 
GeneralRe: Help with Stored Procedure and passing varible Pin
Hulicat8-May-07 4:35
Hulicat8-May-07 4:35 
QuestionIBindingListView Filter Property Pin
Skippums7-May-07 7:09
Skippums7-May-07 7:09 
I want to allow users to create filters by typing in a textbox the filter they wish to apply to any particular column. I want to apply the filter as the user types it, and I want to apply it as if the displayed value were a string. For example, if I have data with numbers 0-23 associated with it, and a user types the number 1, all data with numbers 1 or 10-19 should still be displayed. So essentially, I want to apply the filter expression "[ID] LIKE '1%'", but when I do this I get the error "Cannot perform 'Like' operation on System.Int64 and System.String". How can I prevent this error without making the filter string something like "[ID] = 1 OR ([ID] >= 10 AND [ID] < 20) OR ([ID] >= 100 AND [ID] < 200) OR ..." (because that would get out of hand)? Thanks.

-Jeff
AnswerRe: IBindingListView Filter Property Pin
Giorgi Dalakishvili7-May-07 7:23
mentorGiorgi Dalakishvili7-May-07 7:23 
AnswerRe: IBindingListView Filter Property Pin
Ch_Shahzad iqbal8-May-07 1:11
Ch_Shahzad iqbal8-May-07 1:11 
Questionisnull in Sql Server Pin
Tamimi - Code7-May-07 1:59
Tamimi - Code7-May-07 1:59 
AnswerRe: isnull in Sql Server Pin
gauthee7-May-07 23:58
gauthee7-May-07 23:58 
Questionwhat is he Difference Between these two codes in datagrid Pin
Vimalsoft(Pty) Ltd6-May-07 22:16
professionalVimalsoft(Pty) Ltd6-May-07 22:16 
AnswerRe: what is he Difference Between these two codes in datagrid Pin
Ch_Shahzad iqbal8-May-07 22:50
Ch_Shahzad iqbal8-May-07 22:50 
GeneralRe: what is he Difference Between these two codes in datagrid Pin
Vimalsoft(Pty) Ltd9-May-07 1:12
professionalVimalsoft(Pty) Ltd9-May-07 1:12 
Questionforce to restore database Pin
Xandip6-May-07 20:51
Xandip6-May-07 20:51 
AnswerRe: force to restore database Pin
Colin Angus Mackay6-May-07 23:00
Colin Angus Mackay6-May-07 23:00 
QuestionHow to write triggers in stored procedure Pin
Sophia Rekhi6-May-07 20:09
Sophia Rekhi6-May-07 20:09 
AnswerRe: How to write triggers in stored procedure Pin
vimal_yet6-May-07 20:41
vimal_yet6-May-07 20:41 
AnswerRe: How to write triggers in stored procedure Pin
Colin Angus Mackay6-May-07 22:55
Colin Angus Mackay6-May-07 22:55 
Questionhow to connect sql server from internet Pin
Ahmed El-Badry6-May-07 12:23
Ahmed El-Badry6-May-07 12:23 
AnswerRe: how to connect sql server from internet Pin
Colin Angus Mackay6-May-07 22:59
Colin Angus Mackay6-May-07 22:59 
AnswerRe: how to connect sql server from internet Pin
Ch_Shahzad iqbal8-May-07 1:01
Ch_Shahzad iqbal8-May-07 1:01 
QuestionHelp Please Pin
yasso_1155-May-07 22:36
yasso_1155-May-07 22:36 
AnswerRe: Help Please Pin
Arun.Immanuel5-May-07 22:38
Arun.Immanuel5-May-07 22:38 

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.