开发者

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

开发者 https://www.devze.com 2023-01-07 02:46 出处:网络
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 (Expres

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

精彩评论

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

关注公众号