开发者

how connect excel 2007 for delphi7 [closed]

开发者 https://www.devze.com 2023-02-09 22:46 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visi开发者_JAVA技巧t the help center. Closed 12 years ago.

I can connect with paradox base, oracle etc. Now I want to work with excel how can I do it ?


With ADO, you can set the connectionstring like this:

ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyWorkBooks\myDataBook.xls;Extended Properties=Excel 8.0;';

http://delphi.about.com/od/database/l/aa090903a.htm

0

精彩评论

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