Re: Need tips on moving from MSAccess to MSSQL
- From: "Lars O. Soderstrom" <elless.prodata@xxxxxxxxx>
- Date: Sat, 23 Apr 2005 20:48:40 +0200
Thanks for sharing the path you're taking to upgrade. Gives me some ideas.
Lars.
"Betsy" <betsy.a.tainer@xxxxxxxxxxxxx> skrev i meddelandet
news:4263e97f$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> Not sure this will apply. I'm upgrading a swarm of D5 applications built
> on
> Paradox tables... also some connectivity to as/400 via odbc to retrieve
> data
> from there.
>
> This is the path I've been taking to update:
> -copy data up to sql and modify data types to suit me
> -I take a hard look at the overall data 'configuration' at this time and
> do
> any restructuring here...
> -add ado connection to source (mssql2k)
> -add adotable components to point to tables on sql server
> -point the datasets to the new adocomponents
> -testing compilation along the way for anomolies
>
> -then I start going after the small stuff...
> -I change queries to views on the server
> -change any query requiring a parameter to a stored proc on the server
> -utilize the sql server response as much as it or I am capable... I've
> been
> way impressed with the responsiveness and I've been able to strip out
> reems
> of code out of my application... very clean... it also helps just for
> consistency in the structure which I'm assuming will make troubleshooting
> in
> the future an easier task.
>
> somewhere in there, I check for any functions that are performed in
> response
> to 'scrolling', actions on the old components and port them over to the
> new
> one... once I'm satisfied that I've gotten everything I strip out the old
> component and check for errors.
>
> I've made up this path all by myself. Seems to work good for me... now
> we'll both find out if I'm all screwed up.
>
> b
> "Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
> news:pfc361to8fbqfr6e6tt96qfqc6c7vnih5c@xxxxxxxxxx
>> >Having applications that today work with MSAccess using dbGO. Now I need
> to
>> >switch to MSSQL.
>> >What have to be changed in the applications?
>>
>> You need to change the OleDbDriver and connectionstring of the
> TadoConnection.
>> Beyond that you may not have to change anything.
>> There are a few differences in SQL so you should check to see that all of
> your
>> queries work.
>> If you are using TableDirect you will have to change that.
>>
>> There may be other things you want to do depending on your reason for
> switching
>> to SQL server and how much you want to optimize your application.
>>
>> --
>> Brian Bushay (TeamB)
>> Bbushay@xxxxxxxxx
>
>
.
- References:
- Need tips on moving from MSAccess to MSSQL
- From: Lars O. Soderstrom
- Re: Need tips on moving from MSAccess to MSSQL
- From: Brian Bushay TeamB
- Re: Need tips on moving from MSAccess to MSSQL
- From: Betsy
- Need tips on moving from MSAccess to MSSQL
- Prev by Date: inserting data
- Next by Date: Re: Can I make a file excel/lotus with ADO?
- Previous by thread: Re: Need tips on moving from MSAccess to MSSQL
- Next by thread: ADO in MDI Apps
- Index(es):
Relevant Pages
|