ghell
08-06-2004, 02:09 PM
i am looking for a database system that is portable and not ms access or mysql but still works in ASP3 (php and asp.net are also enabled on my server but these dont really matter)
i know someone who made a small utility to get the database passwords out of any ms access database so this is no longer a viable solution, whats the point of putting a password on an encrypted database if someone can just read the password
i do not want to use mysql for various reasons that i would not like to get into here so please do not just tell me to use that
what else is there? i have heard of oracle but havnt looked into it really and dont know if it is what im looking for or there is a better solution
i would prefer it if i could just change my ms access database connect line and keep the lines such as
rsWhatever = objConn.Execute("SELECT * FROM table")
but i dont know whether this is possible
im using windows server 2003 by the way
i know someone who made a small utility to get the database passwords out of any ms access database so this is no longer a viable solution, whats the point of putting a password on an encrypted database if someone can just read the password
i do not want to use mysql for various reasons that i would not like to get into here so please do not just tell me to use that
what else is there? i have heard of oracle but havnt looked into it really and dont know if it is what im looking for or there is a better solution
i would prefer it if i could just change my ms access database connect line and keep the lines such as
rsWhatever = objConn.Execute("SELECT * FROM table")
but i dont know whether this is possible
im using windows server 2003 by the way