-
Is it possible to have a password on the MDB file and access it with myaccess?.
2009-07-16 17:20:14 UTC by maxizinsane
-
strSql = "SELECT * FROM [" & strTableName & "]" & strOrderSql
solves the problem.
2009-06-12 14:11:47 UTC by maxizinsane
-
It would be could if it was possible to prevent an SQL error when a table has a name with an SQL operator like a minus character.
My table's name was interpeted as an SQL string minus string substraction witch isn't logical and breaks the original query we want to have.
Debbuged using this line (69) in file viewTableFrame.asp
response.write("Debug code: the SQL query is...
2009-06-12 14:01:26 UTC by maxizinsane
-
I was having a problem updating a record that contained boolean fields -- if the record I attempted to edit contained a boolean value, it was prefilled in the form as "True" or "False" but then the update failed with an error message that was generated by the field validation routines. I studied the code and noticed that it's treating booleans (field type 11) just like dates (field type 7), and...
2008-11-03 04:32:31 UTC by kilsen
-
The reason for this error is likely that the DB_DIR variable isn't set correctly. Instructions for configuring MyAccess can be found on the MyAccess web site (http://iissitelib.sourceforge.net/myaccess/install.php).
Neal.
2008-03-18 19:45:51 UTC by nclark
-
viewDatabase.asp sets a session variable to the selected database. If you have cookies turned off this variable will not be stored. Each page that requires a selected db will check to ensure it is set correctly and if it isn't you will be redirected back to viewDatabase.asp. Additionally, please ensure that your browser supports cookies. You can also check your default session timeout in...
2008-03-18 19:43:28 UTC by nclark
-
17-Mar-2008 2303 Hours
When I set myaccess_use_auth = false (in inc_config.asp), I am automatically redirected to viewDatabase.asp when I load index.asp.
All database files which reside in /fpdb are displayed but when you click on any of them the viewDatabase.asp file continues to be displayed.
I'm very new to VB/ASP so I'm not very good at back tracking through the code to see if there...
2008-03-18 03:10:33 UTC by mzgfyd
-
17-Mar-2008 2144 Hours
Executed the passwordGenerator.asp file from MyAccess v0.1.11 to generate a password hash code.
Then copied and pasted the generated hash code into the inc_config.asp file and assigned it to the string variable "myaccess_admin_password".
Did not change the following variables:
myaccess_use_auth = true
myaccess_admin_user = "admin"
Then saved the...
2008-03-18 02:00:41 UTC by mzgfyd
-
Thank you for your bug report. This issue has already been fixed in the current release. See bug [ 1910711 ] "No database session check when authentication is disabled" for more information. Thanks, Neal.
2008-03-12 04:49:09 UTC by nclark
-
If someone would like to commit code I would be more than happy to add it to the code-base but for now multiple deletion is not a high priority.
2008-03-10 08:12:12 UTC by nclark