StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



General Software question...Expand / Collapse
Author
Message
Posted 09/12/2006 6:58:33 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 09/13/2006 7:31:55 PM
Posts: 4, Visits: 6
First, thank you in advance for your time and effort.

I recently downloaded your software and installed it. My question is this:

Will the software pull image metadata from a group of images?

Cheers

Post #2780
Posted 09/13/2006 8:24:09 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 12/02/2008 4:42:46 PM
Posts: 2,686, Visits: 1,890
Could you clarify what you mean by "image?"  Are you refering to a System.Drawing.Bitmap and how one is serialized into a field on a business object?  Or are you refering to the meta-data of a SQL Server database?  Or something completely different?


www.bungie.net
Post #2784
Posted 09/13/2006 9:25:51 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 09/13/2006 7:31:55 PM
Posts: 4, Visits: 6
I have a client that has over 50,000 images that include metadata. I am trying to catalog them and drop the data into a SQL database and then render back to the web. Thanks again for your time.

Cheers

Post #2788
Posted 09/13/2006 9:26:54 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 09/13/2006 7:31:55 PM
Posts: 4, Visits: 6
Sorry, most of the images are .jpgs with some .tiffs mixed in.
Post #2789
Posted 09/13/2006 10:27:58 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Yesterday @ 7:08:30 PM
Posts: 4,811, Visits: 4,781
Tony,

This is very possible.  In fact, you can create a VarBinary field in your SQL Server database to house the image.  You can then add a field customization through the BO Mapper in StrataFrame to type this field as a System.Drawing.Bitmap and turn on Serialization.  The BO will then automatically serialize the image to and from the database as an image rather than requiring you to do the work everytime. 

You will want to add these images to the DB through the BO to allow the serialization to take place.  Otherwise you will have a type conversion issue when the BO tries to deserialize the image since it is not in a serialized format.

This is actually what we do for one of our medical products which is a document imaging tool.  We have a mode that stores all of the images in a VarBinary field and does exactly what you are trying to do.  It is a very nice feature.

Let me know if this doesn't answer your question.

Post #2791
Posted 09/13/2006 6:51:40 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 09/13/2006 7:31:55 PM
Posts: 4, Visits: 6
Thanks again for your time...I am wondering if you offer services to build the database/tables/queries etc.?

I am very new to SQL and if the cost isn't too high I would be interested in contracting your company to build everything that I need on the database/query end. If you do offer this please give me contact information.

Cheers

Post #2809
Posted 09/14/2006 7:26:48 AM


Advanced StrataFrame User

Advanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame UserAdvanced StrataFrame User

Group: StrataFrame Users
Last Login: Yesterday @ 9:57:58 PM
Posts: 658, Visits: 27,148
The nice thing about Strataframe is their product the Database Deployment Toolkit allows you to create the database in an easy to use tool, then it actually deploys it to the SQL Server for you. I know when I made the move to .NET the one thing I didn't look forward to was learning TSQL, now I dont have to.

I have been using the DDT heavily for about a month and a half and am very pleased. You will still have to learn a few things about security in SQL Server but there is now way around that, and you probably should know it anyway just to be safe.
Post #2813
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 3:45am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.125. 11 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.