VB.net 2010 视频教程 VB.net 2010 视频教程 python基础视频教程
SQL Server 2008 视频教程 c#入门经典教程 Visual Basic从门到精通视频教程
当前位置:
首页 > VB.net教程 >
  • 如何通过VB.net对数据库进行查询

Hello Frnds..

I have an application which i can connect the SQl SErver and able to Export data from SQL serverr to Excel sheet..

now my query is

for each and every time i don''t want to export the entire data to Excel.

i am looking to pass query as selecting date or any field so that i can filter data and i can export data for only related to that query ..

please help me how to make a query in the code where i am slecting the table...

解决方案Here is a good comprehensive article on the subject

http://www.w3schools.com/sql/sql_quickref.asp[^]

OK, bear in mind that your question very unclear - and it doesn''t seem like you''ve gone through the effort of actually looking on this site for possible answers to your query.

Here is a link to a more useful place for learning with your slightly expanded explanation about your problem:

how to pass query by date SQL Server in C# coding

Beginners guide to accessing SQL Server through C#[^]

Enjoy, and remember good questions gives good answers.


相关教程