VFP 唯一标识符与 Guid 相同吗?

发布于 2024-07-12 00:34:31 字数 160 浏览 4 评论 0原文

我正在将 FoxPro 数据库转换为 SQL Server,其中一些键是 VFP 生成的唯一标识符 - 我假设是 GUID。 这些是有效的唯一标识符吗?

我可以只使用字节并将它们轻松转换为 SQL Server 中的唯一标识符吗?

谢谢,

克雷格

I'm converting a foxpro database to SQL Server and some of the keys are VFP-generated unique identifiers - GUIDs I assume. Are these valid uniqueidentifiers?

Can I just use the bytes and convert them easily into a uniqueidentifier in SQL Server?

Thanks,

Craig

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

执妄 2024-07-19 00:34:31

是的,是一样的

yes it is the same

十秒萌定你 2024-07-19 00:34:31

VFP 的唯一标识符只是整数,而不是 GUID。 默认情况下,它们从 1 开始,递增 1。

VFP's unique identifiers are just integers, not GUIDs. By default, they start from 1 and go up by 1.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文