Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 foxpro 数据库转换为 SQL Server,其中一些键是 VFP 生成的唯一标识符 - 我假设是 GUID。这些是有效的唯一标识符吗?
我可以只使用字节并将它们轻松转换为 SQL Server 中的唯一标识符吗?
谢谢,
克雷格
是的,它是一样的
VFP 的唯一标识符只是整数,而不是 GUID。默认情况下,它们从 1 开始并按 1 递增。