If you were Registered and logged in, you could reply and use other advanced thread options
Background: I'm new at SQL Server (no experience, zip, nada) but
getting pretty good with developing applications in Access(VBA) and in
VB using ADO....
Currently I use access to and GIS software to build data management
systems. I have become pretty proficient in programming these systems
in Access but a client would like their system to be on an existing SQL
server using SDE.
I understand one way to go would be to develop the GUI in VB and hit
the SQL server using ADO which I have worked with in the past but
really only 3 or 4 tables out of the 35 or so really need to be used by
the GIS thus only 3 or 4 tables really need to be on the SQL server.
My question is: can I use Access as the front end for all my imports,
queries, and other system code and then when it comes time to write the
final tables that the GIS hits write those tables to the SQL server.
Also I would like to access the SQL Server tables though Access. I
would like ant help on the subject or any links to recourses that could
help me in deciding which direction to go...
Thanks,
Chuck
getting pretty good with developing applications in Access(VBA) and in
VB using ADO....
Currently I use access to and GIS software to build data management
systems. I have become pretty proficient in programming these systems
in Access but a client would like their system to be on an existing SQL
server using SDE.
I understand one way to go would be to develop the GUI in VB and hit
the SQL server using ADO which I have worked with in the past but
really only 3 or 4 tables out of the 35 or so really need to be used by
the GIS thus only 3 or 4 tables really need to be on the SQL server.
My question is: can I use Access as the front end for all my imports,
queries, and other system code and then when it comes time to write the
final tables that the GIS hits write those tables to the SQL server.
Also I would like to access the SQL Server tables though Access. I
would like ant help on the subject or any links to recourses that could
help me in deciding which direction to go...
Thanks,
Chuck
forget about using MS Access and SDE. Access is too poor and buggy (this
is desktop database system not sql server) and can be used for simple
desktop using but not to keep GIS data into it.
/Peter
- Trouble with map update?
- Garmin GPS
- 2011-11-06
- Using MapSource with 2360
- Garmin GPS
- 2011-01-29
- Y2K+10 Bug with Geko 201
- Garmin GPS
- 2010-01-24
- Can't update Nuvi C650 with webupdater
- Garmin GPS
- 2007-11-29



> Currently I use access to and GIS software to build data management
> systems. I have become pretty proficient in programming these systems
> in Access but a client would like their system to be on an existing SQL
> server using SDE.
>
> I understand one way to go would be to develop the GUI in VB and hit
> the SQL server using ADO which I have worked with in the past but
> really only 3 or 4 tables out of the 35 or so really need to be used by
> the GIS thus only 3 or 4 tables really need to be on the SQL server.
>
> My question is: can I use Access as the front end for all my imports,
> queries, and other system code and then when it comes time to write the
> final tables that the GIS hits write those tables to the SQL server.
> Also I would like to access the SQL Server tables though Access. I
> would like ant help on the subject or any links to recourses that could
> help me in deciding which direction to go...