0
votes
1answer
15 views
What sql database role must a user have to use a MS Access project file
Today i tried changing a users role from db owner to db data reader and db data writer. This user uses an Access ADP file, to edit, add and delete records from a few tables in the …
2
votes
4answers
35 views
Force to support inheritance
For our project, the group use Microsoft Access. The VBA class is capability limited. How can VBA class be made to support inheritance?
-Wen
0
votes
3answers
39 views
C# Sync MS Access database to sql server
I am trying to set up a synchronization routine in C# to send data from a ms access database to a sql server. MS Access is not my choice it's just the way it is.
I am able to que …
0
votes
3answers
47 views
How to transfer my data from MS ACCESS DB to a new SQL SERVER DB?
Hello,
I have a contact DB that I created 3 years ago in MS ACCESS. After 1 year learning ASP.NET/C#, I'm comfortable witting application now for my office. So, I would like to cr …
5
votes
9answers
192 views
Writing a C# desktop application that needs to embed an encrypted database. What type of database should I use?
Hey SO'ers, I'm making a C#/WPF app that needs to access a number of tables to generate some of the xaml code I will use in the app. The tables will also contain some floating poin …
1
vote
3answers
35 views
Access/jet equivalent of Oracle’s decode
Is there an equivalent for Oracle's decode() in Access (or Jet, for that matter).
The problem I am facing is: I should sort (order) a resultset based basically upon
a status and …
0
votes
4answers
80 views
Excel or Access
What I am trying to do is make a form in Access and with out having to cut and paste over and over again have it ascend by rank, the problem with this is that lower ranks have lett …
0
votes
2answers
28 views
Using Microsoft Access with Java without the JdbcOdbc default bridge
Hi,
we have to use in our project some legacy Microsoft Access 97/2000 databases with Java.
The problem is: we face many problems with the default JdbcOdbc driver which is availab …
0
votes
3answers
66 views
VB6 execution with database is different when stepping through vs running
I've come across a weird scenario with the following code in a vb6 app:
Private database As dao.Database
Set database = openDaoDatabase([some valid database location], False)
cre …
1
vote
2answers
43 views
Calling a Java program from Microsoft Access
I have two programs I need to integrate. One is a Microsoft Access program. The other is a Java program. No flexibility on choice of platform for either one here, these are existin …
0
votes
1answer
40 views
Access Services and SharePoint 2010 - Need Info
I've been asked to research the ability to publish Access solutions directly to SharePoint as demonstrated in the demo below.
http://channel9.msdn.com/shows/Access/Microsoft-Acces …
0
votes
1answer
32 views
How to save VBA variable in database?
I have a form in Access 2007. In the form is a browse-file button. From the file-picker dialog the files name is saved in a VBA variable. And now to the question, how do I save the …
0
votes
1answer
81 views
How can I use hibernate with MS Access?
I want to use hibernate with MS Access. Which dialect should I use and can you give me a sample hibernate configuration file with MS Access?
0
votes
3answers
33 views
Upgrading and Security Implementation (Access 2000-2003 and up)
I’ve been working on a few small scale Access projects that have turned large scale rather quickly. The original designer implemented next to zero security and everyone can just w …
0
votes
4answers
55 views
Converting Northwind 2007 to SQL2005 Database
I have recently downloaded the Access 2007 Northwind example database and would now like to convert the database into a SQL 2005 database. I am using the Developer Edition of SQL 2 …
