 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
mehendis Guest
|
Posted: Tue Oct 07, 2003 8:57 pm Post subject: Still Confused to Choose Right Database System |
|
|
Dear All,
I'm searching a database system instead of fat,slow Database
for Windows.Could you advice me something for this? By the way
i have no experience with databases except db for windows.I'm
using BCB 6.0.Here is what i am looking for from a db system :
1.I want my database accesible from web.Should i use sql for it?
2.I want secure database(can be protectable with password)
3.I don't want to redistribute BDE anymore or any other db
engine.(if possible)
4.Fast and MultiUser capable. ;)
That's it, I think.Please help me because i can't move ahead
anymore.
mehendis
|
|
| Back to top |
|
 |
Micha Nelissen Guest
|
Posted: Sat Oct 11, 2003 1:50 pm Post subject: Re: Still Confused to Choose Right Database System |
|
|
Hi,
| Quote: | I'm searching a database system instead of fat,slow Database
for Windows.Could you advice me something for this? By the way
i have no experience with databases except db for windows.I'm
using BCB 6.0.Here is what i am looking for from a db system :
1.I want my database accesible from web.Should i use sql for it?
|
This is *very* vague. 'Accessable from the web', in what form? How? Do
you run apache? Do you want to use cgi-bin, or module?
| Quote: | 2.I want secure database(can be protectable with password)
|
Why do you want protection? In other words, against what are you trying
to protect?
| Quote: | 3.I don't want to redistribute BDE anymore or any other db
engine.(if possible)
|
Does this mean an in-EXE solution?
| Quote: | 4.Fast and MultiUser capable.
|
Who wants a slow database engine? ;)
Regards,
Micha.
|
|
| Back to top |
|
 |
Scott Metzger Guest
|
Posted: Mon Oct 13, 2003 1:24 pm Post subject: Re: Still Confused to Choose Right Database System |
|
|
No one ever got fired for choosing an Oracle database.
|
|
| Back to top |
|
 |
Brian Malooley Guest
|
Posted: Wed Oct 15, 2003 7:23 pm Post subject: Re: Still Confused to Choose Right Database System |
|
|
Hi,
I think you may want to take a look at Advantage Database Server. Plus
you can download the TAdsData set for free and using it what they call
Local Mode.
http://www.advantagedatabase.com
http://solutions.advantagedatabase.com
| Quote: | I'm searching a database system instead of fat,slow Database
for Windows.Could you advice me something for this? By the way
i have no experience with databases except db for windows.I'm
using BCB 6.0.Here is what i am looking for from a db system :
1.I want my database accesible from web.Should i use sql for it?
|
It works on local workstations, or remote servers, or across the web.
| Quote: | 2.I want secure database(can be protectable with password)
|
ADS has encryption at record, table and data directory levels. Plus has
compression.
| Quote: | 3.I don't want to redistribute BDE anymore or any other db
engine.(if possible)
|
The only files that get installed are 2 or 3 DLLs. I don't no if
anything gets installed if you are using it va the web. I have never
used it that way.
| Quote: | 4.Fast and MultiUser capable.
|
Its very fast and it can handle allot of users.
| Quote: |
That's it, I think.Please help me because i can't move ahead
anymore.
mehendis
|
Good luck.........Brian
|
|
| Back to top |
|
 |
Terry A Cloud Guest
|
Posted: Wed Dec 17, 2003 3:12 am Post subject: Re: Still Confused to Choose Right Database System |
|
|
Hi,
Where can I find instructions on how to hook a BCB6 program to an Oracle
database? I have done this with Paradox and Access.
Thanks,
TAC
"Scott Metzger" <NOSPAMScott.Metzger (AT) york (DOT) com> wrote
| Quote: | No one ever got fired for choosing an Oracle database.
|
|
|
| Back to top |
|
 |
Jayme Jeffman Filho Guest
|
Posted: Thu Dec 18, 2003 12:47 pm Post subject: Re: Still Confused to Choose Right Database System |
|
|
Hi Terry,
There are two ways of doing this : Configure an ODBC alias and use it to set up a TDatabase to connect to Oracle or use specialized components like ODAC ( very good and cheep!) www.crlab.com/odac .
HTH
Jayme.
"Terry A Cloud" <tacloud (AT) bellsouth (DOT) net> wrote
| Quote: | Hi,
Where can I find instructions on how to hook a BCB6 program to an Oracle
database? I have done this with Paradox and Access.
Thanks,
TAC
"Scott Metzger" <NOSPAMScott.Metzger (AT) york (DOT) com> wrote in message
news:3F8AA77A.6040303 (AT) york (DOT) com...
No one ever got fired for choosing an Oracle database.
|
|
|
| Back to top |
|
 |
Gary Guest
|
Posted: Mon Dec 29, 2003 6:29 pm Post subject: Re: Still Confused to Choose Right Database System |
|
|
Can Advantage read DBF and other db files or is it a special file format
that you have to convert all the previous tables to?
"Brian Malooley" <bmaloole (AT) NOSPAM (DOT) twcny.rr.com> wrote
| Quote: | Hi,
I think you may want to take a look at Advantage Database Server. Plus
you can download the TAdsData set for free and using it what they call
Local Mode.
http://www.advantagedatabase.com
http://solutions.advantagedatabase.com
I'm searching a database system instead of fat,slow Database
for Windows.Could you advice me something for this? By the way
i have no experience with databases except db for windows.I'm
using BCB 6.0.Here is what i am looking for from a db system :
1.I want my database accesible from web.Should i use sql for it?
It works on local workstations, or remote servers, or across the web.
2.I want secure database(can be protectable with password)
ADS has encryption at record, table and data directory levels. Plus has
compression.
3.I don't want to redistribute BDE anymore or any other db
engine.(if possible)
The only files that get installed are 2 or 3 DLLs. I don't no if
anything gets installed if you are using it va the web. I have never
used it that way.
4.Fast and MultiUser capable. ;)
Its very fast and it can handle allot of users.
That's it, I think.Please help me because i can't move ahead
anymore.
mehendis
Good luck.........Brian
|
|
|
| Back to top |
|
 |
Jeremy D. Mullin Guest
|
Posted: Tue Dec 30, 2003 10:31 pm Post subject: Re: Still Confused to Choose Right Database System |
|
|
In article <3ff072ef (AT) newsgroups (DOT) borland.com>, [email]nospam (AT) nospam (DOT) net[/email] says...
| Quote: | Can Advantage read DBF and other db files or is it a special file format
that you have to convert all the previous tables to?
|
It supports FoxPro and Clipper dbf files, as well as its own proprietary
file format. It can also share dbf files with other non-Advantage
applications if necessary (although you give up some of the performance
enhancements and data integrity).
There are white papers and FAQs at http://www.advantagedatabase.com
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|