473,399 Members | 4,192 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,399 software developers and data experts.

I need to insert ole object from access database

i want the code to read an object (ole object) from access database to a textbox in asp.net . the object might be picture or notepad (txt)
here is my command
MsgBox("Result found", MsgBoxStyle.Information, "Results will be shown ")
MovieID.Text = myReader(0)
MovieTitle.Text = myReader(1)
MovieDirector.Text = myReader(2)
Actor.Text = myReader(3)
summary.Text = myReader(4)

all work perfectly but the summary.textr is not because is ole object in access database pls help ime .its my final year and i need to finish my project....
i appreciate any help from anybody
Feb 26 '07 #1
1 1959
sashi
1,754 Expert 1GB
i want the code to read an object (ole object) from access database to a textbox in asp.net . the object might be picture or notepad (txt)
here is my command
MsgBox("Result found", MsgBoxStyle.Information, "Results will be shown ")
MovieID.Text = myReader(0)
MovieTitle.Text = myReader(1)
MovieDirector.Text = myReader(2)
Actor.Text = myReader(3)
summary.Text = myReader(4)

all work perfectly but the summary.textr is not because is ole object in access database pls help ime .its my final year and i need to finish my project....
i appreciate any help from anybody
Hi there,

It's not possible to load picture into textbox, instead use <img> tag. Good luck.
Feb 26 '07 #2

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

Similar topics

8
by: Carl | last post by:
Hi, I hope someone can share some of their professional advice and help me out with my embarissing problem concerning an Access INSERT query. I have never attempted to create a table with...
7
by: kosta | last post by:
hello! one of my forms communicates with a database, and is supposed to add a row to a table using an Insert statement... however, I get a 'oledb - syntax error' exception... I have double...
17
by: kosta | last post by:
hello! one of my forms communicates with a database, and is supposed to add a row to a table using an Insert statement... however, I get a 'oledb - syntax error' exception... I have double...
1
by: geodev | last post by:
I’m copying data across from an Access database to an MSDE database through the use of some vb.net code. Unfortunately the application crashes when it goes to copy across data, in particular...
13
by: PinkBishop | last post by:
I am using VS 2005 with a formview control trying to insert a record to my access db. The data is submitted to the main table no problem, but I need to carry the catID to the bridge table...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.