Tagged Questions
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 ...
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 ...