Subject | Re: [firebird-support] Embedded Database from server share. |
---|---|
Author | S C |
Post date | 2006-01-12T20:13:45Z |
The problem is that I cannot setup a server in the work environment to host
the firebird server. My PC is not always going to be on. So installing the
server there would not be stable enough. It just seem to me that embedded
should work on any drive type. Why does it matter if its a network drive.
the firebird server. My PC is not always going to be on. So installing the
server there would not be stable enough. It just seem to me that embedded
should work on any drive type. Why does it matter if its a network drive.
>From: "Antti Kurenniemi" <Antti@...>
>Reply-To: firebird-support@yahoogroups.com
>To: <firebird-support@yahoogroups.com>
>Subject: Re: [firebird-support] Embedded Database from server share.
>Date: Thu, 12 Jan 2006 19:18:32 +0200
>MIME-Version: 1.0
>X-Originating-IP: 195.197.172.115
>X-Sender: Antti@...
>Received: from n5a.bullet.dcn.yahoo.com ([216.155.203.225]) by
>bay0-mc1-f18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 12
>Jan 2006 09:22:06 -0800
>Received: from [216.155.201.64] by n5.bullet.dcn.yahoo.com with NNFMP; 12
>Jan 2006 17:18:38 -0000
>Received: from [66.218.66.58] by t1.bullet.dcn.yahoo.com with NNFMP; 12 Jan
>2006 17:18:38 -0000
>Received: from [66.218.66.31] by t7.bullet.scd.yahoo.com with NNFMP; 12 Jan
>2006 17:18:38 -0000
>Received: (qmail 65381 invoked from network); 12 Jan 2006 17:18:35 -0000
>Received: from unknown (66.218.66.217) by m25.grp.scd.yahoo.com with QMQP;
>12 Jan 2006 17:18:35 -0000
>Received: from unknown (HELO gw01.mail.saunalahti.fi) (195.197.172.115) by
>mta2.grp.scd.yahoo.com with SMTP; 12 Jan 2006 17:18:35 -0000
>Received: from master (KMMLXXXII.dsl.saunalahti.fi [62.142.71.182])by
>gw01.mail.saunalahti.fi (Postfix) with SMTP id 322AF10B6B7for
><firebird-support@yahoogroups.com>; Thu, 12 Jan 2006 19:18:28 +0200 (EET)
>X-Message-Info: JGTYoYF78jEHjJx36Oi8+Z3TmmkSEdPtfpLB7P/ybN8=
>Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
>DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lima;
>d=yahoogroups.com;b=tIrl9bvOCZo05EqG2U48SsOQEqDot+zl3rkj12tBrrkYLsv6kW3p4MxE1G+jajCUgdYIKIExTMYCsH6slF3XV57WbHBQrk6fuhiSKe06jJG/eFbeDjlYcqJw+CfyxehH;
>X-Yahoo-Newman-Property: groups-email
>X-Apparently-To: firebird-support@yahoogroups.com
>References: <BAY101-F32797448872E62D341E44AFF270@...>
>X-MSMail-Priority: Normal
>X-Mailer: Microsoft Outlook Express 6.00.2900.2180
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>X-eGroups-Msg-Info: 1:12:0:0
>X-Yahoo-Profile: smantti73
>Mailing-List: list firebird-support@yahoogroups.com; contact
>firebird-support-owner@yahoogroups.com
>Delivered-To: mailing list firebird-support@yahoogroups.com
>List-Id: <firebird-support.yahoogroups.com>
>Precedence: bulk
>List-Unsubscribe: <mailto:firebird-support-unsubscribe@yahoogroups.com>
>Return-Path:
>sentto-2442406-71031-1137086317-pc_phd=hotmail.com@...
>X-OriginalArrivalTime: 12 Jan 2006 17:22:08.0206 (UTC)
>FILETIME=[B72B8EE0:01C6179C]
>
>It's really super-easy to install the FB server - I come from a
>mapped-drive-access background, and once I got myself to try client-server
>with FireBird, I immediately thought to myself "why have I spent all that
>time creating shares and mapping them, when a simple client-server setup
>would have been so much easier to maintain?". Just give it a go. You can
>even install the FB server on your own machine and connect to it as if it
>were a "real" c/s system, by using the 127.0.0.1 (localhost) loopback
>address, which makes it real easy and safe to learn the setup without
>touching your real environment.
>
>
>Antti Kurenniemi
>
>----- Original Message -----
>From: "S C" <pc_phd@...>
>To: <firebird-support@yahoogroups.com>
>Sent: Thursday, January 12, 2006 6:51 PM
>Subject: Re: [firebird-support] Embedded Database from server share.
>
>
> > The reason I am using firebird embedded is to replace using access dBs.
>I
> > do not want to install a server. In my company mapped drives are used
>for
> > all my data storage. FireBrid will only work for my purposes from a
> > mapped
> > drive embedded. Is there any work around for accessing a FireBird dB
>on
> > a
> > shared drive.
> >
> >
> > At 08:06 PM 11/01/2006 +0000, you wrote:
> >>Can you access a firebird 1.5 dB from a mapped drive on a server\share
> >>using the embedded dll?
> >
> > No.
> >
> >>
> >>I keep getting the error "Unsuccessful execution caused by a system
> >>error that preludes successful execution of subsequent statements.
> >>Unable to complete network request to host "servername". Failed to
> >>establish a connection. The system cannot find the file Specified. .
> >>Any suggestions?
> >
> > Don't try to access databases via shares.
> >
> > The embedded model is specifically for "stand-alone" use, with the
>client
> > and the embedded server sharing the same IPC space, which is memory that
> > is
> > managed by the local machine. If you want to access a networked
>database,
> > you have to use a server model that uses a network transport - meaning a
> > full Classic or Superserver server running on the server and the client
> > accessing the server via a network protocol.
> >
> > ./heLen
> >
> >
> >
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> > Visit http://firebird.sourceforge.net and click the Resources item
> > on the main (top) menu. Try Knowledgebase and FAQ links !
> >
> > Also search the knowledgebases at http://www.ibphoenix.com
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> >
> >
> > YAHOO! GROUPS LINKS
> >
> > Visit your group "firebird-support" on the web.
> >
> > To unsubscribe from this group, send an email to:
> > firebird-support-unsubscribe@yahoogroups.com
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> >
> >
> >
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> > Visit http://firebird.sourceforge.net and click the Resources item
> > on the main (top) menu. Try Knowledgebase and FAQ links !
> >
> > Also search the knowledgebases at http://www.ibphoenix.com
> >
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>