Search Results

16
votes

Good Free Alternative To MS Access

Schnapple asks: Are you referring to the concept of a free database to distribute with an application, or an Access-like "single file, no installation" database? …
1
vote

File database suggestion with support for multiple concurent users.

The original question makes no sense to me, in that the options don't belong together. BerkeleyDB is a database engine only, while Access is an application development tool that ships with a defaul …
-2
votes

Best way to test a MS Access application?

Data Access Pages have been deprecated by MS for quite some time, and never really worked in the first place (they were dependent on the Office Widgets being installed, and worked only in IE, and o …
0
votes

Delete Records from Access database, error while deleting

samjudson suggested: DoCmd.RunCommand acCmdUndo You can also use Me.Undo, to undo the last edit to the form in which the code runs. Or, Me!MySub …
2
votes

Issues using MS Access as a front-end to a MySQL database back-end?

Gareth Simpson opined: If it's only two users, then Access should do just fine if you put the .mdb on a shared drive. Er, no. There is no multi-user …
4
votes

Good Free Alternative To MS Access

The Access runtime license has never been all that expensive -- the cost for the developer tools/extensions has been around $300 as long as I can remember (which would be as far back to the Access …
1
vote

Using SQLITE with VB6

Just a clarification: If you're using VB6 for your application, then you aren't using Access at all -- you're only using the Jet database engine. So, this isn't really an ms-access …
1
vote

PHP and MS Access: Number of Records returned by SELECT query

ADODB has its own rules for what recordcount is returned depending on the type of recordset you've defined. See: MS Knowledge …
0
votes

Combining split date ranges in a SQL query

Have you considered a non-equi join? That would look something like this: SELECT A.StudentID, A.StartDate, A.EndDate, A.Field1, A.Field2 FROM tblEnrollment AS A LEFT JOIN tblEnrollm …
1
vote

How to change a column’s “Row Source” in Access table at run-time?

Your question is quite confusing. "RowSource" is a property of a list box or combo box. A table does not have a RowSource, but, as Remou points out, Access allows you to define fields in your table …
1
vote

How to fix possible db corruption?

Compacting and importing won't fix the problem for the error reported, which is clearly a corrupted pointer for a memo field. The only thing you can do is delete and recreate the record that is cau …
0
votes

Access Database Replacement

Once again, the question is so poorly worded that there's no way to answer. Is the word "Access" being used here to describe a situation where an MDB is used for data tables and that's all …
1
vote

Tools to convert Microsoft Access to an online PHP/mySQL system

I would ask what the justification for moving to PHP/MySQL would be. If it's to centralize administration and to provide remote access, you might consider whether or not it would be simpler to set …
1
vote

How do I migrate a database from Microsoft Access to mySQL?

Hmm. I have Access 2003 and am running MySQL (to support web work on my laptop). I just went into an Access back end MDB and highlighted a table and chose EXPORT from the file menu and then chose O …
0
votes

Use Access or MySQL as a backend database

I think you should define what you mean by "distributed DB Application." That term as I understand it would usually put Jet out of the running for the back end. No one can actually answer y …

1 2 next
15 30 50 per page