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 8793501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:07:50+00:00 2026-06-13T23:07:50+00:00

var store = new DocumentStore() { Url = @http://localhost }; store.Initialize(); Blog blog =

  • 0
var store = new DocumentStore()
{
    Url = @"http://localhost"
};
store.Initialize();


Blog blog = new Blog()
{
    Title = "Hello RavenDB",
    Category = "RavenDB",
    Content = "This is a blog about RavenDB",
    Comments = new BlogComment[]{
        new BlogComment() { Title = "Unrealistic", Content= "This example is unrealistic"},
        new BlogComment() { Title = "Nice", Content= "This example is nice"}
    }
};

using (IDocumentSession session = store.OpenSession())
{
    session.Store(blog);
    session.SaveChanges();
}

The above code saves data to the default database. (It is a web application.) But I want it save data to another database that I created the raven management studio (web page). Where do i specify the database name? Also please tell me how I can save the connection string with the database name in the config file. This is how I would save it to config file without the database name

<connectionStrings>
  <add name="Local" connectionString="DataDir = ~\Data"/>
  <add name="Server" connectionString="Url = http://localhost:8080"/>
</connectionStrings>
  • 1 1 Answer
  • 0 Views
  • 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-06-13T23:07:50+00:00Added an answer on June 13, 2026 at 11:07 pm

    All of your questions are explained in the documentation:

    new DocumentStore 
    {
        ConnectionStringName = "Local"
    }
    
    <connectionStrings>
        <add name="Local" connectionString="DataDir=~\Data;Database=MyDatabaseName"/>
        <add name="Server" connectionString="Url=http://localhost:8080;Database=MyDatabaseName"/>
     </connectionStrings>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a store like this: var store = new Ext.data.Store({ id: 'store', url:
var store = new Ext.data.JsonStore({ id:'jfields', totalProperty:'totalcount', root:'rows', url: 'data.php', fields:[{ name:'jfields' }, {
Store initialisation: private static IDocumentStore CreateDocumentStore() { var store = (DocumentStore) new EmbeddableDocumentStore {
I've configured my store as: var store = new Ext.data.JsonStore({ url: 'gridData.php', root: 'movies',
var ref1 = new Firebase(http://gamma.firebase.com/myuser/123,456); ref1.set(123,456); var on1 = ref1.on(value, function(snapshot) { console.log(snapshot.val()); });
I'm reading through Rob Ashton's excellent blog post on RavenDB: http://codeofrob.com/archive/2010/05/09/ravendb-an-introduction.aspx and I'm working
I have a store: var store = new Ext.data.store({ autoLoad: true, autoSync: true, model:
I have a JsonStore: var store = new Ext.data.JsonStore({ root: 'Data.items', remoteSort: false, fields:
i saw below example in lawnchair documentation, var store = new lawnchair({name:'testing'}, function(store) {
I have a JsonStore configured like so: var store = new Ext.data.JsonStore({ restful: true,

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.