Microsoft Office 14.0 access database engine ole db provider in visual studio 2015 -


this first attempt @ writing visual basic app using visual studio. using access 2013 database source , going fine until decided add calculated fields 1 of tables. vs telling me need "microsoft office 14.0 access database engine ole db provider" read tables.

i've been searching , searching can't find version 14.0 of engine. missing simple, or can not access calculated fields in db , have pull data , calculations in app?

i working on machine win7 64bit, office 2013 pro, , visual studio 2015 community.

thanks!

edit: calculated fields this:

"http://travellermap.com/api/jumpmap?sector="+left([sector],4)+"&hex="+[hex]+"&style=print&jump=3"

where [sector] , [hex] fields in same database. added fields database vs2015 throw error. if tired use dataset wizard tell me there fields in database missing or not read without v14 of engine.

then after removed calculated fields still not read data. have revert backup copy of database never had calculated fields in things working.

my exact steps follows:

  • create database multiple tables
  • create view pulls data tables needed.
  • create dataset in vs uses view called systemmaster
  • build app around using xaml designer
  • decide quicker use calculated field int db write vb code put url needed display image in app.
  • close out vs2015 , laucnh access 2013
  • create calculated field in primary table , edit sql code view include fields
  • save , close access, go vs2015
  • view dataset see if new fields there, see not , launch wizard find out wizard says can't access in view anymore because fields either missing or can't read current version of access engine (12.0) , need version 14.0.
  • search answer, don't find one. remove fields tables , try working application.
  • realize after removing fields, vs2015 won't read tables ro views had them.
  • revert version of database did not have calculated views, , works again.

while know proper way construct urls in vb code, easier , quicker (in theory) @ point proof-of-concept/prototype.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -