473,387 Members | 1,606 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,387 software developers and data experts.

setup access/win2k for internet use

win2k adv server/ iis5.0/vb6.0/ado and/or odbc connections on client machine
i have an mdb on win2k adv server machine and want internet read/write to it
from both a non-windows, red hat, webserver using asp/vbscript and a win
xp/2000 machine with vb6.0/ado with or without odbc set up
how do you set up the win2k server machine and/or mdb???
i know enough that some application/service needs to be listening on some
port

so far i have the mdb on my test win2k webserver and can write to it from
asp files running on that server, no surprise here, its a local file on the
server
i can access the mdb from a vb6.0/ado client win2k machine on the same lan
as the server using odbc with a mapped network drive or connection string
with unc
the conn str unc works with the public ip addr but not domain name? ie
this works, ie i can read/write
\\111.222.333.444\share\dirpath\file.mdb however it doesn't work when truly
exteranl, see below error
but not this
\\domain.name\share\dirpath\file.mdb '[ms] [ms access odbc error] disk or
net work file error'


Nov 12 '05 #1
2 3049
"bbxrider" <bb*******@comcast.net> wrote in message
news:ZTZfb.693132$uu5.113038@sccrnsc04...
win2k adv server/ iis5.0/vb6.0/ado and/or odbc connections on client machine i have an mdb on win2k adv server machine and want internet read/write to it from both a non-windows, red hat, webserver using asp/vbscript and a win
xp/2000 machine with vb6.0/ado with or without odbc set up
how do you set up the win2k server machine and/or mdb???
i know enough that some application/service needs to be listening on some
port

so far i have the mdb on my test win2k webserver and can write to it from
asp files running on that server, no surprise here, its a local file on the server
i can access the mdb from a vb6.0/ado client win2k machine on the same lan
as the server using odbc with a mapped network drive or connection string
with unc
the conn str unc works with the public ip addr but not domain name? ie
this works, ie i can read/write
\\111.222.333.444\share\dirpath\file.mdb however it doesn't work when truly exteranl, see below error
but not this
\\domain.name\share\dirpath\file.mdb '[ms] [ms access odbc error] disk or
net work file error'

This might not be the best group for your question - does this error come
from an ASP page or some VB code? If it's ASP, would you not use
Server.MapPath:

strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("file.mdb")
Nov 12 '05 #2
its from vb code, where i'm trying to get to the mdb file across the
internet.

i thought the server.mappath is for local file access when running asp for
file access on that same machine, that is no
problem, i have that now on my own test webserver

i am looking for file access both from vb pgm across internet and asp file
running on non windows machine also across internet
can seem to find an answer anywhere, perhaps it is a win2k networking
question more than access

"Fletcher Arnold" <fl****@home.com> wrote in message
news:bl**********@sparta.btinternet.com...
"bbxrider" <bb*******@comcast.net> wrote in message
news:ZTZfb.693132$uu5.113038@sccrnsc04...
win2k adv server/ iis5.0/vb6.0/ado and/or odbc connections on client machine
i have an mdb on win2k adv server machine and want internet read/write to it
from both a non-windows, red hat, webserver using asp/vbscript and a win
xp/2000 machine with vb6.0/ado with or without odbc set up
how do you set up the win2k server machine and/or mdb???
i know enough that some application/service needs to be listening on

some port

so far i have the mdb on my test win2k webserver and can write to it from asp files running on that server, no surprise here, its a local file on

the
server
i can access the mdb from a vb6.0/ado client win2k machine on the same lan as the server using odbc with a mapped network drive or connection string with unc
the conn str unc works with the public ip addr but not domain name? ie
this works, ie i can read/write
\\111.222.333.444\share\dirpath\file.mdb however it doesn't work when

truly
exteranl, see below error
but not this
\\domain.name\share\dirpath\file.mdb '[ms] [ms access odbc error] disk or net work file error'

This might not be the best group for your question - does this error come
from an ASP page or some VB code? If it's ASP, would you not use
Server.MapPath:

strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("file.mdb")

Nov 12 '05 #3

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

Similar topics

1
by: Tom Jones | last post by:
I need to access databases on both win2k and Linux systems but I have to set up the DSNs under program control ... no uses using GUIs ... Has anyone done this? if so can we discuss it either in...
6
by: Ed | last post by:
Here's the scene: 1) XP Pro, with IIS installed and running, as well as complete .NET Architect Enterprise development environment 2) Tomcat server 4.1.27 in the default directory...
4
by: Richard Shea | last post by:
Hi - This is probably quite a stupid question but I've never understood what setup.py does. I've got a situation at the moment where I would like to use a script (which someone else has written and...
2
by: bbxrider | last post by:
is there no other way to use access(.mdb) across the internet?? (than vpn or worse yet terminal services) i'm trying to write to a mdb on my organization win2k server from my webhost redhat...
0
by: RWC | last post by:
I have created a runtime set up profile using ODE Tools 97 on a Win2K machine (also tried Win98 as well). I am trying to run this set up on another win2K machine and get this "SetUp Error 915"...
7
by: messagedog | last post by:
maybe, we may together study windows sourcecode. and u? if u need,u may download in http://activex.126.com/
2
by: Ravikanth[MVP] | last post by:
Hi Are you using named instances of SQL Server? First check whether u r able to connect to SQL Server to SQL Enterpraise manager HTH Ravikanth
2
by: bhowerton | last post by:
Hello, I am trying to setup an office LAN. It will be a small network at first. I have one PC serving as a Windows 2003 Server (this machine has 2 Ethernet cards installed). I also have a D-Link...
0
by: Georg Scholz | last post by:
(Note: this was intended to be a multi-post, but google was not able to post it also to microsoft.public.dotnet.general, so I'm cross- posting it separately) Hello, I am about to write a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...

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.