I have already been doing some basic tests using a web page that offers free
sharepoint hosting (5Mb only,
http://enroll.freesharepoint.com/uddi/freesharepoint/),
I created a table, put in on the server and was able to manipulate it with
(almos) no problem ast all.
Mi question is wheather I can or not convert an Access form into a web page.
If so, how? and if not, what are my alternatives?
I long for dynamic pages ...
Any comment will be highly appreciated.
Thanks a lot in advanced!
--
Mario R. Osorio
"... Begin mith The end in mind ..."
If you really need a web app, write a web app. If you really prefer the rich
client abilities of an Access form, use a Terminal Server. If you need lots
of concurrent users, Access and JET isn't a good choice anyway.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"NimBiotics" <nimbi...@gmail.com> wrote in message
news:A8E67179-333E-4B37...@microsoft.com...
Thanks a lot in advanced,
Start >>> Run
then type: mstsc.exe
You must know the IP address or the external computername of the computer
that you are connecting to, or you can connect through your company server,
then use that to connect to a machine on that network. If you use a VPN, it
is far more secure than any other means. You can use my mirror website to
find your IP address:
Try it, and if it sounds like something you'd like to know more about, post
back.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"NimBiotics" <nimbi...@gmail.com> wrote in message
news:%23cbNzim...@TK2MSFTNGP03.phx.gbl...
This sound interesting and I have actually worked with one application in
such manner. My concern about this is concurrency.
I said earlier Jet is not an issue, the application is not to have too many
users concurrently, but I can't totally avoid it. The application is to have
some concurrency. I would say that up to 10 people might, at some point be
working on the same DB at once.
Can you please give me more insight?
There is a lot of .ASP information on the internet. Simply go to a search
engine, such as google, and type .ASP. You will find many sites that offer
freee tutorials.
Dom
"NimBiotics" <nimbi...@gmail.com> wrote in message
news:B6E0D5EB-9964-4F08...@microsoft.com...
Thanks a lot,
Good luck on the crash course.
Arvin pointed you to the simplest solution that will work within a few hours of
time as opposed to several days with ASP, notwithstanding a substantial
investment in a development environment to properly debug ASP.
If you are bent on using a total web solution and you are not already
proficient in the concept of ASP, I might point you to CodeCharge Studio
<:http://www.yessoftware.com/index2.php> as a cost effective way to generate
the pages and the underlying ASP (as well as PHP, etc, ) code.
10 is not too many, unless you don't use best practices.
-Tom.
Microsoft Access MVP
Actually, ASP is now often referred to as "Classic ASP" because it has
been superseded by ASP.NET about 6 years ago. The technology is
completely dead and should not be used anymore for new development.
It does not use Visual Basic, but a subset named VBScript. It can also
be programmed using Javascript. But again, don't go into that blind
alley.
-Tom.
Microsoft Access MVP
The cheapest solution would probably be WinConnect, for up to 21 users:
http://www.thinsoftinc.com/product_thin_client_winconnect_server_xp.aspx
A good asp programmer will take an average of 5 to 6 times longer to create
a similar ASP application than a good Access programmer. Even then, using a
browser means using a thin client, not a rich client so you won't be able to
do anywhere near as much on 1 form. If you are learning ASP, it will take
much longer and there will be many things that you won't be able to do
without considerable experience.
Couple that with ASP being replaced by ASP.NET, you may want to consider the
.NET application instead. VBScript, the language of ASP, is very similar to
VBA. VB.NET (or C#, or others) are not close at all, so you'll need to be
prepared for a longer learning curve.
The only conversion that I've done, was in reverse (ASP to Access) and the
savings was huge on a complex application.
Before making any decisions though, you can see what kind of performance you
have by using the information I already mentioned about connecting a single
session (you are allowed up to 2 without a Terminal Server product and
license)
First turn on RDP if it is turned off (Control Panel >>> System >>> Remote)
Then:
Start >>> Run
then type: mstsc.exe
You must know the IP address or the external computername of the computer
that you are connecting to, or you can connect through your company server,
then use that to connect to a machine on that network. If you use a VPN, it
is far more secure than any other means. You can use my mirror website to
find your IP address:
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
"NimBiotics" <nimbi...@gmail.com> wrote in message
news:B6E0D5EB-9964-4F08...@microsoft.com...