1,302 Posted Topics

Member Avatar for colpace

So, I'll give you two solutions, you can go to MySQL site and Install their libraries to work on .NET (Better than using OLE Classes) Second, why you use Reader??! Count(*) returns ONE VALUE so you should use execute SCALAR and cast the returned value [code] int Count = (int)myCommand.ExecuteScalar(); …

Member Avatar for michael!
0
128
Member Avatar for Wreef

The End.