embedded-database
java.sql.SQLException: Invalid cursor state - no current row
I keep getting this error when I use the getString method from the ResultSet. I use the returned ResultSet of the first method for the second method. Relevant Code:[详细]
2023-03-18 14:47 分类:问答Embedded databases for ASP.NET
I need an embedded database solution that can be used from within an ASP.NET application. Unfortunately, it seems that SQL Server compact edition does not support ASP.NET and my web host does not avai[详细]
2023-03-17 03:57 分类:问答Embedded or managed Oracle instance for integration tests
For MySQL, the MXJ connector makes it very easy to launch a managed MySQL instance. I know that Oracle provides Oracle XE for quick setup, but I\'ve on开发者_如何学Goly found an RPM distribution that[详细]
2023-03-15 11:32 分类:问答Embedded MongoDB when running integration tests
My question is a variation of this one. Since my Java Web-app project requires a lot of read filters/queries and interfaces with tools like GridFS, I\'m struggling to think of a sensible way to emplo[详细]
2023-03-14 09:57 分类:问答Is Firebird good embedded DB for ASP.NET? Which else?
Looking for a good embedded db for my asp.net apps while trying to avoid SQLExpress (I need it to be a downloable file(s) with no need to install at server), I found Firebird. But:[详细]
2023-03-14 09:47 分类:问答What's the name of MS's (ongoing?) embedded (serverless) SQL Server version with stored procedures support?
Some months ago I\'ve read an announce of Microsoft to be going to release an embedded (serverless, linked to an application as a library/assembly and using a simple file to store data) SQL Server ver[详细]
2023-03-08 14:08 分类:问答Externally browsing an Embedded JavaDB deployment
I created and deployed a jav开发者_如何学编程adb-powered portable swing application. The app creates the javadb database folder as expected if it doesn\'t exist.[详细]
2023-03-04 19:26 分类:问答Is it possible to use MongoDB as an embedded database?
As the title says I like to embedd the MongoDB server into my own C++ application. I haven\'t found this mode in the documentation. What I was looking for is something like SQLite or Fi开发者_Python百[详细]
2023-03-03 19:08 分类:问答Embedded database for .NET application
I need to choose a database as a backend for a VB.NET application. It must: support XCOPY deployment be accessible by a service and a desktop application at the same time[详细]
2023-02-28 11:42 分类:问答Embedded database for C# supporting multiple connections
Is i开发者_StackOverflow中文版t possible to have an embedded database as a file shared on a network disk and used simultaneously by multiple users (to both read and write)?[详细]
2023-02-25 00:56 分类:问答
加载中,请稍侯......