本文介绍了通过Metro应用程序查询SQL表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个简单的要求:
我想查询项目的日志表每隔15分钟一个数据库并从那里将信息拉到Win8 Live磁贴上。


由于Win8 Metro应用程序不会一直运行,如何编写代码以便每隔15分钟在应用程序中查询数据库表?

解决方案

I have a simple requirement: I want to query the log table of my project in a database every 15 mins and pull the info from there to a Win8 Live tile.

Since the Win8 Metro app will not be running always, how can I write the code to query the Database table within the app every 15 mins?

解决方案


这篇关于通过Metro应用程序查询SQL表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 01:11
查看更多