TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nkululeko Mazibuko
NA
15
26.4k
Creating in asp.net Csharp
Sep 28 2011 7:09 AM
Hi people!
Can anyone please help me on how I can go about creating a Slideshow with images loaded from an SQL database.
Here is my SQL Script for the table:
CREATE TABLE [dbo].[Pictures](
[PicId] [uniqueidentifier] NOT NULL,
[Picture] [image] NOT NULL,
[PicDescription] [varchar](40) NULL,
[DateAdded] [datetime] NOT NULL,
GO
Here is the Procedure I created for what I think would be needed to return the images in asp
CREATE PROC GetAllPictures
AS
SELECT PicId, Picture
FROM Pictures
I hope I can get a responce from anyone this would realy help me for my project.
Reply
Answers (
3
)
Creating and deleting files on a remote machine
Windows mobile login and logout code needed....need urgent for my assignemnt work (Login and Logout authentication)