Forum: C# Mar 29th, 2006 |
| Replies: 16 Views: 29,764 No i am still having the same problem. |
Forum: C# Mar 23rd, 2006 |
| Replies: 1 Views: 4,931 It my be due to that some references you have give in the code are missing or the system could not find the dependent files.
Try to give all the appropriate references. |
Forum: C# Feb 8th, 2006 |
| Replies: 16 Views: 29,764 wel sir, i tried both the * and % . but both are not working even.
Do u think there may be some other problem. Have anybody checked this sort of quiries...
Coz i have tried many queries with... |
Forum: C# Feb 7th, 2006 |
| Replies: 16 Views: 29,764 sorry, actually u didnt understand my problem. I jsut wanted to know that
if i run "select * from book where name like '*x*' OR description like '*x*';" from the MS Access then it returns some... |
Forum: C# Feb 3rd, 2006 |
| Replies: 16 Views: 29,764 using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.OleDb; |