Displaying 20 results from an estimated 80000 matches similar to: "Access 97 read-only databases"
2006 May 15
8
Databases... write master, multiple read-only slaves.. will this work?
Hi all -
I have a need to have my models write to one database and read from
another. From what I''ve read, Rails doesn''t do this out of the box. I
came up with something that does work, but I''m wondering if there is
something I''m missing in the code below that''s going to bite me, such as
establish_connection creating a huge number of objects as
1998 Jul 30
1
Locking with M$-Access 97
This is a REAL problem on the way to world domination ;-)
PROBLEM:
since we moved a MS-Access MDB (16 Meg) to samba,
it ist killing queries more than twice a day, loosing records, ...
It seems the application has no chance to recognice locked records and
inform the user.
with smbstatus I get one locking entry for the first user accessing the
database (like: DENY_NONE RDWR), the second is not
2006 Oct 31
2
severe problem with ms-word 97-2000 read only saving files
Hi ML,
I got this problem on my linux box SMB3 PDC with ACLs(xfs filesystem)
Samba 3.0.20
look:
I encounter a problem with ONLY msword 97-2000 files ( yes, I hate this
product, but for now I have not the choice of changing it in my case!):
creating a new word file test.doc is ok --> user have good permissions : rwx
modifing and saving this document result in changing permissions to my
2005 May 03
2
Access 97 on Wine 20041019
Hi all,
I'm having trouble getting Access 97 working with Wine 20041019. Word and
Excel work just fine, as far as I've used them, but Access simply refuses to
start. I've installed off an original installer CD through the WineTools (
2.11jo) utility. I customised the install, removing everything except for
the basic application files for Word, Excel and Access. I've also
2006 Jan 31
2
How did I end up with read-only access?
I''ve generated the standard scaffolding half a dozen times on play
databases on my own machine, but now I''m trying it for real against the
team''s development database (postgres) and I see to have ended up in
some sort of read-only mode. "list" will show my existing records and
"show" will drill down, as expected, but "New" or
2006 Feb 11
3
read-only access to database?
I have a model (Query) which I use to, of all things, query the database. This
is to enable raw SQL access. I want to ensure that db access using this model
is read-only. Short of checking the sql query for ''insert'' and ''drop'' and
''update'', is there a more rails-like way of doing this in my app/models/query.rb
itself?
Thanks in advance,
1999 May 25
1
Too Many Active Users - With MS Access 97 (PR#17307)
fhsmith@logicsouth.com wrote:
>
> This is a follow up to an item placed on the comp.protocols.smb newsgroup. I have tried tweaking all of the settings until my face turns blue, so here goes:
>
> System is RedHat 6.0 - Linux Kernel 2.2.5-1. Samba 2.0.4b.
>
> Here is the gist of the problem (also posted on newsgroup).
>
> have a Samba server and about 10 Win95 machines
2008 Apr 18
1
Re : How to remove read access to / and my $HOME
> De : Dan Kegel <dank at kegel.com>
> ? : Randall Hopper <viznut at charter.net>
> Cc : wine-users at winehq.org
> Envoy? le : Jeudi, 17 Avril 2008, 0h14mn 03s
> Objet : Re: [Wine] How to remove read access to / and my $HOME
>
> On Wed, Apr 16, 2008 at 3:00 PM, Randall Hopper wrote:
> > |Sort of. By deleting the ~/.wine/dosdrives/z: symlink, you'll
2014 Apr 22
1
Allowing non-SSL connections only for certain Password Databases
I'm trying to set up my system (using Dovecot 2.0.9) so that certain Password Databases are available over pop3 and imap and others are available over pop3s and imaps.
In particular, I would like users to be able to connect without SSL to accounts set up in vpopmail, but to require SSL for system accounts.
Is there a way to set "disable_plaintext_auth" to different values for
1999 May 26
0
) Re: Too Many Active Users - With MS Access 97 (PR#17307)
This is great news since I too have this problem.
One question please. Could this be causing a problem where a win98 machine
cannot write new files to the samba share (but can read and edit a file just
fine)? Other win95 machines can write just fine to this share.
Rehat 6.0 w/ stock samba (sorry don't know it and don't have access right
now)
thanks
charles
>Someone else has
2009 Mar 16
7
WIne, Access 97 and mysql question/problem
I'm trying to get Access 97 running under wine and have it connect to a mysql server running on the linux side of the machine. I was able to get Access 97 installed and it runs good but no matter what I do I cannot get it to connect to the mysql server through the odbc connector.
I've tried it with the wine odbc stub and while I can get isql to hit the database on the linux side no
2020 Jan 13
2
TDB databases on x86_64 and ppc64
Hi,
just to be sure:
can I use TDB databases that were created on ppc64 on a x86_64 platform?
thx
Matthias
2005 Mar 03
2
MS-Access Databases not share win samba-3
I have a single Linux server running Slackware 10.0 and Samba Version 3.0.10. I have one
share that has several MS Access tables on it. One user can operate very well, however when a second user tries to access the same database tables, the mdb files locked. It's usually a permission denied, or a "can't lock" type
of error.
What's wrong?
10x for all
--
Gr?gory Aular
2002 Dec 16
2
Save open access databases
Hi all,
I don't have any MSAccess on my machines, so I can't test it, and I
would like to backup or invalidate that claim: if i have an MS Access
database open by several people on a windows share (say on a w2k
machine), will it be a problem backing it up on a linux backup server
mounting the windows share (while it is still open and written to by the
windows machines of course)?
2006 Apr 19
1
Separate databases for reads and writes?
Hi all -
New to rails... been reading as much as I can though and have yet to find
a solid answer (although I think I found an unsolid negative).
I''m wondering if there''s a way to split up the reads and writes in Rails
so that pages/actions that don''t need to write can query from a group of
mirrored databases. And my content managers can update a single master.
I
2007 Dec 13
4
access to databases in puppet - best practice?
Hello!
In my puppet configuration I need to get some data from database.
Ie.: I''ve got information about my all hosts in db - thier name, mac
addresses, ip addresses, what to backup from this host etc. For now
it''s just .xml file, but it could be sql db, or ldap directory. Then,
using this small "database", I want to generate configuration using
puppet - ie.:
2006 Mar 22
3
database access from outside rails
I need to have a daemon read from and write to the database, and it
would be nice to be able to use ActiveRecord and all the model/* files
from my rails project rather than doing things the long way. Is there
any recommended strategy for that?
martin
2005 Nov 04
1
wine Access\ 97\ Runtime/Msaccess.exe "c:\Informs.mdb"
Hi im trying to use an application on MsAccess , first a try to open a
single mdb and i get:
wine Access\ 97\ Runtime/Msaccess.exe "c:\Informes.mdb"
fixme:font:SetMapperFlags (0x224, 0x00000001): stub - harmless
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:DllDebugObjectRPCHook stub
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:ITypeInfo_fnAddressOfMember (0x7e93ecc8) stub!
2001 Dec 09
0
Access 97
I have been trying to run Access 97 under wine. Despite what it says on
codeweaver, I get "not enough memory error"
I am using wine 20011108 and 20011106. My system has 256 RAM (physical) and
256 (Virtual)
Any help or suggestion is much appreciated.
2009 Feb 07
0
MS Access 97
(running ubuntu 8.10, wine 1.1.14)
I was able to install MS Access 97 by making sure neither the wizards neither the calendar control are chose in the Custom install (there is a known bug related to accwiz.dll).
Unfortunately, I'm not able to add controls to a form in design mode. I get two empty error dialog boxes in a row and I get the following in the terminal:
Any suggestions?
Code: