PC Review


Reply
Thread Tools Rate Thread

convert Access 2000/2002 to Access 95/97

 
 
Sanjib Biswas
Guest
Posts: n/a
 
      14th Nov 2005
Hi All,

I have written a software that converts MDB->XML->MDB. Everything is
working fine, except the problem is that the Access database needs to be in
"Access 95/97" format, where as currently its in "Access 2000/2002". The
main reason, I need this to be in "Access 95/97" format is because the mdb
files are used by a proprietary software that can only understand "Access
95/97" file format.

Any idea how to create or convert to "Access 95/97" files?

Regards
Sanjib




 
Reply With Quote
 
 
 
 
Sanjib Biswas
Guest
Posts: n/a
 
      14th Nov 2005
replying to my own post....

I should have looked more closely at DAO before sending this email. I was
using ADOX.Catalog() before. After a few trial with DatabaseTypeEnum, got
the answer.

db = dbe.CreateDatabase(name, LanguageConstants.dbLangGeneral,
DatabaseTypeEnum.dbVersion30)


"Sanjib Biswas" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I have written a software that converts MDB->XML->MDB. Everything is
> working fine, except the problem is that the Access database needs to be
> in "Access 95/97" format, where as currently its in "Access 2000/2002".
> The main reason, I need this to be in "Access 95/97" format is because the
> mdb files are used by a proprietary software that can only understand
> "Access 95/97" file format.
>
> Any idea how to create or convert to "Access 95/97" files?
>
> Regards
> Sanjib
>
>
>
>



 
Reply With Quote
 
Mary Chipman [MSFT]
Guest
Posts: n/a
 
      14th Nov 2005
Have you tried creating a new mdb in that format and importing the
tables and data? If that didn't work for some reason, you should post
the question on the Access newsgroups, where you are more likely to
get a response to your question.

--Mary

On Mon, 14 Nov 2005 22:19:52 +1100, "Sanjib Biswas"
<(E-Mail Removed)> wrote:

>Hi All,
>
> I have written a software that converts MDB->XML->MDB. Everything is
>working fine, except the problem is that the Access database needs to be in
>"Access 95/97" format, where as currently its in "Access 2000/2002". The
>main reason, I need this to be in "Access 95/97" format is because the mdb
>files are used by a proprietary software that can only understand "Access
>95/97" file format.
>
>Any idea how to create or convert to "Access 95/97" files?
>
>Regards
>Sanjib
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert workgroup file from Access 2002 to Access 97 Pradeep Microsoft Access Forms 1 22nd Mar 2005 05:41 PM
convert a database from Access 2002 (XP) to 2000 Francesc Pastor via AccessMonster.com Microsoft Access 1 12th Jan 2005 12:35 PM
Convert from Access 1997 to Access 2002 =?Utf-8?B?Q2l0eSBvZiBDb25mdXNpb24=?= Microsoft Access 0 7th Oct 2004 02:45 PM
access 2000 convert to 2002 Bryan Microsoft Access Getting Started 1 11th Jun 2004 02:10 PM
Access 2002 queries saved as 2000 do not show in access 2000 =?Utf-8?B?Q2xhdWRl?= Microsoft Access 0 6th Jan 2004 03:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:35 AM.