willwatters 0 Posted December 9, 2004 Does autoit v3 read and write to a database (I.E. MS Access 2000)? Share this post Link to post Share on other sites
Andre 0 Posted December 9, 2004 NO ! What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel! Share this post Link to post Share on other sites
Blue_Drache 260 Posted December 9, 2004 But it can control the application that does read and write to the database. Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache Share this post Link to post Share on other sites
sykes 0 Posted December 9, 2004 Not directly, but you can use command line tools like isqlhttp://www.autoitscript.com/forum/index.ph...wtopic=3098&hl=And I recently created a script that dynamically creates a .vbs fileand uses wscript.exe to write information to a databasehttp://www.autoitscript.com/forum/index.php?showtopic=6498 We have enough youth. How about a fountain of SMART? Share this post Link to post Share on other sites
djek 0 Posted December 9, 2004 There are some COM Wrappers and DLLs for sqlite.http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappersIn theory you could, maybe, perhaps use a dllcall to access those.Notice the caution.I think sqlite would be an ideal candidate. Share this post Link to post Share on other sites