C# 在应用程序中使用 WIPMania

发布于 2024-09-05 11:37:04 字数 231 浏览 0 评论 0原文

嘿,我正在尝试在我的 C# 应用程序中使用 WIPMania 地理定位数据库,但我真的不知道如何使用...

我正在寻找一种无需包含外部库(如果可能)的方法...

http://www.wipmania.com/en/base/

有一些不同的格式可用。

Hey im trying to use the WIPMania Geolocation database in my C# application but i really don't know how to it...

I'm looking for a way without having to include external libraries if possible...

http://www.wipmania.com/en/base/

There are some different formats availible.

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

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

发布评论

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

评论(1

Bonjour°[大白 2024-09-12 11:37:04

所以我现在使用本地 SQLCE 数据库,我的应用程序的其余部分也需要该数据库。

我从 .sql 文件导入了数据,现在它应该可以工作了...

但是在 VisualStudio 2008 中,VS 本身(而不是程序中)的数据库查询性能太慢了。添加或删除 50k 多个条目需要很长时间...

So i'm now using a local SQLCE database which i also need for the rest of my application.

I imported the data from the .sql files and now it should work...

But in VisualStudio 2008 the performance of database queries in VS itself (not in the program) is sooo slow. 50k+ entries take ages to be added or deleted...

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