Questions tagged [portable-database]

14 questions
20
votes
5 answers

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. What development tools do you carry on your USB…
Simurr
  • 672
  • 1
  • 4
  • 19
15
votes
11 answers

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 requirements: Available for Linux or Windows Does not have to…
lamcro
  • 6,069
  • 18
  • 57
  • 70
6
votes
4 answers

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 it slow. I sometimes work where there's no…
Joe
  • 63
  • 1
  • 1
  • 4
4
votes
7 answers

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... Let's take as example that I want create a…
Click Ok
  • 8,700
  • 18
  • 70
  • 106
3
votes
3 answers

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 that everybody can use, database agnostic. I have…
IAdapter
  • 62,595
  • 73
  • 179
  • 242
3
votes
2 answers

How do you create 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 the solution at the run time. How to do that? I…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
2
votes
9 answers

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 someplace would make it work. I don't mind if it…
hasen
  • 161,647
  • 65
  • 194
  • 231
2
votes
2 answers

Simple CRUD Application with portable database

after much searching I am going to pose my question here. If there is a duplicate and my search-foo abilities failed me I will gladly defer to it. On to the question. I have a heavy background in service and web applications, with centralized…
thismat
  • 2,096
  • 17
  • 24
1
vote
3 answers

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 suggestions? I accept both SQL (Oracle, SQL Server,…
Alex Yeung
  • 2,495
  • 7
  • 31
  • 48
1
vote
3 answers

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 Microsoft Access Database but I don't know if when…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
0
votes
2 answers

Separate file for SQL database

Using Visual Studio 2017, for a C# project, how do I create my SQL database in a separated and portable file?
0
votes
1 answer

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 control develped by…
0
votes
1 answer

Lightweight portable cross-platform client-server database

Is there a lightweight (in size and memory usage), portable (that i can copy and paste it to another computer without reconfiguration, or rsync it with ease), cross-platform (that runs on windows and linux, at least at data level), client-server…
Kokizzu
  • 24,974
  • 37
  • 137
  • 233
-4
votes
1 answer

Connect PHP With Portable MySQL

Is it possible to connect PHP with portable MySQL file ?
AsgarAli
  • 2,201
  • 1
  • 20
  • 32