Upgrade to winME causes vb program to fail. 
Author Message
 Upgrade to winME causes vb program to fail.

Hello,

Immediately after upgrading win98 to winME, one of the programs I use
to control an access database,  which used to work okay, now throws up
a runtime error 3027 "Cannot update. Datebase or object is read only".

The database is read/write and sharable on an NT server and for
everyone else still using win98 the program works okay.

The line which fails for me but works for everyone else is

appAccess.DoCmd.TransferText acImportDelim, "TSVfile", "BQ", TSVNAME

I can go into Access and manually import the data so the problem is
with the remote VB program and not with Access.

Incidentally, all other editing features of the remote access program
work okay. It's just the block import which doesn't work.

I'd be grateful if anyone could point me in the right direction.

Jim.



Sun, 06 Apr 2003 03:00:00 GMT  
 Upgrade to winME causes vb program to fail.

: Hello,

: Immediately after upgrading win98 to winME, one of the programs I use
: to control an access database,  which used to work okay, now throws up
: a runtime error 3027 "Cannot update. Datebase or object is read only".

: The database is read/write and sharable on an NT server and for
: everyone else still using win98 the program works okay.

: The line which fails for me but works for everyone else is

: appAccess.DoCmd.TransferText acImportDelim, "TSVfile", "BQ", TSVNAME

: I can go into Access and manually import the data so the problem is
: with the remote VB program and not with Access.

: Incidentally, all other editing features of the remote access program
: work okay. It's just the block import which doesn't work.

: I'd be grateful if anyone could point me in the right direction.

Try resinstalling Access.  What you're calling is an Access method,
not VB or DAO, and it's possible that ME decided to foobar one or more
of the Access DLLs.

If this were your only issue, I'd consider writing your own code to do
the import.  It isn't that hard.

Joe



Mon, 07 Apr 2003 10:18:56 GMT  
 Upgrade to winME causes vb program to fail.

Quote:

>Try resinstalling Access.  What you're calling is an Access method,
>not VB or DAO, and it's possible that ME decided to foobar one or more
>of the Access DLLs.

>If this were your only issue, I'd consider writing your own code to do
>the import.  It isn't that hard.

>Joe

I tried the re-install but still the same problem. I will do as you
suggest and re-write it in vb.

Thanks

Jim.



Mon, 07 Apr 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Problem after upgrading to WinME

2. Application fails on WinMe

3. vb5 project upgrade causes vb.net exception

4. VB COM object causing web site to fail

5. HELP - program setup failure when compiled under winME

6. upgrade the VB program from Visio 5 to Visio 2000

7. As Variant upgraded to As Object causing problem

8. install vb.net cause vb6 program--error--30468!

9. VB program causes directory lock on NT

10. Code to open Word document fails after upgrade to WinXP

11. Upgrade failed?

12. VB6 failing to upgrade v5 forms

 

 
Powered by phpBB® Forum Software