数据库

本类阅读TOP10

·SQL语句导入导出大全
·Power Designer杂记
·SQL Server日期计算
·常用的oracle函数使用说明(一)
·sqlserver2000数据库置疑的解决方法
·MS SQLServer OLEDB分布式事务无法启动的一般解决方案
·SQL to Excel 的应用
·SQL语句导入导出大全
·Error:ORA-01033:ORACLE initialization or shutdown in progress错误解决
·Oracle中password file的作用及说明

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
pb中使用winapi生成唯一的永不重复字符串(UUID)

作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站

1、定义结构及外部函数

global type uuid from structure
 ulong  data1
 uint  data2
 uint  data3
 character  data4[8]
end type

Function ulong UuidCreate(ref uuid lpUUID) LIBRARY "rpcrt4"
Function ulong UuidToString (ref uuid lpUUID, ref long lpUUIDString)  LIBRARY "rpcrt4" Alias for "UuidToStringA"
Function ulong RpcStringFree(long lpUUIDString) LIBRARY "rpcrt4"  Alias for "RpcStringFreeA"

2、函数主体

CONSTANT Long  RPC_S_OK = 0
CONSTANT Long  RPC_S_UUID_LOCAL_ONLY = 1824

Long ll_rtn
uuid u
ll_rtn = uuidcreate(u)  //Create a new UUID
IF ll_rtn = RPC_S_OK OR ll_rtn = RPC_S_UUID_LOCAL_ONLY THEN
     Long ll_pointer
     String ls_uuid
     ll_rtn = UuidToString(u,ll_pointer)
     ls_uuid = Upper(String (ll_pointer,"Address")) //Convert it to a string

     RpcStringFree(ll_pointer)//Remove the string from the memory
     RETURN ls_uuid
ELSE
     RETURN ""
END IF

注:发布时候可能需要rpcrt4.dll

附:另外一种生成guid的方法

oleObject PBObject
string ls_GUID
long ll_result

PBObject = CREATE oleObject

ll_result = PBObject.ConnectToNewObject &
   ("PowerBuilder.Application")
IF ll_result < 0 THEN
 messagebox("","连接失败:与PowerBuilder.Application连接出错!")
 Destroy PBObject
   return ""
ELSE
   ll_result = PBObject.GenerateGUID(REF ls_GUID)
END IF
Destroy PBObject

return Mid(ls_GUID,2,len(ls_GUID) - 2)

第二种方法在程序发布时候需要在客户端进行配置:

pbapl80.dll
pbaen80.tlb
rpcrt4.dll


修改注册表如下

Windows Registry Editor Version 5.00


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PBAPPL.REG
;
; Registration information for PowerBuilder.Application.8
;
; All rights reserved.  No portion of this material may be copied in any way
; without prior written consent from Powersoft Corporation.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Version independent ProgID entries

[HKEY_CLASSES_ROOT\PowerBuilder.Application]
@="PowerBuilder Automation"

[HKEY_CLASSES_ROOT\PowerBuilder.Application\CLSID]
@="{88880001-8888-1000-8000-080009AC61A9}"

[HKEY_CLASSES_ROOT\PowerBuilder.Application\CurVer]
@="PowerBuilder.Application.8"

[HKEY_CLASSES_ROOT\PowerBuilder.Application\NotInsertable]
@=""

; Version specific ProgID entries
[HKEY_CLASSES_ROOT\PowerBuilder.Application.8]
@="PowerBuilder 8.0 Automation"

[HKEY_CLASSES_ROOT\PowerBuilder.Application.8\CLSID]
@="{88880001-8888-1000-8000-080009AC61A9}"

[HKEY_CLASSES_ROOT\PowerBuilder.Application.8\NotInsertable]
@=""

; CLSID entries
[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}]
@="PowerBuilder Automation"

[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}\InProcServer32]
@="d:\\Program Files\\Sybase\\Shared\\PowerBuilder\\pbvm80.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}\NotInsertable]
@=""

[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}\ProgID]
@="PowerBuilder.Application.8"

[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}\Programmable]
@=""

[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}\TypeLib]
@="{88880002-8888-1000-8000-080009AC61A9}"

[HKEY_CLASSES_ROOT\CLSID\{88880001-8888-1000-8000-080009AC61A9}\VersionIndependentProgID]
@="PowerBuilder.Application"


; Type library registration entries
[HKEY_CLASSES_ROOT\TypeLib\{88880002-8888-1000-8000-080009AC61A9}]

[HKEY_CLASSES_ROOT\TypeLib\{88880002-8888-1000-8000-080009AC61A9}\1.0]
@="PowerBuilder Automation Type Library"

[HKEY_CLASSES_ROOT\TypeLib\{88880002-8888-1000-8000-080009AC61A9}\1.0\0]

[HKEY_CLASSES_ROOT\TypeLib\{88880002-8888-1000-8000-080009AC61A9}\1.0\0\Win32]
@="d:\\Program Files\\Sybase\\Shared\\PowerBuilder\\PBAEN80.TLB"

[HKEY_CLASSES_ROOT\TypeLib\{88880002-8888-1000-8000-080009AC61A9}\1.0\9]

[HKEY_CLASSES_ROOT\TypeLib\{88880002-8888-1000-8000-080009AC61A9}\1.0\9\Win32]
@="d:\\Program Files\\Sybase\\Shared\\PowerBuilder\\PBAEN80.TLB"




相关文章

相关软件




月光软件程序下载编程文档电脑教程网站设计网址导航网络文学游戏天地幽默笑话生活休闲写作范文安妮宝贝
电脑技术编程开发网络专区谈天说地情感世界游戏元素分类游戏热门游戏体育运动手机专区业余爱好影视沙龙
音乐天地数码广场教育园地科学大观古今纵横谈股论金人文艺术医学保健动漫图酷二手专区地方风情各行各业

月光软件站·版权所有