473,503 Members | 1,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Saving into a Database

Hey Group,

I wounder if somebody could possibly help me a little?

Is it possible to store XLS and DOC files into a MSaccess Database, or SQL
Database?

If so anybody got any links or tips?

Also Looking at SQL on and offline. I mean I would like to have a SQL say in
the office and have 3 Latops, I would like to be able to Syncronise the SQL
data to the Laptops so that we could view and run CR offline.

I could live without been able to update it offline, but is there a way to
like syncronise that data from the laptops back to the Main SQL server?

Again, anybody got any links to some info?

Many Thanks
Regards
MCN
Nov 21 '05 #1
6 1411

"MadCrazyNewbie" <te**@nospam.com> schrieb im Newsbeitrag
news:QR********************@karoo.co.uk...
Hey Group,

I wounder if somebody could possibly help me a little?

Is it possible to store XLS and DOC files into a MSaccess Database, or SQL
Database?

If so anybody got any links or tips?

Also Looking at SQL on and offline. I mean I would like to have a SQL say in the office and have 3 Latops, I would like to be able to Syncronise the SQL data to the Laptops so that we could view and run CR offline.

I could live without been able to update it offline, but is there a way to
like syncronise that data from the laptops back to the Main SQL server?

Again, anybody got any links to some info?

Many Thanks
Regards
MCN


Hi MadCrazyNewbie,

Write the files as BLOBS to the access database:
http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp

Greeting

Thomas
Nov 21 '05 #2
SQL Server supports replication which sounds like what you need.

Have a look in SQL Servers Books On Line under replication.

Hope this helps.

Matt.

"MadCrazyNewbie" <te**@nospam.com> wrote in message
news:QR********************@karoo.co.uk...
Hey Group,

I wounder if somebody could possibly help me a little?

Is it possible to store XLS and DOC files into a MSaccess Database, or SQL
Database?

If so anybody got any links or tips?

Also Looking at SQL on and offline. I mean I would like to have a SQL say
in
the office and have 3 Latops, I would like to be able to Syncronise the
SQL
data to the Laptops so that we could view and run CR offline.

I could live without been able to update it offline, but is there a way to
like syncronise that data from the laptops back to the Main SQL server?

Again, anybody got any links to some info?

Many Thanks
Regards
MCN

Nov 21 '05 #3
SQL Server supports replication which sounds like what you need.

Have a look in SQL Servers Books On Line under replication.

Hope this helps.

Matt.

"MadCrazyNewbie" <te**@nospam.com> wrote in message
news:QR********************@karoo.co.uk...
Hey Group,

I wounder if somebody could possibly help me a little?

Is it possible to store XLS and DOC files into a MSaccess Database, or SQL
Database?

If so anybody got any links or tips?

Also Looking at SQL on and offline. I mean I would like to have a SQL say
in
the office and have 3 Latops, I would like to be able to Syncronise the
SQL
data to the Laptops so that we could view and run CR offline.

I could live without been able to update it offline, but is there a way to
like syncronise that data from the laptops back to the Main SQL server?

Again, anybody got any links to some info?

Many Thanks
Regards
MCN

Nov 21 '05 #4
thomas wenning wrote:
Hi MadCrazyNewbie,

Write the files as BLOBS to the access database:
http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp


Either that or upload the files to some other directory, and create a
hyperlink field, and store the fullpath as a hyperlink. I wasn't even
sure if that would work until I just tried it for kicks a couple of
years ago. If the app and file directories are on the same machine it
works like cake, and if they're networked you can just use a unc instead
of a drive letter. Plus it makes file size management much easier.
Nov 21 '05 #5
thomas wenning wrote:
Hi MadCrazyNewbie,

Write the files as BLOBS to the access database:
http://www.vbdotnetheaven.com/Code/Sept2003/2175.asp


Either that or upload the files to some other directory, and create a
hyperlink field, and store the fullpath as a hyperlink. I wasn't even
sure if that would work until I just tried it for kicks a couple of
years ago. If the app and file directories are on the same machine it
works like cake, and if they're networked you can just use a unc instead
of a drive letter. Plus it makes file size management much easier.
Nov 21 '05 #6
bonehead wrote:
Either that or upload the files to some other directory, and create a
hyperlink field, and store the fullpath as a hyperlink. I wasn't even
sure if that would work until I just tried it for kicks a couple of
years ago. If the app and file directories are on the same machine it
works like cake, and if they're networked you can just use a unc instead
of a drive letter. Plus it makes file size management much easier.


PS You can also upload the files to a directory you create on a web
server and just store the urls in a hypertext field. That's even easier.
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1601
by: Roy Gourgi | last post by:
Hi, Is it possible to save to a database as opposed to saving to a flat .txt file? It could be any database program, such as FoxPro (preferably), SQL Server, MySQL. Furthermore, I would also...
2
1818
by: manning_news | last post by:
Has anyone had a problem with Access 2003 not saving their coding? I've been using 2003 for a couple of months now and just this week noticed that some coding I'd done for a database was not there...
6
8829
by: Robm | last post by:
Since googling this issue only brings up the April fool's problem, which was solved years ago, I hope that somebody can help me with this. I have a large vc++/mfc application which needs to know...
4
6701
by: Pedro Leite | last post by:
Good Afternoon. the code below is properly retreiving binary data from a database and saving it. but instead of saving at client machine is saving at the server machine. what is wrong with my...
3
2444
by: sameer | last post by:
Hi all, ..net framwork 1.1 sql server 2000 I have a vb.net winforms application using webservices\ remoting to upload documents\ images to the webserver and i am gong to store them in the sql...
0
2196
by: sameer | last post by:
Hi all, ..net framwork 1.1 sql server 2000 I have a vb.net winforms application using webservices\ remoting to upload documents\ images to the webserver and i am gong to store them in the sql...
6
6427
by: Mark Denardo | last post by:
My question is similar to one someone posted a few months back, but I don't see any replies. Basically I want to be able to have users upload photos and save them in a database (as byte data)...
1
2027
by: Allie | last post by:
Hi, all. This might be a silly question... but I am very new to programming in SQL so please bear with me :) So. I'm using MS SQL Server 2005 Management Studio Express. I have a table that...
0
921
by: madhu raju | last post by:
iam saving the data into Ms-Access database using Vb.net Application In that application iam using Data grid view to save the data into the database Here in the below code iam saving the name of...
10
7397
by: Nathan Sokalski | last post by:
I am using ASP.NET 2.0, and need to know how to save and use an image that is stored in an SQL Server image datatype. How can I do this using ASP.NET? Thanks.
0
7086
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7330
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
6991
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...
1
5014
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
4672
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
3167
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.