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

fetch url from database

Hi,
How to set image path (or) url in database without using insert method,
(for eg:name means directily put the name in database like anu.)
and how to fetch that image from database.

Please help me.


thanks in advance.
Sep 1 '07 #1
3 2115
azimmer
200 Expert 100+
Hi,
How to set image path (or) url in database without using insert method,
(for eg:name means directily put the name in database like anu.)
and how to fetch that image from database.

Please help me.


thanks in advance.
INSERT is the way to store a new entry in an SQL DB; there's no other I know of...
Sep 1 '07 #2
Hi,
I was asking you not in sql, In access directly we can type the field name, likewise how to give the image path or url in access.

If we give the path like ,
c:Image/tree.jpg means access accept or not and then how to retrive this path from database and how to change it as image path, Because usually we give the path like,
<img url=c:Image/tree.jsp>
Please give the solution.
Sep 4 '07 #3
ck9663
2,878 Expert 2GB
Hi,
I was asking you not in sql, In access directly we can type the field name, likewise how to give the image path or url in access.

If we give the path like ,
c:Image/tree.jpg means access accept or not and then how to retrive this path from database and how to change it as image path, Because usually we give the path like,
<img url=c:Image/tree.jsp>
Please give the solution.

if you are doing this in some kind of browser-based front-end, you may have a fields for the folder and the image file name, or one field concatenating them together. you may control this on the script side (ie ASP)

<img url=<%=imagefilename%>

of some sort. i did not test that line of code, but it's the concept/idea that am trying to relay.
Sep 5 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Jeremy Moncho | last post by:
Hi guys, I am having a comprehension problem for which I cannot seem to find an answer (by banging my head on my keyboard.) I have the following code which yields no results. I expect one...
1
by: Ann | last post by:
Hello everyone, hope someone can help me with this. I have a SQL stored procedure that inserts a record into a table, creates a cursor to fetch the last record that was added to get the unique...
8
by: Evan Smith | last post by:
During a routine performance check using an event monitor, I discovered a class of query whose performance has me baffled. The monitor captured: SELECT * FROM EWM_CASE fetch first 1 rows only...
7
by: Bernard Lebel | last post by:
Hello, I'm stumbled at a serious problem, and quite frankly getting desparate. This is a rather long-winded one so I'll try to get straight to the point. I have this Python program, that...
1
by: Siva | last post by:
Hi, I have a 3 tier ASP.Net app for a handheld which needs to fetch orders from database via a DAL and populate it in a gridview using objectdatasource. In the search page I have a few parameters...
7
by: asenthil | last post by:
Hai to all, this is senthil... i'm now working in the field of VC++... i want to connect a mysql database... just now tried to retrieve rows from a simple mysql database by using VC++ My...
1
by: viralshah20 | last post by:
Hello Friends, Can Anybody guide about how should i code to fetch image and save image in Access database.I have save image by reading byte by byte but cant fetch it...
0
by: PROGRAMMINGMAESTO | last post by:
How to Fetch and Retrieve image in ASP using MS Access. -------------------------------------------------------------------------------- Hello Friends, Can Anybody guide about how should i...
2
by: Sally1053 | last post by:
can you please give me an example of using the FETCH and cursor statement And make to be able to fetch more that one row at a time, lets say the two database are TEST(fetch to) and TLC (fetch...
1
by: robin1983 | last post by:
Dear All, How are you everyone! I need a help from you all. Firstly, I want to know is it possible to fetch the email details from the Outlook to Excel or Database by using PHP. MS outlook has...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.