Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
12answers
2k views

Alternatives to Access

Are there any alternatives to MS Access? Requirements: Portable Database file Integrated form development for data entry No compiling necessary. Can be modified on the fly. Two more ...
8
votes
3answers
5k views

Portable PostgreSQL for development off a usb drive

In order to take some development work home I have to be able to run a PostgreSQL database. I don't want to install anything on the machine at home. Everything should run off the usb drive. ...
6
votes
6answers
1k views

Recommend portable source control setup?

Since I have a couple of mid-sized personal projects and a lots of code snippets, sample programs, libraries which usage is demonstrated using unit tests, I want to have this whole lump of code ...
4
votes
7answers
1k views

Portable database for storing secrets

I'm developing a application that needs storing secrets in a database. I need a portable database (like Firebird, Sqlite, etc) where the data will be stored encrypted or password protected or both... ...
4
votes
4answers
2k views

Can I install SQL Server on a USB drive?

I'm a developer and I often work remotely when I can rather than commuting to work. I would like to be able to take the dev database environment with me. I know I can access the database remotely, but ...
3
votes
3answers
113 views

How to create portable inserts from SQL Server?

Now it generates inserts like INSERT [Bla] ([id], [description], [name], [version]) VALUES (CAST(1 AS Numeric(19, 0)), convert(t... It's very SQL Server specific. I would like to create a script ...
1
vote
3answers
25 views

Non-installed database

I need a database for my application. However, I want a portable database like SQL Express that user does not need to install any database. However my environment is now changed to Linux. Any ...
1
vote
3answers
146 views

Microsoft Access Database instead of SQLite or Local Database

Does a Microsoft Access Database is a possible solution to this question? SQLite seems to be exactly what I want but I cannot make it work in the .NET framework 4.0. I was thinking about using a ...
1
vote
2answers
89 views

How do you use portable databases with MsBuild?

I want to store in my solution a project containing the database creation scripts. When this project is built, it must generate a database file, which will then be used by this and other projects of ...
1
vote
8answers
1k views

portable non-relational database

I want to experiment/play around with non-relational databases, it'd be best if the solution was: portable, meaning it doesn't require an installation. ideally just copy-pasting the directory to ...
0
votes
1answer
213 views

Making a website/project Portable

Good evening/morning/after/noon. I have an ASP.net 3.5 website and I am using vb.net in VWD 2008 Express, I am also using MS SQL Server 2008 Express, I used ajax tabs and a textBox charavters counter ...