See comments in-line...
Quote
Stuart Adamic wrote in message <369A1637.C5F5A...@v-wave.com>...
>Thanks for the reply, Raymond. I did say "DB2". I believe the desktop
version
>used to be called "DB2/2". IBM now calls it "DB2 Universal Database,
version 5".
Out of curiosity, what are you running this on????? I take it that you have
the big-guns out to handle DB2<g>!
Quote
>I was able to use Borland's Datapump to transfer my tables (approximately
100
>dBase DBF's) into DB2 with no problems at all. My only problem was that I
use a
>common index name in many tables, which I will have to change before
cutover.
>Other than that, the indexes transferred over great, and I merely have to
run
>through each table to define a primary key, which is difficult to guess in
a
>dBase table.
Just as a rule, I never transfer any indexes - I always create those from
scratch in the environment when I have transferred all data over... (yea,
now I tell you - huh!!! <G>)
Quote
>I like DB2 a lot, but I plan to test out MS's SQL Server 7, to see if it is
as
>dependable. I would expect that ODBC should work well with it too.
Yes, I liked DB2 also - I used it for about 6 years... however, not that my
customers are a bit on the smaller side, I am seeing more SQL Server than
anything!!! I have to admit, it has worked great for me - as long as I don't
get too "cute" with what I am doing!!! I _REALLY_ like their new SQL Server
7!!! They (MS) has done a great job on this version - overhaluing the DB
engine totally! And they have added more tools for us DBAs too! (I am not a
real big MS fan, but credit where credit is due!)
Quote
>I would like to know which other tools you recommend in the client/server
>version.
Well, how much money and time do you have<g>!
If you have the budget, you might want to look into some of the modeling
tools that make maintenance a bit easier... but then again, now with SQL
Server 7 - many of these tools are now included!!! (I am just starting to
test it myself!!!)
But tools to recreate DBs entirely, to backup, timed backups, data
dictionary and documentation, replication capabilitie, working with and
designing ERD's... alot of these thing are now handled right by SQl Server
now...
Quote
> One other question: is there any way to minimize the setup required on
>each desktop? One thing I was able to do with the local data base is keep
the
>setup on the user workstations (all Win95) to almost nothing -- simply
adding
>registry keys to point to the BDE on the server.
I understand... yes, I install the MS SQL ODBC drivers, and setup the
clients with the SQL Server drivers/dlls and then I install the BDE also!!!
Not exactly a "thin" client - but they are sure fast as data retreival!!!<g>
I believe the Delphi C/S version allows you some felxibility here - we are
still using the Pro version
Quote
> Is it true that I have to
>install the DB2 client application enabler, and register it in ODBC (which
is
>already on every user's workstation)?
Well, this was true in the past<g> - I assume you will still have to do
this...
Quote
>Oh, and one other question: do you use TTable objects successfully with
>DB2/ODBC? Or primarily TQuery objects?
I use ONLY TQuery object for everything - SQL Server doe not "play nicely"
with TTables<g> - also I tend to have more say in what happens when dealing
with the SQL directly (i.e. using SQL hints to the SQL parser/compiler to
force what happens in what order, etc.)
Quote
>Thanks so much for your help. I hope I can return the favor someday.
You bet! These forums are the BEST that I have seen around!!! There is more
sharing of ideas and code here than any other that I have participated in!!!
(and that is quite a few<g>)
Good luck and report back to us what you ended up with (for a SQL Server)
and why!!!
--Raymond
Quote
>Stuart Adamic
>Essex Data Services Ltd.