Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Gubbins #1
Moving to SQL from Access
Hi i have recently upgraded my hosting package and this includes SQL and so
from now i wish to make available SQL to clients. I am looking for general
advice like: How do you get over the non autonumber access provided for your
primary keys? Is there anything major you need to consider when using SQL over
Access? Is it easy to upgrade from Access to SQL? And any thing else that i
might need to think about? Thanks in advance Gubs
Gubbins Guest
-
Moving From Access to MS SQL Server
I am wanting to move my databases from access to sql and was hoping to get some suggestions or advice before I start. 1. Is the program similar... -
Moving from MS access to Mysql
Okay I have had it with ms access. I am thinking heavily about moving to mysql. What kind of problems might I have? Will I have to rewite all my... -
Moving to specified row
I have a datagrid that contains multiple rows that each have a button column. The users click on a button in one of these columns and data is... -
Moving Randomly Moving Sprite To New Location on mouseEnter
Hi All, This is way over my head. I am currently using Director 8. I have a randomly moving sprite(call it X) on stage (I accomplished this... -
Moving from 4.1 OS 9 to 6.04 OS X
I currently am running 4.1 while in OS X using OS 9 Classic and sharing the files with 3 other local computers also running in OS X and 1 computer... -
CMBergin #2
Re: Moving to SQL from Access
"Gubbins" <webforumsuser@macromedia.com> wrote in message
news:cvnjtv$i0$1@forums.macromedia.com...so> Hi i have recently upgraded my hosting package and this includes SQL andHow do you get over the non autonumber access provided for your> from now i wish to make available SQL to clients. I am looking for general
> advice like:You can define your primary key to be anything which makes sense. If you> primary keys?
want a surrogate key as your primary key like Access does, just set up an
Identity column with the seed and increment both set to 1.
Is there anything major you need to consider when using SQL overYour interaction with the database will be very different. You don't> Access?
"upload" a SQL Server database, so developing locally and then moving to the
live server is a bit more involved. Also, to develop locally, you'll need
to download the MSDE from Microsoft.
Is it easy to upgrade from Access to SQL?
Yes. There are wizards to make it relatively painless.
And any thing else that iYou may need to alter some of your queries, but mainly you'll be learning> might need to think about?
about all sorts of new abilities you have. If you're not comfortable in
Enterprise Manager and Query Analyzer, you can visit [url]www.charon.co.uk[/url] for a
tutorial on how to connect to SQL Server via the Access interface.
Thanks in advance Gubs>
CMBergin Guest
-
Webconsul470 #3
Re: Moving to SQL from Access
Use Microsoft Access Projects.
It is great.
SoCal
Webconsul470 Guest
-
Gubbins #4
Re: Moving to SQL from Access
thanks for that chaps! i was thinking about using a unique id in the form say AAAA1234 how would i increment that?
thanks
Gubs
Gubbins Guest
-
Paul Whitham TMM #5
Re: Moving to SQL from Access
You would have to build something like that in the form
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Gubbins" <webforumsuser@macromedia.com> wrote in message
news:cvo8pi$t86$1@forums.macromedia.com...say AAAA1234 how would i increment that?> thanks for that chaps! i was thinking about using a unique id in the form>
> thanks
>
> Gubs
Paul Whitham TMM Guest



Reply With Quote

