Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4240394
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:09:32+00:00 2026-05-21T03:09:32+00:00

I have a web application which displays set of components in the form of

  • 0

I have a web application which displays set of components in the form of grid view and gives the user ability to buy and download components from the web store. I’m considering using db4o for this ? What is your suggestion ? How is the support for db4o in visual studio 2008 ?

Can i have some tutorials/links on aligning datasource/databinding of gridview with db4o ?? How to start with db4o, create a table, using stored procedures / or similar concepts of it , connecting to database ? retrieving the data ?

If possible giving a example code would be of great help

I’m using visual studio 2008, asp.net with c#

Help me out.

Thanks

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T03:09:33+00:00Added an answer on May 21, 2026 at 3:09 am

    That’s a very broad question.

    Building a web store. I’m considering using db4o for this? What is your suggestion?

    It’s certainly possible, although more information is required. The expected load, data size etc. Try it out?

    How is the support for db4o in visual studio 2008?
    What do you understand with vs 2008 support? db4o is basically just an library. Add it to your project and start using it. There no special visual studio support required.
    When you are referring to a ‘database’-explorer kind of support: There’s a VS 2008 plugin for db4o which allows you to explore a db4o database. However its not really good.

    Can I have some tutorials/links on aligning datasource/databinding of gridview with db4o?
    Do you mean the ASP.NEt grid-view controls? I don’t know anything about that. I can only refer to this section about web-apps. It only contains some basic issues with it and doesn’t cover framework specific stuff.

    How to start with db4o, create a table, using stored procedures / or similar concepts of it , connecting to database ?

    Open the database, store a few objects, query for a few objects:

    using (IObjectContainer container = Db4oEmbedded.OpenFile("databaseFile.db4o"))
    {
            // store object
            var pilot = new Pilot("Joe");
            container.Store(pilot);
    
            // query for objects
            var pilots = from Pilot p in container
                 where p.Name == "Joe"
                 select p;
    
           // update an object
           var pilotToUpdate = pilots.First();
           pilotToUpdate.Name = "New Name";
           container.Store(pilotToUpdate);
    }
    

    Here’s a one page overview of the basic operations. Then next step is probably to evaluate if db4o is even suitable. Integrate db4o into your web-framework and look if it works. Then start to model your domain-classes in a clean way and see if it can be stored / queried easily with db4o.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi All, I have a web-view in my application which displays some text with
We have a Web application (ASP.NET) which displays in some page links to miscellaneous
I have web application which we deployed in a production . We have separate
I have web application of which major part is javascript. I request images from
I have a web application which process the data collected from different client machines
I have a web application which uses the globalization values being passed from sql
I have a web application which needs to perform a file copy operation and
I have one web application which I have been working for some time.I am
I have a web application which contains both secure (SSL) and non-secure pages. A
I have a web application which is deployed by the means of Flask. I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.