Microsoft
Software
Hardware
Network
Question : c# select command no return
hello
i use mysqlcommand and try simple select command
and my query is not any return..
so how can i handle this case ?
thanks
example :
select * from table where id = 1
and there isn't any row..
and i want to this
if (select no return)
{
do it
}
thanks and regards
Answer : c# select command no return
SqlDataReader reader = mysqlcommand.ExecuteReader
();
if (!reader.HasRows) {
// do it
}
else
Random Solutions
Server 2008 NLB problem
asynch sockets
UV spectroscopy and exponential decay of tranmission
General question regarding Anti-Virus, anti-malware on LAN
Remote Software Installation - Silent
VB.NET - System.UnauthorizedAccessE
xception was unhandled
CSS Template
Create a Currency field from a text field
Write compressed bmp file
Migrate from Blackberry Enterprise 4.1.6 to BlackBerry Server Express version 5.0 SP1