0
votes
0answers
2 views
Best way to install MS Access on a remote windows server?
What's the best way to install MS Access on a remote windows server?
I do have a valid license for the product.
I want to install it on a remote windows server, for development purposes.
Server is …
0
votes
2answers
19 views
Avoiding MaxLocksPerFile via odbc connection to MS Access
Due to "circumstances beyond my control"tm, I am using sqlalchemy with an MS Access backend. I'm having an issue that the following code:
def delete_imports(self, files_imported_uid):
table_name …
0
votes
6answers
73 views
Need help thinking about ways to normalize some messy data!
So I have some data in an Access table. I am well-versed in Access and am using it in this instance for its report-generating qualities and ease of use for the non-tech proficient. This is the only …
1
vote
3answers
24 views
Remove Authentication From Microsoft Access
I have a Microsoft Access File, which has two level protection:
database password
mdw file ( for storing username and password)
I can easily unset the ms access database password, but is there …
0
votes
3answers
87 views
Power builder DSN Creation
I am new to Powerbuilder.
I want to retrive the data from an MSAccess tables and update it to curresponding SQL tables.I am not able to create a permanent DSN for MSAccess because i have to select …
1
vote
15answers
564 views
Non-web SQL Injection
There seems to be some hysteria about SQL Injection attacks. Most recently, here
http://stackoverflow.com/questions/505838/vba-simple-database-query-from-word
If I'm creating a macro in Excel that …
0
votes
3answers
67 views
Viewing SQL in an access database?
I have an access database which has some sql queries loaded into it. I have no experience with microsoft access and need to know how I can see the sql queries it contains. My guess is they are …
0
votes
4answers
28 views
MS-Access - why can’t this update query fill empty cells?
In MS-Access database, table called NewTable3
colname is a text column containing lot of empty cells or blanks.
i want to put ? character in empty cells . when i run the query
UPDATE NewTable3 SET …
0
votes
4answers
33 views
Running 4 make table queries on a time schedule with no human interaction
I have four make table queries that need to be ran in a certain order and on a daily time schedule. I tried creating a macro that would open them in order but it required human interaction to exit out …
0
votes
2answers
22 views
How do I query a property on a record source for a Access 2002 report in code?
In the 'code behind' of the report is there anything I can do in code to query a property of the record source.
Sorry I'm new to access and VB, but I am wanting to achieve something along the lines …
0
votes
4answers
51 views
what are the various other programs using which i can connect to odbc database besides ms-access.
what are the various other programs using which i can connect to odbc database besides ms-access.
i'm talking about programs in which i can run sql queries. i dont want to use ms-access because the …
0
votes
4answers
53 views
mysql query which selects from another mysql query
i am migrating from ms access database to mysql database with java frontend so that my application can be used in linux as well .
in ms access here's what i would do
go to create query . write a …
2
votes
4answers
44 views
will the sql queries i run in ms-access also work on mysql without any changes ?
will the sql queries i run in ms-access also work on mysql without any changes ?
1
vote
5answers
5k views
SQL Update woes in MS Access - Operation must use an updateable query
I have a select query which does some text manipulation to essentially reformat a field so that I can look it up in another table:
If my first table if I have a field like "J1/2" it looks up the ID …
0
votes
3answers
53 views
ms-access - how to automatically select yes in warning message boxes
in ms-access i am running a macro that runs several queries, during the execution of a query a message box appears
"you are about to run an update.......... are you sure you want to run this query ? …
