Click here to Skip to main content
15,917,176 members
Home / Discussions / Database
   

Database

 
GeneralRe: Getting Top 10 results per month/year Pin
_Joao_12-Sep-07 11:41
_Joao_12-Sep-07 11:41 
GeneralRe: Getting Top 10 results per month/year Pin
yahao12-Sep-07 13:05
yahao12-Sep-07 13:05 
GeneralRe: Getting Top 10 results per month/year Pin
andyharman13-Sep-07 6:57
professionalandyharman13-Sep-07 6:57 
Questioncan i send emails in this way? Pin
prasadbuddhika11-Sep-07 17:49
prasadbuddhika11-Sep-07 17:49 
AnswerRe: can i send emails in this way? Pin
Frank Kerrigan12-Sep-07 5:39
Frank Kerrigan12-Sep-07 5:39 
QuestionHow to filter? Pin
shyne711-Sep-07 7:25
shyne711-Sep-07 7:25 
AnswerRe: How to filter? Pin
Christian Graus11-Sep-07 7:39
protectorChristian Graus11-Sep-07 7:39 
GeneralRe: How to filter? Pin
shyne711-Sep-07 8:14
shyne711-Sep-07 8:14 
yes im using a database and the search result would appear to the gridview...im having a combobox that would give the textbox choices on which to filter...but i dont know how to use the like clause in the select statement propely..

sql = "Select Supplier_Information.Supplier_ID,Supplier_Information.Supplier_Name,Supplier_Information.Address,Supplier_Information.Contact_No, Products.Product_ID, Products.Product_Name,Products.Product_Type, Products.Present_Price, Products.Past_Price from Supplier_Information, Products where Supplier_Information.Supplier_ID like '%s-%' "

i have this code but it does not work properly...i want to come up with a textbox that would filter in every letter that they will type in the textbox.tnx
GeneralRe: How to filter? Pin
Pete O'Hanlon11-Sep-07 9:59
mvePete O'Hanlon11-Sep-07 9:59 
GeneralRe: How to filter? Pin
shyne711-Sep-07 10:07
shyne711-Sep-07 10:07 
GeneralRe: How to filter? Pin
Pete O'Hanlon11-Sep-07 10:11
mvePete O'Hanlon11-Sep-07 10:11 
GeneralRe: How to filter? Pin
shyne711-Sep-07 10:22
shyne711-Sep-07 10:22 
GeneralRe: How to filter? Pin
Pete O'Hanlon11-Sep-07 10:34
mvePete O'Hanlon11-Sep-07 10:34 
GeneralRe: How to filter? Pin
shyne711-Sep-07 10:37
shyne711-Sep-07 10:37 
GeneralRe: How to filter? Pin
Colin Angus Mackay12-Sep-07 3:48
Colin Angus Mackay12-Sep-07 3:48 
AnswerRe: How to filter? Pin
rohitsrivastava11-Sep-07 22:51
rohitsrivastava11-Sep-07 22:51 
GeneralRe: How to filter? Pin
shyne712-Sep-07 0:50
shyne712-Sep-07 0:50 
GeneralRe: How to filter? Pin
Colin Angus Mackay12-Sep-07 3:51
Colin Angus Mackay12-Sep-07 3:51 
GeneralRe: How to filter? Pin
Pete O'Hanlon12-Sep-07 9:15
mvePete O'Hanlon12-Sep-07 9:15 
Questiongroup by timestamp Pin
Istvan40411-Sep-07 6:42
Istvan40411-Sep-07 6:42 
AnswerRe: group by timestamp Pin
DerekFL12-Sep-07 5:04
DerekFL12-Sep-07 5:04 
GeneralRe: group by timestamp Pin
Istvan40412-Sep-07 9:48
Istvan40412-Sep-07 9:48 
Questionhow to update,delete from asp.net? Pin
Oracle Friend11-Sep-07 4:10
Oracle Friend11-Sep-07 4:10 
AnswerRe: how to update,delete from asp.net? Pin
Pete O'Hanlon11-Sep-07 4:37
mvePete O'Hanlon11-Sep-07 4:37 
AnswerRe: how to update,delete from asp.net? Pin
rohitsrivastava11-Sep-07 23:03
rohitsrivastava11-Sep-07 23:03 

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.