|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi every body,
I have a line code in VB6 like: With Database .RecordSource = "Select * from Admin Where BookName Like '%" & txtBook.Text & "%'" .Refresh End With but it gives me nothing but an empty Grid !! I need to get all records wich has the letters in txtBook.text... any body know a solution !? thanx all |
|
#2
|
|||
|
|||
|
Hi,
Try: Code:
.RecordSource = "Select * from Admin Where BookName Like '*" & txtBook.Text & "*'" Regards, Michiel |
|
#3
|
|||
|
|||
|
I'll try and tell you if it works
thanks for helping ![]() [EgCoder] |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Problem in SQL with VB6 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|