asked on
public static int U_MaxSN(string vfield, string vTable)
{
cmd = "select max(vfield) seriesno from vTable" <-----here is my problem.
}
If I want to get the max serial number on some table .C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).
TRUSTED BY
ASKER
That's correct. You are the best.
Thanks.
jeff