开发者

Reading an Access Query from Visual Studio 2010 (VB.NET)

I have a database in access and one of the fields is 'Is Quick'. I have a query that filter开发者_如何学编程s all of these out. How would I get the data from that query in Visual Studio 2010 (Express). VB code please.


See How to connect to a database and run a command by using ADO.NET and Visual Basic .NET at http://support.microsoft.com/kb/301075.

In your specific case you want to use the OleDB classes in the OleDb namespace.

  • MSDN Search for access oledb query vb.net at http://social.msdn.microsoft.com/Search/en-US/?Refinement=-112%2c108&Query=access+oledb+query+vb.net
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜