vmsgman Posted June 6, 2005 Posted June 6, 2005 Anyone interested in having a database API in AutoIt. I am thinking about tying the MySQLi extension into the project.
w0uter Posted June 6, 2005 Posted June 6, 2005 (edited) if i recall correct. it was possible to talk to databases through COM.[edit] here [/edit] Edited June 6, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
/dev/null Posted June 6, 2005 Posted June 6, 2005 Anyone interested in having a database API in AutoIt. I am thinking about tying the MySQLi extension into the project.I'm interested! How are you going to do it? Is'nt mysqli a mysql interface for PHP?CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
ptrex Posted June 6, 2005 Posted June 6, 2005 I am interested as well. Connecting using ODBC would be great !! Using native connections is a next step to go. Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
vmsgman Posted June 6, 2005 Author Posted June 6, 2005 I'm interested! How are you going to do it? Is'nt mysqli a mysql interface for PHP?CheersKurt<{POST_SNAPBACK}>Sorry typo mysql API no i
flyingboz Posted June 7, 2005 Posted June 7, 2005 I've been exploring options in this arena...Haven't made a definite decision yet - though I've got some clients who might have development dollars for me to make a push. Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.
JSThePatriot Posted June 9, 2005 Posted June 9, 2005 I think that this would be a very good addition to AutoIt and possibly tie it to one of the largest open source databases available . JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
datskat Posted June 13, 2005 Posted June 13, 2005 would be a great addition to the toolbox. having both MYSQL and odbc would be cool
jftuga Posted June 13, 2005 Posted June 13, 2005 What about SQLite?http://www.sqlite.org/SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. -John Admin_Popup, show computer info or launch shellRemote Manager, facilitates connecting to RDP / VNCProc_Watch, reprioritize cpu intensive processesUDF: _ini_to_dict, transforms ini file entries into variablesUDF: monitor_resolutions, returns resolutions of multiple monitorsReport Computer Problem, for your IT help deskProfile Fixer, fixes a 'missing' AD user profile
APRES Posted June 17, 2005 Posted June 17, 2005 Actually I'm looking around and think to step on board of AutoIt. And Mysql for me could be just a last drop.
scriptkitty Posted June 22, 2005 Posted June 22, 2005 (edited) jftuga, SQLite is a self contained database....,It is not a connection to any exhisting database, and it would have a lot of good additions.Access can be connected to with the new OBJ/COM feature, and would pretty much fill any of those SQLite additions, (SQLite faster?), but Access is far more accepted.A native MySQL interface would be incredible. As it stands, I have to set up the ODBC connection (read install drivers,) before I can access it.for some C++ code libs and stuff on MySQLhttp://tangentsoft.net/mysql++/ Edited June 22, 2005 by scriptkitty AutoIt3, the MACGYVER Pocket Knife for computers.
Timo Posted July 3, 2005 Posted July 3, 2005 Has anyone an example how to connect AutoIt and Access? Would be very nice.... Bye...,Timo
Nutster Posted July 3, 2005 Posted July 3, 2005 Has anyone an example how to connect AutoIt and Access?Would be very nice....<{POST_SNAPBACK}>There are several examples in the Scripts and Scraps forum. Please look there. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
JSThePatriot Posted July 3, 2005 Posted July 3, 2005 Has anyone an example how to connect AutoIt and Access?Would be very nice....<{POST_SNAPBACK}>Check the scripts and scraps forum. There are tons of examples in there how to use COM and databases. Do a search.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
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