J
JamesJ
Ho do I save or export my back-end data db as
a mdf so I might use it in Vb 2005.
Thanks,
James
a mdf so I might use it in Vb 2005.
Thanks,
James
Arvin Meyer said:Yes it is beta software, and not really ready for production databases.
Not too many are using it at all, and those of us on the beta, are not
using it in production. It should therefore be understandable that we
can't (or don't) answer questions on Access 2007.
Try a stable release, such as XP (2002) or 2003, and you will be able to
do what you need to do. I also suggest that you keep the databases in the
default Access 2000 file format. That way you will be able to share it
with a wider range of users.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
Brendan Reynolds said:My understanding is that if you use the new file format you will need to
use the new provider, with a connection string something like so ...
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\usenet\test.accdb;Persist
Security Info=False
... however, because this new provider is a component of Office 2007, and
not a component of the operating system as the older JET provider is, this
requires Office 2007 to be installed on the target PC, which is presumably
why it won't work on your PC now that Office 2007 has been uninstalled.
If you stick with the older MDB format, you should be able to get to it
from .NET with the older JET provider, using a connection string something
like ...
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\usenet\test.mdb;Persist
Security Info=False
At the following URL ...
http://www.microsoft.com/office/preview/beta/getthebeta.mspx?showIntro=n
... under the heading 'IT Content for 2007 Office System Beta 2' there is
a reference to 'an authorization control that provides you access to the
Microsoft Office Online Beta site'. I can't say for sure, but I would
expect that access to the Beta site would probably include access to the
Beta newsgroups, and possibly you might get more help with your
installation issue there.
Good luck,
JamesJ said:Here's the error. This occurs after I make the selections in the
Custom install for Access 2007 and the Shared Office stuff
at the bottom. The rest I set to Not Available. Mind you, I have
tried to use just the Upgrade option and have tried installing all
so it doesn't appear to be a problem with how or what I install.
Error: 'Microsoft Office Professional Plus 2007 (Beta) setup did not
complete successfully. We are sorry
for the inconvenience.'
'An error occurred during installation and Microsoft Office Professional
Plus 2007 (Beta) setup was
unable to complete.'
Thanks,
James
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.