Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Need help to access a remote database on a local harddrive

Reply
Thread Tools

Need help to access a remote database on a local harddrive

 
 
eddy princen
Guest
Posts: n/a
 
      11-23-2003
Hello, i'm need some help, i want to run a website on a server with an sql
database ( that in itself is no problem, i've done this before) but with a
possibility to update the sql database with data stored on a local harddrive
in an acess database, can ianyone give me some hints or websites with
related info ?


thanks in advance


 
Reply With Quote
 
 
 
 
Rory
Guest
Posts: n/a
 
      11-24-2003
Sure, if your website has a MySQL database, you will be able to access this
database from your PC when you are on-line.
All you need is the free MyODBC odbc drivers, install & configure them
(you'll need the IP address, name, username, password of your on-line
database). Then you can link up the MySQL database to anything on your PC -
MSAccess or even something a bit more stable...

The MyODBC drivers are available here: http://www.mysql.com/

"eddy princen" <> wrote in message
news:bprdpb$r2t$...
> Hello, i'm need some help, i want to run a website on a server with an sql
> database ( that in itself is no problem, i've done this before) but with a
> possibility to update the sql database with data stored on a local

harddrive
> in an acess database, can ianyone give me some hints or websites with
> related info ?
>
>
> thanks in advance
>
>



 
Reply With Quote
 
 
 
 
eddy princen
Guest
Posts: n/a
 
      11-24-2003
thanks rory, i will surely look into it, but do you have info concerning
Sql 2000 on the server and msaccess on the desktop or client side ?
"Rory" <rory> schreef in bericht news:3fc1a7b2@212.67.96.135...
> Sure, if your website has a MySQL database, you will be able to access

this
> database from your PC when you are on-line.
> All you need is the free MyODBC odbc drivers, install & configure them
> (you'll need the IP address, name, username, password of your on-line
> database). Then you can link up the MySQL database to anything on your

PC -
> MSAccess or even something a bit more stable...
>
> The MyODBC drivers are available here: http://www.mysql.com/
>
> "eddy princen" <> wrote in message
> news:bprdpb$r2t$...
> > Hello, i'm need some help, i want to run a website on a server with an

sql
> > database ( that in itself is no problem, i've done this before) but with

a
> > possibility to update the sql database with data stored on a local

> harddrive
> > in an acess database, can ianyone give me some hints or websites with
> > related info ?
> >
> >
> > thanks in advance
> >
> >

>
>



 
Reply With Quote
 
Ken
Guest
Posts: n/a
 
      11-28-2003

If you have Personal Web Server then you can run asp pages on your
local machine which will be known as http://127.0.0.1 or
http://localhost.

You then write an asp page to read from the Access database in your
machine and then output the required data for insertion into the sql
database at the remote machine.

Ken


On Sun, 23 Nov 2003 23:52:27 +0100, "eddy princen"
<> wrote:

>Hello, i'm need some help, i want to run a website on a server with an sql
>database ( that in itself is no problem, i've done this before) but with a
>possibility to update the sql database with data stored on a local harddrive
>in an acess database, can ianyone give me some hints or websites with
>related info ?
>
>
>thanks in advance
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
Need help installing an external harddrive, please Izzie.Loredo@gmail.com Computer Support 5 04-08-2007 10:38 PM
Help - I need to know how to completely erase my harddrive? Mr_Bill Computer Support 2 09-23-2004 06:05 PM
Access remote access database from ASP william ASP General 5 02-13-2004 05:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57