Renderer Posted May 12, 2016 Posted May 12, 2016 Hello everyone! Today i'm gonna ask you if it is possible to use MSAccess as a WEB Database instead of MySQL. If it is, then could i use javascript to write into such database? I'm new to web development so that's why i call this forum.I've been looking for some stuff on google but i've found just a few results,that did not help me at all.I was told it is posible,but i would rather ask you. Thanks in advance!
spudw2k Posted May 12, 2016 Posted May 12, 2016 Can I ask why? Is it because it is familiar to you? MSAccess wasn't designed to be used as a back-end DB for a web app and certainly will fail short in terms of efficiency/performance. Having said that, you could use ADODB to interact with an Access DB. Found this: http://www.webdeveloper.com/forum/showthread.php?1957-Reading-Writing-data-in-MS-Access-database-using-javascript Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Renderer Posted May 12, 2016 Author Posted May 12, 2016 2 hours ago, spudw2k said: Can I ask why? Is it because it is familiar to you? MSAccess wasn't designed to be used as a back-end DB for a web app and certainly will fail short in terms of efficiency/performance. Having said that, you could use ADODB to interact with an Access DB. Found this: http://www.webdeveloper.com/forum/showthread.php?1957-Reading-Writing-data-in-MS-Access-database-using-javascript Thanks.Yes it is more familiar, and easy to use.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now