Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.80K
1 Posted Topic
Thank You All I Had The same problem then when i replaced * with % every thing became right Here is Some Code : [COLOR="Green"]SQLStatement = SQLStatement + " and StudentName like '%" + textBox26.Text + "%'";[/COLOR] [COLOR="Green"]OleDbCommand command = new OleDbCommand(SQLStatement, gConnection); gDataAdapter.SelectCommand = command; gDataTable.Clear(); OleDbCommandBuilder gCommandBuilder = …
The End.
abd_alrahman111