Functions.VoDbFieldPutBytes 方法 |
命名空间: XSharp.RT
FUNCTION VoDbFieldPutBytes( wFieldPos AS DWORD, uNewValue AS BYTE[] ) AS LOGIC
public static bool VoDbFieldPutBytes( uint wFieldPos, byte[] uNewValue )
1nField := 1 2// 使用 VODBFieldPut() 3VODBFieldPut(nField, "MyData") // 设置字段值 4// 或: 5? FIELDNAME(1) // City(第一个字段的名称) 6City := "MyData"