473,434 Members | 1,544 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,434 software developers and data experts.

Access 2007 to SQL server file upload?!

I have an Access 2007 database with an attachments facility. Currently the client may upload files locally but the files cannot be accessed elsewhere. I have been able to carry out a similar operation when developing on a web based system however I cannot seem to do it on an Access 2007 database and I am unsure as to whether it is even possible. Basically the system needs to connect to the SQL server online and upload the file although the database is not online itself. I would be grateful for any pointers!
Sep 20 '10 #1
7 1974
ck9663
2,878 Expert 2GB
Which part of the application belongs to SQL Server? You mentioned connection, is that all the SQL Server part is?

~~ CK
Sep 20 '10 #2
It is not actually me working on it to be honest, I am researching for someone else. I believe none of the application is on the SQL server currently but we are looking to put files on it for the client to access anywhere they wish. Thanks for the reply!


Rebecca
Sep 21 '10 #3
ck9663
2,878 Expert 2GB
You might want to get the requirements completely first before you proceed with your project. You can give your friend this link so that he can give more details. We might be able to give some info but it might not be the most efficient solution for his need. The solution will always depend on the objective of the application.

Good Luck!!!

~~ CK
Sep 21 '10 #4
Well I'm researching it for my boss so it's a bit pointless giving him this link as then I won't be researching it for him! But anyway I will ask him for further clarification when he is back in the office.

Thanks for your replies,


Rebecca
Sep 22 '10 #5
ck9663
2,878 Expert 2GB
Let's start with the basics...

When you say,


with an attachments facility
Are you uploading a file via an ftp protocol or just copying the attached file into a folder within the PC?

Assuming nothing, what you need is a web and ftp server. You're going to have to convert your application into a web-based application that can accept input/attachments from the user. Your application then has to grab that file and upload it to your ftp server, all in the background and handled by your app. That file may now be accessible everywhere. Subject to your security policy.

Happy Coding!!!

~~ CK
Sep 22 '10 #6
At the moment as it is local the database records the path of the file which the user has selected and stores it in a table then opens it from that location when the users wants it. Thanks for the advice.

Rebecca
Sep 23 '10 #7
ck9663
2,878 Expert 2GB
Yes, that would be the same technique that you can use using a web+mssql application. However, to transfer the data from your client to your host, it would be better to use an ftp server. Then you store the path on your table where the app can also see it.

There will be other consideration (securities, housekeeping process, etc), but that will be the overview, over-simplistic explanation :)

Good Luck!!!

~~ CK
Sep 23 '10 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: R Reyes | last post by:
I am trying to code a file uploader (for forum/email attachments) from the client computer to a remote web server via the PUT method (since POST is not allowed ). However, the upload works ONLY...
0
by: Raven Jones | last post by:
Heya all, I'm working on a web-based application (using ASP.NET and C# on .NET 1.1.4322, supporting only IE6 for Windows) that allows for file uploads. Screen real estate is at a premium, so I...
1
by: Bob Alston | last post by:
Anyone know of any features of the new Access 2007 that will improve on the ability of Access to work in a web environment??? Bob
0
by: xz | last post by:
I'm doing a quick 2 step process to access a database, as outlined here: http://msdn2.microsoft.com/en-us/library/tw738475.aspx I successfully point to my Access 2007 .MDB file. But in the...
4
by: =?Utf-8?B?U3RldmVU?= | last post by:
I am trying to write an application using VS 2005 that accesses an Access database. Unfortunately, VS 2005 doesn't seem to understand the new Access 2007 file extention. Can VS 2005 use the new...
2
by: ARC | last post by:
Just curious if anyone is having issues with Acc 2007 once the number of objects and complexity increases? I have a fairly large app, with many linked tables, 100's of forms, queries, reports, and...
1
by: prathaphs | last post by:
Hi I am using Perl 5.8.8 and i use DBI->connect("dbi:ODBC:driver=Microsoft Access Driver (*.mdb );dbq=$file" to connect to access. This used to work with access 2000. but now in access 2007 the...
3
by: olseni | last post by:
Hi all I have an Access 2007 database (file format accdb) and I wish to make it a master database, and replicate the database, its design as well as the data to another location, and then syncronize...
1
by: tbeers | last post by:
Good morning. I have an interesting chain of events. My 2007 program has been working fine on a network. I have a split database with tables on F:\timekeeper and front end on terminal server...
3
by: tbeers | last post by:
Good morning. Access 2007 creates a locking file when a project is opened by users. what info is in the file and how do I read it? Thanks -Tomb
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.