Click here to Skip to main content
15,897,891 members
Home / Discussions / Database
   

Database

 
QuestionHow can I tell if the current row in a datagrid has changed ? Pin
amittinku22-Dec-04 20:06
amittinku22-Dec-04 20:06 
AnswerRe: How can I tell if the current row in a datagrid has changed ? Pin
Christian Graus23-Dec-04 10:08
protectorChristian Graus23-Dec-04 10:08 
QuestionHow can I tell whether I am on the AddNew row or not in a datagrid? Pin
amittinku22-Dec-04 20:01
amittinku22-Dec-04 20:01 
QuestionHow do I determine whether a checkbox in my datagrid is checked or not? Pin
amittinku22-Dec-04 19:56
amittinku22-Dec-04 19:56 
AnswerRe: How do I determine whether a checkbox in my datagrid is checked or not? Pin
Jason Weibel23-Dec-04 3:30
Jason Weibel23-Dec-04 3:30 
GeneralSQL using Like operator for prepared statement Pin
ting66822-Dec-04 19:27
ting66822-Dec-04 19:27 
GeneralRe: SQL using Like operator for prepared statement Pin
GreggS24-Dec-04 2:24
GreggS24-Dec-04 2:24 
GeneralRe: SQL using Like operator for prepared statement Pin
ting66824-Dec-04 2:42
ting66824-Dec-04 2:42 
If using prepared statement,
The sql will like this:

cmd.CommandText = "Select * from table_A where firstName Like ?"

cmd.Parameter.Add("FirstName", "John");

cmd.Prepared();
cmd.ExecuteNonQuery();

Then if I would like to get the records which the firstName contains string "John". Using ad-hoc statement, "%" operator can be used. If using prepared statement, but to put "%" operator or using other way to achieve the result.
GeneralGet Extended Character Counts... Pin
Jason Weibel22-Dec-04 4:58
Jason Weibel22-Dec-04 4:58 
Generalhelp with temp tables Pin
Anonymous22-Dec-04 4:28
Anonymous22-Dec-04 4:28 
GeneralRe: help with temp tables Pin
WoutL22-Dec-04 10:49
WoutL22-Dec-04 10:49 
GeneralSQL newbie, need help. Pin
JON1088421-Dec-04 14:01
JON1088421-Dec-04 14:01 
GeneralRe: SQL newbie, need help. Pin
Colin Angus Mackay21-Dec-04 22:23
Colin Angus Mackay21-Dec-04 22:23 
GeneralRe: SQL newbie, need help. Pin
Jon Hulatt21-Dec-04 22:34
Jon Hulatt21-Dec-04 22:34 
GeneralRe: SQL newbie, need help. Pin
Mike Dimmick22-Dec-04 0:57
Mike Dimmick22-Dec-04 0:57 
GeneralRe: SQL newbie, need help. Pin
JON1088422-Dec-04 3:46
JON1088422-Dec-04 3:46 
GeneralRe: SQL newbie, need help. Pin
WoutL22-Dec-04 10:54
WoutL22-Dec-04 10:54 
GeneralRe: SQL newbie, need help. Pin
JON1088422-Dec-04 12:19
JON1088422-Dec-04 12:19 
GeneralRe: SQL newbie, need help. Pin
WoutL23-Dec-04 0:29
WoutL23-Dec-04 0:29 
GeneralRe: SQL newbie, need help. Pin
JON1088423-Dec-04 5:05
JON1088423-Dec-04 5:05 
Generalemail reminders. Calendar!!! HELP Pin
ksustep21-Dec-04 10:43
ksustep21-Dec-04 10:43 
GeneralAccess RunApp Question Pin
frank2121-Dec-04 9:36
frank2121-Dec-04 9:36 
GeneralBetter way of iteration Pin
sreejith ss nair21-Dec-04 2:39
sreejith ss nair21-Dec-04 2:39 
GeneralRe: Better way of iteration Pin
ScottSingleton21-Dec-04 7:59
ScottSingleton21-Dec-04 7:59 
GeneralRe: Better way of iteration Pin
sreejith ss nair21-Dec-04 16:45
sreejith ss nair21-Dec-04 16:45 

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.