Show Changes Show Changes
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

9/13/2007 3:33:39 PM
-74.15.247.173
9/13/2007 3:33:12 PM
-74.15.247.173
9/11/2007 9:05:45 AM
-74.15.248.233
List all versions List all versions

RSS feed for the TestJwd namespace

Related Topics

Sql Provider
.
RequiredBuild

SqlProvider is here.

订单凤飞飞

If you get Build 1653, you will get the SqlProvider. Some quick steps to use it

  1. Run the SqlStoreManagerGui executable to create the Sql Database. (You have to download the Tools-release too when you want to use this option)
  2. Run the SqlProviderUnitTests (optional)
  3. Launch the web site http://<yourserver>/default.aspx
  4. Go to the http://<yourserver>/Admin/Default.aspx Page and create a new SqlProvider namespace
  5. Begin using the new namespace.

I will be posting more notes in the upcoming days. Maybe. Or Not. Who knows???

Note

You will get fast and better answers to your questions if you post them on the FlexWikiUsersMailingList than if you post them here.

Note:

You may need to modify the CreateFlexWikiDatabase.sql script in SqlStoreManagerLib\Scripts before building the SqlStoreManagerLib and SqlStoreManagerGui when using SQL Server 2005. I had to modify the script to make the initial database 3MB instead of 1MB because the model database for my SQL Server 2005 requires that size.

Change:

CREATE DATABASE [${database}] ON (NAME = N'${database}Data', FILENAME = N'${datadir}\${database}.mdf' , SIZE = 1, FILEGROWTH = 10%) LOG ON (NAME = N'${database}Log', FILENAME = N'${datadir}\${database}_log.ldf' , FILEGROWTH = 10%)

to:

CREATE DATABASE [${database}] ON (NAME = N'${database}Data', FILENAME = N'${datadir}\${database}.mdf' , SIZE = 3, FILEGROWTH = 10%) LOG ON (NAME = N'${database}Log', FILENAME = N'${datadir}\${database}_log.ldf' , FILEGROWTH = 10%)

-- JeremyWiebe 2006.10.27

Question
Question
I am not able to run SQLProviderUnitTests mentioned above. Is this the dll that comes with the Tools package? Or I am missing something?
Answer
Question
Answer
The SqlStoreDatabaseCreationTool can be found in the Tools Release download at http://builds.flexwiki.com/FlexWikiCore -- DerekLakin [9-Feb-2005]
Answer
Question
Answer
Individual builds are available at http://builds.flexwiki.com/FlexWikiCore . There is a link on each build page that allows you to download the source, full release or upgrade release -- DerekLakin [9-Feb-2005]
Answer
We intentionally don't release every build, because we build every time we check in (this is called ContinuousIntegration), and as a result not all the builds are stable. Periodically, we release a stable build on SourceForge. These are the builds we encourage people to use. -- CraigAndera 2005.02.10
Question
Question
Question
Answer
Question
Dude, the SqlStoreDatabaseCreationTool was NOT in the tools release. Could you please let us know where it really is? -Erick 2005.3.2
Answer
As noted on the SqlStoreDatabaseCreationTool page, the tool was renamed to SqlStoreManagerGui. It is in the tools download. -- CraigAndera 2005.03.02
Question
Dude, the SqlStoreManagerGui is NOT in the tools release either. -Erick 2005.3.3
Answer
Question
When will the next release build supporting SQLProvider (and hopefully MySQL) be released? Which one do you think is close to stable in the interim? TIA -- Andrea 2005.03.03
Answer
Question
Answer
In theory, new projects could be written in VB.NET. However, since VS.NET doesn't support multiple languages within a single project, and since all FlexWikiProjects are currently written in C#, we have a defacto C# requirement. That said, there are translators out on the web that will change from C# to VB.NET and back again. And even without these, learning one if you know the other is trivial. I hope you'll consider contributing. -- CraigAndera 2005.03.05
Answer
Question
Why is the formatting for Questions and Answers inconsistent in FireFox? Perhaps I should look at the source code -- Andrea 2005.03.05
Answer
Answer
DerekLakin and I chased some of these problems down and isolated them to some code he wrote. I'm not sure where he is with fixing them. -- CraigAndera 2005.03.09
Question
I created the database for the sql store (FlexWikiSqlStore). Is there a web.config setting to get the new namespaces to be saved in sql rather than in the Namespace map folder?
Answer
Question
Answer
Question
I am very close to setup a flexwiki on a SQL only host. My ISP does not allow write access to any folder. And I have to remove all the EventLog and Performance Counter code. So far so good. I could see the initial page, but I would not setup a valid SQL Provider name space in the XML, becasue \admin\default.aspx does not have write access. Can someone give me a valid XML sample? -- VincentYang
Answer
Question
Question
Comment
When updating the NamespaceProviders in the administrative interface, the Web UI will update the NamespaceMap.xml file before it validates the connection info, which may leave you with one or more bogus entries in that file if you make any mistakes.
Question
Question
Question
Note to all... As noted by the last person, the method SqlProvider.LoadNamespaces() isn't implemented in 2.0 Beta 1 (2.0.0.41). -VH 6/26/2007

Note

You will get better and faster answers to your questions if you post them on the FlexWikiUsersMailingList than if you post them here.

bashaOwner: <WikiSignature of owning developer>

RequiredBuild
RelatedBugs
RelatedFeatureRequests
Summary
RequiredBuild
RelatedBugs
RelatedFeatureRequests
Summary
RequiredBuild
RelatedBugs
RelatedFeatureRequests
Summary

Not logged in. Log in

The wiki for all things Objective Design Solutions

This is FlexWiki, an open source wiki engine.

This site supports the new NoFollow anti-spam initiative.
Change Style

Recent Topics