|
 |
access thread: CLIPPER TO ACCESS
Message #1 by "George Oro" <george@c...> on Mon, 29 Apr 2002 16:30:56 +0400
|
|
Hi Guys,
Anyone knows about Fedelio System (Clipper) for Hotel Reservation. Actually
I want to build a Bridge program that will link at least on the Client
Table. Unfortunately I'm not familiar with Clipper and we don't have this
software, is there any chance to see the clipper backend/database or to link
in Access2000?
Any help and tips are welcome and highly appreciated...
Cheers,
George
Message #2 by joe.dunn@c... on Mon, 29 Apr 2002 14:40:54 +0000
|
|
Clipper is a Dbasex language - in other word you should be able to link to
or import from the .dbf file(s) if you stipulate a Dbase file type.
I usually use DBase III (Dbase 3) but there are other options for Dbase 4
and 5.
If you import, you will be asked for the data file name.
If you link, you will be asked to give the index name as well.
Joe Dunn
*************************************************************************
This e-mail may contain confidential information or be privileged. It is intended to be read and used only by the named
recipient(s). If you are not the intended recipient(s) please notify us immediately so that we can make arrangements for its return:
you should not disclose the contents of this e-mail to any other person, or take any copies. Unless stated otherwise by an
authorised individual, nothing contained in this e-mail is intended to create binding legal obligations between us and opinions
expressed are those of the individual author.
The CIS marketing group, which is regulated for Investment Business by the Financial Services Authority, includes:
Co-operative Insurance Society Limited Registered in England number 3615R - for life assurance and pensions
CIS Unit Managers Limited Registered in England and Wales number 2369965 - for unit trusts and PEPs
CIS Policyholder Services Limited Registered in England and Wales number 3390839 - for ISAs and investment products bearing the CIS
name
Registered offices: Miller Street, Manchester M60 0AL Telephone 0161-832-8686 Internet http://www.cis.co.uk E-mail
cis@c...
CIS Deposit and Instant Access Savings Accounts are held with The Co-operative Bank p.l.c., registered in England and Wales number
990937, P.O. Box 101, 1 Balloon Street, Manchester M60 4EP, and administered by CIS Policyholder Services Limited as agent of the
Bank.
CIS is a member of the General Insurance Standards Council
CIS & the CIS logo (R) Co-operative Insurance Society Limited
********************************************************************************
Message #3 by "George Oro" <george@c...> on Mon, 29 Apr 2002 18:26:21 +0400
|
|
Joe,
Thank you very, very much for the tips, so basically I need only to see the
actual .dbf tables of Fedelio and try.
Cheers,
George
-----Original Message-----
From: joe.dunn@c... [mailto:joe.dunn@c...]
Sent: Monday, April 29, 2002 6:41 PM
To: Access
Subject: [access] Re: CLIPPER TO ACCESS
Clipper is a Dbasex language - in other word you should be able to link to
or import from the .dbf file(s) if you stipulate a Dbase file type.
I usually use DBase III (Dbase 3) but there are other options for Dbase 4
and 5.
If you import, you will be asked for the data file name.
If you link, you will be asked to give the index name as well.
Joe Dunn
*************************************************************************
This e-mail may contain confidential information or be privileged. It is
intended to be read and used only by the named recipient(s). If you are not
the intended recipient(s) please notify us immediately so that we can make
arrangements for its return: you should not disclose the contents of this
e-mail to any other person, or take any copies. Unless stated otherwise by
an authorised individual, nothing contained in this e-mail is intended to
create binding legal obligations between us and opinions expressed are those
of the individual author.
The CIS marketing group, which is regulated for Investment Business by the
Financial Services Authority, includes:
Co-operative Insurance Society Limited Registered in England number 3615R -
for life assurance and pensions
CIS Unit Managers Limited Registered in England and Wales number 2369965 -
for unit trusts and PEPs
CIS Policyholder Services Limited Registered in England and Wales number
3390839 - for ISAs and investment products bearing the CIS name
Registered offices: Miller Street, Manchester M60 0AL Telephone
0161-832-8686 Internet http://www.cis.co.uk E-mail cis@c...
CIS Deposit and Instant Access Savings Accounts are held with The
Co-operative Bank p.l.c., registered in England and Wales number 990937,
P.O. Box 101, 1 Balloon Street, Manchester M60 4EP, and administered by CIS
Policyholder Services Limited as agent of the Bank.
CIS is a member of the General Insurance Standards Council
CIS & the CIS logo (R) Co-operative Insurance Society Limited
****************************************************************************
****
Message #4 by frazerg@t... on Tue, 30 Apr 2002 08:22:35
|
|
Depending on the version of Clipper and of the drivers you may be
successful.
You may also want to take a look at the Fox Pro ODBC driver for tables.
But be warned. what ever driver you pick, you MUST pick up the main index
for the table. Especially if you link to the table. Else you could corrupt
the table or miss data.
regards
Greg Frazer
>
Clipper is a Dbasex language - in other word you should be able to link to
or import from the .dbf file(s) if you stipulate a Dbase file type.
I usually use DBase III (Dbase 3) but there are other options for Dbase 4
and 5.
If you import, you will be asked for the data file name.
If you link, you will be asked to give the index name as well.
Joe Dunn
*************************************************************************
This e-mail may contain confidential information or be privileged. It is
intended to be read and used only by the named recipient(s). If you are
not the intended recipient(s) please notify us immediately so that we can
make arrangements for its return: you should not disclose the contents of
this e-mail to any other person, or take any copies. Unless stated
otherwise by an authorised individual, nothing contained in this e-mail is
intended to create binding legal obligations between us and opinions
expressed are those of the individual author.
The CIS marketing group, which is regulated for Investment Business by the
Financial Services Authority, includes:
Co-operative Insurance Society Limited Registered in England number 3615R -
for life assurance and pensions
CIS Unit Managers Limited Registered in England and Wales number 2369965 -
for unit trusts and PEPs
CIS Policyholder Services Limited Registered in England and Wales number
3390839 - for ISAs and investment products bearing the CIS name
Registered offices: Miller Street, Manchester M60 0AL Telephone 0161-
832-8686 Internet http://www.cis.co.uk E-mail cis@c...
CIS Deposit and Instant Access Savings Accounts are held with The Co-
operative Bank p.l.c., registered in England and Wales number 990937, P.O.
Box 101, 1 Balloon Street, Manchester M60 4EP, and administered by CIS
Policyholder Services Limited as agent of the Bank.
CIS is a member of the General Insurance Standards Council
CIS & the CIS logo (R) Co-operative Insurance Society Limited
***************************************************************************
*****
|
|
 |