Re: Local tables vs. linked



ADP is a great solution; i really really reccomend it.

it is a lot simpler to troubleshoot

-Aaron



ciroteo wrote:
On 28 Nov, 23:11, "Mike" <nos...@xxxxxxxxx> wrote:
Hi,

I've an application connected to MSSQL. I need to create a table for the
local application which should not be part of the SQL but when I create it,
automatically it's created in the SQL server. How do I ensure that a table
stays with the application (not linked)?

TIA

--------------------------------------------------------------------------------

Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados.
Ha eliminado 857 correos spam hasta la fecha.
Los abonados no tienen este mensaje en sus correos.
¡Pruebe SPAMfighter gratis ya!


for example you can create a table on the server, or by the way you can
use the same. Then You can add a field with autovalue the name of the
user or another uid. Then using a update query you can populate the
same table with all the record you need and a user value in the new
field.
In this way the user will update or manipulate only the records
matching his user name and
at the end of the procedure you will delete all the records you have
temporarly created.
hope it's clear!

.



Relevant Pages

  • Re: Locked out-- help!!!
    ... Do you try to connect it with Windows security or SQL Server security? ... Ha eliminado 2627 correos spam hasta la fecha. ... Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Saving a check in SQL
    ... you should probably just change the "int" to ... a "bit" field in SQL Server. ... Estoy utilizando la versión gratuita de SPAMfighter para usuarios ... Ha eliminado 461 correos spam hasta la fecha. ...
    (microsoft.public.access.adp.sqlserver)
  • Locked out-- help!!!
    ... I don't know what I have done to the SQL Server but I just locked myself ... Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados. ... Ha eliminado 2627 correos spam hasta la fecha. ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Local tables vs. linked
    ... automatically it's created in the SQL server. ... Estoy utilizando la versión gratuita de SPAMfighter para usuarios privados. ... Ha eliminado 857 correos spam hasta la fecha. ... Then using a update query you can populate the ...
    (microsoft.public.access.adp.sqlserver)
  • Re: Still probs with my code
    ... Doug Steele, Microsoft Access MVP ... possibility is that there's a problem with your References ... Estoy utilizando la versión gratuita de SPAMfighter para usuarios ... Ha eliminado 963 correos spam hasta la fecha. ...
    (microsoft.public.access.forms)

Loading