2005年10月22日

如何将自定义的structure转换为byte数组(VB.Net)

摘要: 如何将自定义的structure转换为byte数组(VB.Net) Dim myStru As aa myStru.a1 = "AA" myStru.a2 = 1 myStru.a3 = 2 Dim rawsize As Integer = Runtime.InteropServices.Marshal.SizeOf(myStru... 阅读全文

posted @ 2005-10-22 12:00 Sanle 阅读(1600) 评论(0) 推荐(0) 编辑

p_GetInsVarValue

摘要: CREATE PROCEDURE p_GetInsVarValue( @Formula varchar(2000), --函数表达式 @FResult float output, --返回值 @ErrorStr varchar(2000) output --返回错误) WITH ENCRYPTION asdeclare @i... 阅读全文

posted @ 2005-10-22 11:56 Sanle 阅读(168) 评论(0) 推荐(0) 编辑

应用ADO.net得到表

摘要: '----------------------------------------------------------'开发者:'开发时间:2004.9.9'功能:应用ADO.net得到表'----------------------------------------------------------Imports Zy_DataAccessImports SystemImports Syst... 阅读全文

posted @ 2005-10-22 11:50 Sanle 阅读(401) 评论(1) 推荐(0) 编辑

导航