473,785 Members | 2,824 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Frontend on Windows PC/backend on a Mac?

I posted a question a couple of days ago about running different versions of
Access for the frontend versus the backend databases. Got some good advice
but now I've received this information:

"We are currently running AppleShare IP 6.3 and this allows machines running
Windows to connect via IP."

So the first choice of server is a Mac. The client is willing to buy a
Windows machine if necessary but would like to use an existing server if
possible. Could anyone advise me please? Could my database function if the
backend was on a Mac/not running Access? (My initial thought is no, that
the file systems would be different).

thx
Linda

Nov 12 '05 #1
10 2106
Squirrel wrote:
I posted a question a couple of days ago about running different versions of
Access for the frontend versus the backend databases. Got some good advice
but now I've received this information:

"We are currently running AppleShare IP 6.3 and this allows machines running
Windows to connect via IP."

So the first choice of server is a Mac. The client is willing to buy a
Windows machine if necessary but would like to use an existing server if
possible. Could anyone advise me please? Could my database function if the
backend was on a Mac/not running Access? (My initial thought is no, that
the file systems would be different).


File systems shouldn't bother you. My backend currently is on a unix
machine. That is fine, as long as the file sharing mechanism does its work.

The Mac should support the smb protocol in sharing files. I can't
remember whether it does. Maybe the Apple site can tell you more.

--
Bas Cost Budde
http://www.heuveltop.nl/BasCB

Nov 12 '05 #2
On Thu, 05 Feb 2004 09:04:22 +0100, Bas Cost Budde <ba*@heuveltop. org> wrote:
Squirrel wrote:
I posted a question a couple of days ago about running different versions of
Access for the frontend versus the backend databases. Got some good advice
but now I've received this information:

"We are currently running AppleShare IP 6.3 and this allows machines running
Windows to connect via IP."

So the first choice of server is a Mac. The client is willing to buy a
Windows machine if necessary but would like to use an existing server if
possible. Could anyone advise me please? Could my database function if the
backend was on a Mac/not running Access? (My initial thought is no, that
the file systems would be different).


File systems shouldn't bother you. My backend currently is on a unix
machine. That is fine, as long as the file sharing mechanism does its work.

The Mac should support the smb protocol in sharing files. I can't
remember whether it does. Maybe the Apple site can tell you more.


Actually, Access has a history of being very picky about its back-end server.
Only the fery best Netware engineers have ever made that work, and until
recently, SAMBA was pretty much a no-go, too. Squirrel is asking about using
AppleShare, and I don't know if that will work well or not, but there's a good
chance it won't. On OS X, you can probably run SAMBA 2.x, and that might even
be what it's doing by already, but I wouldn't be too sure about anything on OS
9.
Nov 12 '05 #3
On Wed, 4 Feb 2004 16:59:20 -0800 in comp.databases. ms-access,
"Squirrel" <wi*****@covad. net> wrote:
I posted a question a couple of days ago about running different versions of
Access for the frontend versus the backend databases. Got some good advice
but now I've received this information:

"We are currently running AppleShare IP 6.3 and this allows machines running
Windows to connect via IP."

So the first choice of server is a Mac. The client is willing to buy a
Windows machine if necessary but would like to use an existing server if
possible. Could anyone advise me please? Could my database function if the
backend was on a Mac/not running Access? (My initial thought is no, that
the file systems would be different).


In theory the filesystem used on the server should not matter as it's
the workstation doing the work, e.g. you can have a MDB file on a
Linux ext2 partition. Your workstation doesn't know the difference as
the server makes it look like a network disk so in theory (that word
again) it should be possible but in practice, you may experience
locking problems, ISTR people here not having much luck with
Linux/Samba.

--
A)bort, R)etry, I)nfluence with large hammer.
Nov 12 '05 #4
Steve Jorgensen wrote:
Actually, Access has a history of being very picky about its back-end server.
Only the fery best Netware engineers have ever made that work, and until
recently, SAMBA was pretty much a no-go, too. Squirrel is asking about using
AppleShare, and I don't know if that will work well or not, but there's a good
chance it won't. On OS X, you can probably run SAMBA 2.x, and that might even
be what it's doing by already, but I wouldn't be too sure about anything on OS
9.


Are Samba versions for MacOS comparable to unix versions? I have had
Samba 1.9 without complaints from Access (97 that is)

--
Bas Cost Budde
http://www.heuveltop.nl/BasCB

Nov 12 '05 #5
On Thu, 05 Feb 2004 10:49:40 +0100, Bas Cost Budde <ba*@heuveltop. org> wrote:
Steve Jorgensen wrote:
Actually, Access has a history of being very picky about its back-end server.
Only the fery best Netware engineers have ever made that work, and until
recently, SAMBA was pretty much a no-go, too. Squirrel is asking about using
AppleShare, and I don't know if that will work well or not, but there's a good
chance it won't. On OS X, you can probably run SAMBA 2.x, and that might even
be what it's doing by already, but I wouldn't be too sure about anything on OS
9.


Are Samba versions for MacOS comparable to unix versions? I have had
Samba 1.9 without complaints from Access (97 that is)


You made that work? Multi-user? I was told that that pretty much didn't
work, but 2.x worked well.

I don't know anything for sure about what SAMBA options are or aren't
available for OS X, I was just assuming SAMBA 2.0 should be able to run pretty
much unchanged because it works identically on many other different 'NIXes,
and OS X is based around a pretty standard BSD kernel. I wouldn't be
surprised if the OS X files haring for Windows is already SAMBA under the
hood.
Nov 12 '05 #6
Steve Jorgensen wrote:
Are Samba versions for MacOS comparable to unix versions? I have had
Samba 1.9 without complaints from Access (97 that is)
You made that work? Multi-user? I was told that that pretty much didn't
work, but 2.x worked well.


To be honest, I never tried to break it. I had only two users for the
application then ;-)
files haring for Windows


Uh? oh, fil esharing. I see. <G>

--
Bas Cost Budde
http://www.heuveltop.nl/BasCB

Nov 12 '05 #7
Steve, Bas, Trevor,

Thank you very much for your advice. I will try installing the backend on
their Mac and will be pleasantly surprised if it works. :-) These are
non-technical people and I need to leave them with a system which is easily
understood and maintained. Thank you so much for your help.

Linda

"Trevor Best" <bouncer@localh ost> wrote in message
news:p1******** *************** *********@4ax.c om...
On Wed, 4 Feb 2004 16:59:20 -0800 in comp.databases. ms-access,
"Squirrel" <wi*****@covad. net> wrote:
I posted a question a couple of days ago about running different versions ofAccess for the frontend versus the backend databases. Got some good advicebut now I've received this information:

"We are currently running AppleShare IP 6.3 and this allows machines runningWindows to connect via IP."

So the first choice of server is a Mac. The client is willing to buy a
Windows machine if necessary but would like to use an existing server if
possible. Could anyone advise me please? Could my database function if thebackend was on a Mac/not running Access? (My initial thought is no, that
the file systems would be different).


In theory the filesystem used on the server should not matter as it's
the workstation doing the work, e.g. you can have a MDB file on a
Linux ext2 partition. Your workstation doesn't know the difference as
the server makes it look like a network disk so in theory (that word
again) it should be possible but in practice, you may experience
locking problems, ISTR people here not having much luck with
Linux/Samba.

--
A)bort, R)etry, I)nfluence with large hammer.

Nov 12 '05 #8
Steve Jorgensen <no****@nospam. nospam> wrote:
Are Samba versions for MacOS comparable to unix versions? I have had
Samba 1.9 without complaints from Access (97 that is)


You made that work? Multi-user? I was told that that pretty much didn't
work, but 2.x worked well.


Ah, thanks both for your comments. I'll add them to the Corruptions FAQ Causes Samba
page.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #9
On Thu, 05 Feb 2004 23:36:24 GMT, Tony Toews <tt****@teluspl anet.net> wrote:
Steve Jorgensen <no****@nospam. nospam> wrote:
Are Samba versions for MacOS comparable to unix versions? I have had
Samba 1.9 without complaints from Access (97 that is)


You made that work? Multi-user? I was told that that pretty much didn't
work, but 2.x worked well.


Ah, thanks both for your comments. I'll add them to the Corruptions FAQ Causes Samba
page.


Well, sure, but given my level of certainty, you should probably file it as
"rumor" until you hear it from a more direct source.
Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2538
by: w | last post by:
Hello all!!! For a year and a half now, we have been developing different Access 2000 applications. Most of them are access frontend and access backends. Some of them have SQL server 2000 as a backend. There is one application, which consists of a frontend and 3 backend mdb's. Different companies (80) are using the application: 1. Companies with just one pc and one user. 2. Companies with a Cytrix environment.
1
2353
by: matt bourke | last post by:
Hi, Can you please tell me what the advantage is of using an access backend with a VB frontend OVER access as a frontend and backend. M
16
2219
by: Wayne Aprato | last post by:
I have several Access 97 databases which are split into front end and back end running off a server. The front end mde is shared by 2 or 3 - absolute maximum of 6 concurrent users. This scenario has been working flawlessly for about 2 years. I am now at a point where these databases need to be converted to Access 2003. I think I read somewhere on this forum that the newer versions of Access are not as tolerant to multiple users...
22
2358
by: Bradley | last post by:
Has anyone else noticed this problem? I converted the back-end to A2000 and the performance problem was fixed. We supply a 97 and 2000 version of our software so we kept the backend in A97 to make upgrading simple for users. We've done it like that for years but a new client has been having severe performance issues... solved by converting the backend to 2000. -- regards, Bradley
3
2099
by: DD | last post by:
Hi I have a split database, that is packaged and used in a runtime enviroment. I want to make it easier for the user, a button on the frontend "Export Backend" They can click on the button then search for the backend and then save the backend to a CD or Floppy.
2
2363
by: Sukkel | last post by:
When I define relations in the Backend of my Database, everything works fine. I get these funny lines (with 1 and "OO") between the fields of the different table that indicate a one to many relationship. Then, when I try to build a query in the frontend, these signs disappear in the query design window, and as a consequence, the form wizzard based on such a query won´t let me construct a subform in the main form. I could make my...
42
5654
by: PC Datasheet | last post by:
I have zero experience with using a SQL database for a backend and Access for a frontend. I have some questions: 1. Does an SQL database have tables? 2. How does Access connect to the data in an SQL database? Linking, importing, or ??? 3. Earlier today there was a thread regarding DAO and ADO. In the thread it was said that ADO is very useful when the backend is a SQL database. Could someone explain that?
9
2196
by: philelpko | last post by:
Good Morning all, Lost once again which is becoming a common occurance atm. My database has successfully been broken into a frontend and a backend db. A problem has now arisen as it has become apparant that db managers need to add additional field names to a table. I cant find anyway that access will allow you to create additional fields to already existing tables in the backend from the frontend. In a nutshell, is it possible to...
2
1768
by: Kaustubha B S | last post by:
hi! this is Kaustubha from BLR , INDIA i had a doubt about Client/server technology 1) how does a backend-frontend tool in clientserver technology work and what are the differrent software tools that are used to make this thing work for example: RDBMS (oracle) and FORMS are used as backend-frontend tool in clientserver technology ...
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10151
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.