开发者

creating and updating ms access mdb files with visual basic

how can i create and update mdb [ access ] files in visual basic 2008..

开发者_Go百科

and also if i have a dll library how can i get all of its syntax for using it in visual basic


Here's one example.


Project + Add Reference, COM tab, select "Microsoft ADO Ext. 6.0 for DDL and Security". That gets you the ADOX namespace. The docs start here, this page has a specific example of creating a new database.

Beware that the JET database is desperately outdated, it was deprecated close to 10 years ago. You'll have major problems keeping it running in the very near future. There is no 64-bit version available.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜