Inserting picture in database field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'll try to explain this briefly. I want users to upload pictures that can
be retrieved in database results. Would it be best to upload them separately
or in the same form. Next, I've already experimented and tried putting
pictures into the access database but the don't show up, instead it gives me
a binary error or no results at all. I've tried bmp, jpeg and gif. The
knowledge database said to try and put
<%
Response.Write "Hello World!"
%>
and if my software was running properly it would give me a "Hello World"
message. That didn't work. In a nutshell, I guess I can't run extension on
XP then what do I need to do, to make it work for XP & FP2003.
 
To run any ASP (.asp pages) and a DB you need a Windows Server
(Win XP Pro w/ IIS & FP SE installed, not Win XP home, or a hosted online server)

--




| I'll try to explain this briefly. I want users to upload pictures that can
| be retrieved in database results. Would it be best to upload them separately
| or in the same form. Next, I've already experimented and tried putting
| pictures into the access database but the don't show up, instead it gives me
| a binary error or no results at all. I've tried bmp, jpeg and gif. The
| knowledge database said to try and put
| <%
| Response.Write "Hello World!"
| %>
| and if my software was running properly it would give me a "Hello World"
| message. That didn't work. In a nutshell, I guess I can't run extension on
| XP then what do I need to do, to make it work for XP & FP2003.
 
TBMK
Windows XP, Tablet PC Edition is and XP Pro "variant" and you should be able to install IIS and the FP SE

--




| I'm running Windows XP, Tablet PC Edition, Version 2002, Service Pack 1
|
| "Stefan B Rusynko" wrote:
|
| > To run any ASP (.asp pages) and a DB you need a Windows Server
| > (Win XP Pro w/ IIS & FP SE installed, not Win XP home, or a hosted online server)
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I'll try to explain this briefly. I want users to upload pictures that can
| > | be retrieved in database results. Would it be best to upload them separately
| > | or in the same form. Next, I've already experimented and tried putting
| > | pictures into the access database but the don't show up, instead it gives me
| > | a binary error or no results at all. I've tried bmp, jpeg and gif. The
| > | knowledge database said to try and put
| > | <%
| > | Response.Write "Hello World!"
| > | %>
| > | and if my software was running properly it would give me a "Hello World"
| > | message. That didn't work. In a nutshell, I guess I can't run extension on
| > | XP then what do I need to do, to make it work for XP & FP2003.
| >
| >
| >
 
mosomojo said:
I'll try to explain this briefly. I want users to upload pictures that
can
be retrieved in database results. Would it be best to upload them
separately
or in the same form. Next, I've already experimented and tried putting
pictures into the access database but the don't show up, instead it gives
me
a binary error or no results at all. I've tried bmp, jpeg and gif. The
knowledge database said to try and put
<%
Response.Write "Hello World!"
%>
and if my software was running properly it would give me a "Hello World"
message. That didn't work. In a nutshell, I guess I can't run extension
on
XP then what do I need to do, to make it work for XP & FP2003.

That is actually ASP code and it is just a test to see if ASP is actually
running & installed on your host/server - try it on your actual host web
server. ASP and the FP server extensions are actually two different things,
but they do work together with Frontpage.

However you can code ASP without the need for Frontpage.
 
Back
Top