Subject | Re: [ib-support] INTERBASE to SQL SERVER |
---|---|
Author | Daniel Rail |
Post date | 2002-04-05T00:53:13Z |
At 04/04/2002 07:00 PM, you wrote:
Otey & Conte"). Also, the triggers don't work the same way, I know with
SQL Server 7 and earlier, you don't have BEFORE and AFTER triggers, but
just triggers(i.e. ON INSERT, ON UPDATE, ON DELETE). The Views are pretty
much the same. The stored procedures, also, are pretty much the same with
some added functions and internal stored procedures.
A good book, the MS SQL help and MSDN(msdn.microsoft.com) are good starting
points to gather information.
6). For ADO, you'll need the Delphi Enterprise versions or get an ADO
component suite that is available on Torry's Page(www.torry.net). You can
also find some direct connection components on Torry's Page as well.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
>We are very happy with Interbase but, we have some clients who haveFor starters, get a good book (i.e. "SQL Server 7 Developer's Guide, by
>SQL Server as their corporate database and would like our application
>to use SQL Server.
>
>How much of a learning curve is there to move from Interbase to SQL
>Server?
Otey & Conte"). Also, the triggers don't work the same way, I know with
SQL Server 7 and earlier, you don't have BEFORE and AFTER triggers, but
just triggers(i.e. ON INSERT, ON UPDATE, ON DELETE). The Views are pretty
much the same. The stored procedures, also, are pretty much the same with
some added functions and internal stored procedures.
A good book, the MS SQL help and MSDN(msdn.microsoft.com) are good starting
points to gather information.
>Does anyone have experience with connecting to a SQL Server databaseTake a another type of connection instead.
>via the BDE?
> What other connection options are there?Direct API suites, ODBC, ADO(this is what I use) and dbExpress(Delphi
6). For ADO, you'll need the Delphi Enterprise versions or get an ADO
component suite that is available on Torry's Page(www.torry.net). You can
also find some direct connection components on Torry's Page as well.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)