[dba-SQLServer]Linking to Local Table

David McAfee (Home) dmcafee at pacbell.net
Wed Oct 29 10:28:31 CST 2003


You can always save the data to a .csv, .dat or .txt file.  I have also
created a "temp db"  and exported my data into a table in that tempdb. when
finsihed with it the whole mdb is killed. Unfortunatley you cant link the
table in the temp db to the ADP as you could with an mdb, but you can still
open, transfer and populate fields with ADO/DAO. I got the idea from a
sample database on Roger Carlsons website
(http://rogersaccesslibrary.com/download2k.asp?SampleName='ImportToTempDatab
ase2k.mdb'). He created the sample to avoid bloat when using temp tables in
mdbs. If you need more help with pulling exporting/importing data from the
temp db I do I can send you.


HTH
David McAfee

-----Original Message-----
From: dba-sqlserver-bounces at databaseadvisors.com
[mailto:dba-sqlserver-bounces at databaseadvisors.com]On Behalf Of David
Emerson
Sent: Tuesday, October 28, 2003 7:47 PM
To: dba-SQLServer at databaseadvisors.com
Subject: [dba-SQLServer]Linking to Local Table


AXP adp, SQL2000

Currently I have a table of customer primary keys that is filled in from
the contents of a list box.  This table is then used to link to other
tables as a filter for processing client records.

Because the BE is in SQL, the same table is accessed by all
users.  However, a user often wants the selection to be maintained between
sessions (ie if they return to the selection screen the next day they want
their previous day's selection still showing.)  This excludes temporary
tables (I think) because the users close the program over night.

If there was a table stored on the local drives then each user could have
their own list of customers.

What I am unsure of is how I can a) link to the local database to fill it
up with the selections, and b) how I can reference that table within SQL
sprocs which use sql tables.

Any pointers/key words to look up?

Regards

David Emerson
Dalyn Software Ltd
25 Cunliffe St, Johnsonville
Wellington, New Zealand
Ph/Fax (877) 456-1205



More information about the dba-SQLServer mailing list