PC Review


Reply
Thread Tools Rate Thread

Database Path in the Internet

 
 
Saber
Guest
Posts: n/a
 
      20th Aug 2005
I want to write a Win or Web Application to access to
a database (ms-access) in the internet.
How can I write path of mdb file?

--
Saber S.
http://maghalat.com


 
Reply With Quote
 
 
 
 
Phil G.
Guest
Posts: n/a
 
      20th Aug 2005
Saber,

Who is the dbo? Are you hosting the db and want to provide an app. that
allows access? To be honest my initial thought was that 'on first
consideration' it was a strange request...........but now I am asking for a
little more info.

You probably have a few options, and if you are hosting the db, then a few
more. But whatever your options they will likely be dictated by your ability
to, and how you, access the db. You could provide the IP address of the host
within your connection string. You could use a web service if you are
providing the db.

Tell us a little more.

Cheers, Phil


"Saber" <saber[.AT.]oxin.ir> wrote in message
news:(E-Mail Removed)...
>I want to write a Win or Web Application to access to
> a database (ms-access) in the internet.
> How can I write path of mdb file?
>
> --
> Saber S.
> http://maghalat.com
>



 
Reply With Quote
 
Saber
Guest
Posts: n/a
 
      21st Aug 2005
Phil,
I put database on a hosting service I rent, so I've no direct
access to server.
I can access to db using FTP and do some stuff using hosing
service's control panel.
And unfortunately, it uses a dynamic IP address.
Is there a chance?

--
Saber S.
http://maghalat.com

"Phil G." <(E-Mail Removed)> wrote in message
news:de8b1k$ene$(E-Mail Removed)...
> Saber,
>
> Who is the dbo? Are you hosting the db and want to provide an app. that
> allows access? To be honest my initial thought was that 'on first
> consideration' it was a strange request...........but now I am asking for
> a little more info.
>
> You probably have a few options, and if you are hosting the db, then a few
> more. But whatever your options they will likely be dictated by your
> ability to, and how you, access the db. You could provide the IP address
> of the host within your connection string. You could use a web service if
> you are providing the db.
>
> Tell us a little more.
>
> Cheers, Phil
>
>
> "Saber" <saber[.AT.]oxin.ir> wrote in message
> news:(E-Mail Removed)...
>>I want to write a Win or Web Application to access to
>> a database (ms-access) in the internet.
>> How can I write path of mdb file?
>>
>> --
>> Saber S.
>> http://maghalat.com
>>

>
>



 
Reply With Quote
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      21st Aug 2005
Saber,

An Access database is not a databaseserver, it is a kind of database file.

Databaseservers as SQLServer and Oracle and more allow you to access them
over Internet using an IP address. (However the first problem is that you
have an fixed IP address for them)

I hope that this gives an idea

Cor
"Saber" <saber[.AT.]oxin.ir> schreef in bericht
news:(E-Mail Removed)...
> Phil,
> I put database on a hosting service I rent, so I've no direct
> access to server.
> I can access to db using FTP and do some stuff using hosing
> service's control panel.
> And unfortunately, it uses a dynamic IP address.
> Is there a chance?
>
> --
> Saber S.
> http://maghalat.com
>
> "Phil G." <(E-Mail Removed)> wrote in message
> news:de8b1k$ene$(E-Mail Removed)...
>> Saber,
>>
>> Who is the dbo? Are you hosting the db and want to provide an app. that
>> allows access? To be honest my initial thought was that 'on first
>> consideration' it was a strange request...........but now I am asking for
>> a little more info.
>>
>> You probably have a few options, and if you are hosting the db, then a
>> few more. But whatever your options they will likely be dictated by your
>> ability to, and how you, access the db. You could provide the IP address
>> of the host within your connection string. You could use a web service if
>> you are providing the db.
>>
>> Tell us a little more.
>>
>> Cheers, Phil
>>
>>
>> "Saber" <saber[.AT.]oxin.ir> wrote in message
>> news:(E-Mail Removed)...
>>>I want to write a Win or Web Application to access to
>>> a database (ms-access) in the internet.
>>> How can I write path of mdb file?
>>>
>>> --
>>> Saber S.
>>> http://maghalat.com
>>>

>>
>>

>
>



 
Reply With Quote
 
Saber
Guest
Posts: n/a
 
      21st Aug 2005
Thanks Cor,
Let's forget Access!
So you mean it is impossible to modify a text file
on my host thourgh my own pc from home?

--
Saber S.
http://maghalat.com
"Cor Ligthert [MVP]" <(E-Mail Removed)> wrote in message
news:euJd%23%(E-Mail Removed)...
> Saber,
>
> An Access database is not a databaseserver, it is a kind of database file.
>
> Databaseservers as SQLServer and Oracle and more allow you to access them
> over Internet using an IP address. (However the first problem is that you
> have an fixed IP address for them)
>
> I hope that this gives an idea
>
> Cor



 
Reply With Quote
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      21st Aug 2005
Saber,

Changing any textfile with a program means forever.
Reading the whole file, writing the whole file.

For that are very easy methods in the webclient class (or the classes where
that derives from)

http://msdn.microsoft.com/library/de...lasstopic.aspI hope this helps,Cor

 
Reply With Quote
 
Saber
Guest
Posts: n/a
 
      21st Aug 2005
Cor,
Thanks for your help,
It is exactly what I was looking for.

--
Saber S.
http://maghalat.com
"Cor Ligthert [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Saber,
>
> Changing any textfile with a program means forever.
> Reading the whole file, writing the whole file.
>
> For that are very easy methods in the webclient class (or the classes
> where that derives from)
>
> http://msdn.microsoft.com/library/de...lasstopic.aspI
> hope this helps,Cor
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Could not find <back end database path> database's startup message =?Utf-8?B?RG91Ymxl?= Microsoft Access VBA Modules 5 5th Jun 2007 11:38 PM
RE: Could not find <back end database path> database's startup message =?Utf-8?B?RG91Ymxl?= Microsoft Access VBA Modules 0 3rd Feb 2006 11:43 AM
Database Path in VBA =?Utf-8?B?YWxleGhhdHppc2F2YXM=?= Microsoft Access VBA Modules 1 21st Jul 2005 12:23 PM
database path ocm Microsoft Access 4 3rd Apr 2004 02:55 AM
Database path Fred Microsoft Access Macros 2 19th Jan 2004 06:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:43 AM.