Ask a Question related to Coldfusion Database Access, Design and Development.
-
philh #1
Re: SQL Server - Access Database Synchrosnization
You have a couple of options:
1. Find an ISP who will actually work with you on the SQL Server
functionality.
2. Try to create a linked server to the Access database. You can then at
least use bulk insert statements. If that doesn't pan out because your ISP
disallows link servers, see #1.
3. Bite the bullet and write the delete/insert code on a table-by-table
basis.
Good luck.
philh Guest
-
Connect to a MS Access or MS SQL Server database
How can i connect and perform select, insert, update and delete commands to an Access or SQL Server database without using ODBC DSNs? -
Access database getting hosed up on web server
I have had this problem consistently ever since I upgraded to Dreamweaver 8. The problem is I am creating/modifying coldfusion pages on my intranet... -
trying to access sql server 2005 database
I have Dreamweaver MX 2004, trying to access sql server 2005. I can not get the SQL server driver on dreamweaver to successfully connect to sql... -
confused about access / sql database / sql server / php !! .. help please
i am running a website on Windows 2000 server with ASP 3 webpages and Access 2000 database. (with a hosting company) traffic is slow at this time... -
sql server database access problem
hi i have a problem with database access (SQL Server/MSDE) on my production server. the asp.net web app works fine in test. on the... -
The ScareCrow #2
Re: SQL Server - Access Database Synchrosnization
I would
1. Create a CF page to upload the ms access db, this page would then (after
upload) execute a sql server stored procedure
2. Stored procedure would bump the data in the tables and then use the bulk
insert sp to insert the new data.
But as Phil has said, I find it rather inconsiderate that a isp would take
your money for the sql server but then cut back access to the major
functionality of it.
Ken
The ScareCrow Guest



Reply With Quote

