Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - MySQL or MSSQL and conversion
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

MySQL or MSSQL and conversion

 Post Reply Post Reply Page  <1 234
Author
gr8indianbear View Drop Down
Groupie
Groupie


Joined: 07 November 2002
Location: United States
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote gr8indianbear Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2003 at 1:51pm

OK, i started using MSSQL and am using MS Access to manage it using ADP. is there anything about using ADP to manage a MSSQL DB that i should be wary about? and i'm thinking i can use this to convert my database into MSSQL, witout losing any information.

Also i was wondering if there was anychance of Borg releasing some sort of ADP file or something to create the tables and procedures using ADP? just wdonering...

Back to Top
Str8Dog View Drop Down
Senior Member
Senior Member


Joined: 18 December 2001
Location: United States
Status: Offline
Points: 2118
Post Options Post Options   Thanks (0) Thanks(0)   Quote Str8Dog Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2003 at 2:34pm
Borg, A simple solution to this would be a different architecture for the app. Maybe for version 8....

If you took a object oriented approach to data access it might simplify things a bit. Creating a data access object and using the methods of that object to retreve your recordsets for you would allow you to build your app on top of that object independant of the database it was using. That way everyone who wants to use MySQL can write a new data access object and plug it into the app. Seems like a pain in the ass, but in the end it makes the app more flexible..

To get a idea if what I mean, check out diggersolutions.com's Intranet Open Source. There is one file with all the sql calls. Very easy for someone to port that.

Edited by Str8Dog
[IMG"> http://www.str8dog.com/images/str8dog.gif">
I wasn't born with enough middle fingers.
Back to Top
Bunce View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 April 2002
Location: Australia
Status: Offline
Points: 846
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bunce Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2003 at 6:14pm

Originally posted by gr8indianbear gr8indianbear wrote:

OK, i started using MSSQL and am using MS Access to manage it using ADP. is there anything about using ADP to manage a MSSQL DB that i should be wary about? and i'm thinking i can use this to convert my database into MSSQL, witout losing any information.

Well, if you are using an ADP then the data you are working with is already stored in a SQL Server database.  An ADP does not store data locally - ie. it doesn't store data in the ADP file. It's just a container for SQL Server objects (plus the forms / reports / modules).

Access is fine to administer your SQL database, although it doesn't allow access to the more advanced managemental utilities such as jobs / dts etc.

Good luck!
Andrew



Edited by Bunce
There have been many, many posts made throughout the world...
This was one of them.
Back to Top
Bunce View Drop Down
Senior Member
Senior Member
Avatar

Joined: 10 April 2002
Location: Australia
Status: Offline
Points: 846
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bunce Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2003 at 6:18pm

Originally posted by Str8Dog Str8Dog wrote:

Borg, A simple solution to this would be a different architecture for the app. Maybe for version 8....

If you took a object oriented approach to data access it might simplify things a bit. Creating a data access object and using the methods of that object to retreve your recordsets for you would allow you to build your app on top of that object independant of the database it was using. That way everyone who wants to use MySQL can write a new data access object and plug it into the app. Seems like a pain in the ass, but in the end it makes the app more flexible..

To get a idea if what I mean, check out diggersolutions.com's Intranet Open Source. There is one file with all the sql calls. Very easy for someone to port that.

I wouldn't say *simple* , but yes it would be an ideal methedology.

ASP does allow classes however they're a bit limited. If you were going to create a data access layer using components, which would involve rearranging/rewriting quite a bit of the code, then I'd take the plunge and do it proprely in .NET

That said, I guess we could make a couple of include files with the DB-specific queries and do it that way..

Cheers,
Andrew

There have been many, many posts made throughout the world...
This was one of them.
Back to Top
 Post Reply Post Reply Page  <1 234

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.