Activity Stream

Filter
Sort By Time Show
Recent Recent Popular Popular Anytime Anytime Last 24 Hours Last 24 Hours Last 7 Days Last 7 Days Last 30 Days Last 30 Days All All Photos Photos Forum Forums Articles Articles Blog Blogs
  • dadamonis's Avatar
    Today, 09:55 AM
    There are a few high level items that we should check: 1. When did you download the install file? 2. What version of Windows are your using? Is it an x64 version? 3. What version of the .NET...
    4 replies | 155 view(s)
  • Alexey's Avatar
    Today, 08:36 AM
    Is Nuodb team planning for data change notification mechanism? I mean abilty to subscribe to event of data changing (row, set of rows, whole table) and to get notifications in near realtime. And...
    0 replies | 10 view(s)
  • aabrevaya's Avatar
    Today, 07:47 AM
    Hi Oliver - Let us know if you need any assistance with this. We have a number of PHP "adapters" for various products based on our PHP PDO driver. Take a look at the following repos: Zend...
    1 replies | 25 view(s)
  • mjmsm's Avatar
    Today, 06:28 AM
    Hi, I've just downloaded the developer edition of NuoDb in order to evaluate it. I've been following the installation instructions but have encountered an error. Please can someone shed some light...
    0 replies | 14 view(s)
  • drevange's Avatar
    Today, 05:22 AM
    Duke - Unfortunately I installed the version today and have the install issue - it will not install the driver and rolls back (tried also running the msi by itself - noticed in the overall install...
    4 replies | 155 view(s)
  • aabrevaya's Avatar
    Today, 05:13 AM
    Kapilt / Sansknowledge - We're working aggressively to get a native Python driver completed. Our team is actively working on it and we hope to have a pre-release available in just a couple of weeks....
    3 replies | 663 view(s)
  • kapilt's Avatar
    Yesterday, 07:00 PM
    jython is not a viable option for cpython applications using extensions.. which is a significant majority of the whole. its disheartening to see so many languages supported by nuodb but python...
    3 replies | 663 view(s)
  • dbettley's Avatar
    Yesterday, 03:24 PM
    Hi, I'm a developer evaluating the possibility of migrating some of our databases from Sybase to alternative systems, one of those options is NuoDB. I'm trying to use your migrator to initially...
    0 replies | 25 view(s)
  • oliverholmberg's Avatar
    Yesterday, 12:48 PM
    Hi All, I'm brand new to NuoDB, but am seriously considering using it for a new application (re-build from the ground up of an existing app, actually). I've already settled on developing my...
    1 replies | 25 view(s)
  • elisabete's Avatar
    Yesterday, 12:24 PM
    Problem: When attempting to install and run XAMPP with NuoDB, you receive the following error message: Error : "PHP Warning: PHP Startup: Unable to load dynamic library ...
    0 replies | 27 view(s)
  • Alexey's Avatar
    Yesterday, 07:15 AM
    I found it was caused by case-sensitivity behavor. If I use "ID" instead of "id" Property(x => x.Id).HasColumnName("ID").HasDatabaseGeneratedOption(DatabaseGeneratedOption.Identity); then code...
    1 replies | 27 view(s)
  • Alexey's Avatar
    Yesterday, 06:21 AM
    Is NuoDb ADO.NET provider for EF works with identity columns? I created floowing table: create table dbo.TestId ( id int generated always as identity not null primary key, num int not null...
    1 replies | 27 view(s)
  • esobrino's Avatar
    Yesterday, 06:18 AM
    Just to be clear, I will not spend a second here if I don't see value on NuoDb; having saying that, please review some concerns: - For some reason I was required to register various times for...
    0 replies | 28 view(s)
  • amassari's Avatar
    05-17-2013, 01:45 PM
    Hi Alexey, the addition of asynchronous methods are definitely on our todo list; and given our feedback, they could appear sooner rather than later ;-) Alberto P.S. the NuoDbDataReader is...
    1 replies | 60 view(s)
  • Alexey's Avatar
    05-17-2013, 03:03 AM
    I'm running my benchmark on NuoDb 1.1 on Windows. My main test configuration are several virtual Windows Server 2012 machines (nuodb01, nuodb02, nuodb03). All virtual machines have 16 GB RAM and 24...
    0 replies | 48 view(s)
  • dadamonis's Avatar
    05-16-2013, 10:02 PM
    The following questions were posted during a recent webinar presentation, highlighting NuoDBv1.1 and we wanted to take this opportunity to post the Q&A to the community. Q: How does the PHP PDO...
    0 replies | 60 view(s)
  • debarisi's Avatar
    05-16-2013, 08:33 PM
    Hi, First i would like to say great work and just keep that way. Just to share my vision before i ask some questions. As developer in small team (7 developers) that are developing applications...
    0 replies | 44 view(s)
  • LeoRomano's Avatar
    05-16-2013, 05:09 PM
    Hi, What is the licensing and pricing model if I just want to use nuoDB in an on-premise solution or if I run it in my own cloud setup? Free? Support contract? I searched every where and...
    0 replies | 77 view(s)
  • LeoRomano's Avatar
    05-16-2013, 04:58 PM
    I'm trying to get all this information into my RSS reader so I can get up to speed on things but there is no aggregated rss feed URL that I can find. Please and thanks. This DB looks AWESOME!...
    0 replies | 31 view(s)
  • LeoRomano's Avatar
    05-16-2013, 04:42 PM
    Hi Elisabete, So just to see if I understand it, for Store 1 Host B, for example, it would only be configures to access database StoreB. This would be replicated back to Home Office but NOT to the...
    5 replies | 564 view(s)
  • Alexey's Avatar
    05-16-2013, 03:13 AM
    Will asynchronous operations (that uses asynchronous IO) for NuoDbCommand, NuoDbConnection, NuoDbDataReader (why it is internal?), NuoDbBulkLoader be available? I mean at least Task-based (TAP) and...
    1 replies | 60 view(s)
  • dadamonis's Avatar
    05-15-2013, 01:49 PM
    Martin, Yes this in the product roadmap for 2014. Unfortunately, I don't have a more specific timeframe however any new feature will be noted in the release notes, etc.
    1 replies | 276 view(s)
  • sridhar's Avatar
    05-15-2013, 08:21 AM
    Hi Amassari, I was using Vs 2008 and this file is not present. However I was able to successfully compile the project on VS express 2012 IDE. Thank you. sridhar
    2 replies | 83 view(s)
  • amassari's Avatar
    05-15-2013, 07:25 AM
    Hi sridhar, the stdint.h is an header file provided by the compiler (for instance, I see it in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include); which version of Visual Studio are you...
    2 replies | 83 view(s)
  • amassari's Avatar
    05-15-2013, 07:22 AM
    Hi n3ild, what is the full version of the Visual Studio 2010 product you have installed? Is it by any chance an Express edition? If instead you are using an edition that does support third-party...
    5 replies | 187 view(s)
  • n3ild's Avatar
    05-15-2013, 05:32 AM
    I have just installed Visual studio 2012 and still having no joy (.Net framework 4.5 is installed as a pre req). Any further ideas of where I can look?!
    5 replies | 187 view(s)
  • myZure's Avatar
    05-14-2013, 09:10 PM
    myZure replied to a thread NuoDB 1.1 on Azure in Technical FAQ
    Good evening Elisabete, Appreciate the post and the status of the documentation. Really looking forward to getting started as soon as the docs are posted. Thank you, Mark myZure.com
    2 replies | 125 view(s)
  • SeanT's Avatar
    05-14-2013, 07:43 PM
    Hello. I work for a high availability credit card environment. We have been approached on taking a look at NuoDB. To give an idea, we currently use SQL Server 2012 Enterprise with 17 clustered...
    0 replies | 52 view(s)
More Activity