Viewing 8 posts - 1 through 8 (of 8 total)
hi
1) create two temp tables in sql db and transfer the access information into the temp tables.
2) write update statement to your original db comparing the key's of temp...
September 20, 2006 at 10:54 pm
Yes, you can change the connection dynamically. I have given a c# code for the same. Conversion from c# to access is very simple
DTS.Package2Class package =
new
August 31, 2006 at 2:48 am
Hi
I am using DTS with C# to transfer txt information into SQL 2000. We can change the path and also the file name during runtime. Here is the code.
I have...
August 15, 2006 at 10:37 pm
check for rows in dtproperties table
select * from dtproperties
if there are no rows in dtproperties table, then you cannot open the diagram
January 21, 2005 at 2:41 am
Hi grant the stored procedure to public so that it can be accessed from any database.
GRANT EXEC ON 'spname' TO public
January 21, 2005 at 2:33 am
December 29, 2004 at 2:13 am
December 14, 2004 at 6:47 am
Thanks Frank / Prasad
It worked out with temp table creation
March 3, 2004 at 9:19 pm
Viewing 8 posts - 1 through 8 (of 8 total)