Host Online, Link Images / Maps

  • Thread starter Thread starter H J
  • Start date Start date
H

H J

Is it possible to use something like Small Business Server to host an Access
database online? Also, how easy is it to link jpeg images to Access? So that
when a user clicks a button a jpeg is displayed?

How difficult can it be to convert an entire database to Visual Basic? Sorry
for the vague(ish) questions, I am trying to figure something out for a
client, and just beginning to research options.

Thanks.
 
Is it possible to use something like Small Business Server to host an Access
database online?

One way that works pretty well for publishing Access databases on the
web is EQL Data: http://eqldata.com/
Also, how easy is it to link jpeg images to Access? So that
when a user clicks a button a jpeg is displayed?

This is pretty easy. Just create the right column type in your
database and put a "bound image" object on your form. There's more
information here: http://office.microsoft.com/en-us/access/HA011472041033.aspx
How difficult can it be to convert an entire database to Visual Basic? Sorry
for the vague(ish) questions, I am trying to figure something out for a
client, and just beginning to research options.

Access database files can be accessed easily from Visual Basic, but
you may have to redesign your forms, if you have any. It's not *too*
hard to do.

Have fun,

Avery
 
Back
Top