ptrex Posted November 25, 2005 Author Share Posted November 25, 2005 (edited) @picassoOK. I will add the to do' s and the link to the first post in order to accomodate the visitors of this thread.Speak to you later. First Post has been updated Edited November 25, 2005 by ptrex 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 Link to comment Share on other sites More sharing options...
jpm Posted November 25, 2005 Share Posted November 25, 2005 @picassoTested !! Everything runs fine now !! Great job, Thanks.I my first post I added a 'TO DO' list. This list came from your previous posts.Everything seems to be finished. Is this correct ? Could you review this so that all visitors know what the status is at the moment.If there are open items please let me know, so I wil add them.Thanks again. PS: I hope that your SQLite.au3 could be added as a standard UDF in the AutoIT distribution.One thing is not clear to me is can we include the sqlite3.dll in the AutoIt setup?Does the distribution of such package can be only dowloaded by the user itself? Link to comment Share on other sites More sharing options...
ptrex Posted November 25, 2005 Author Share Posted November 25, 2005 @jpmOne thing is not clear to me is can we include the sqlite3.dll in the AutoIt setup?It is very easy to include this in the AutoIT setup. It's just 1 sqlite.dll to add on.This could be put somewhere in the BETA folder of the AutoIT3 folders.The SQLite.au3 goes into the includes folder. And that' s about it. The only thing that needs to be set in the SQLite.au3 is the path to the SQLite.DLL folder (if the DLL is not in the Windows\System32 folder)The user can of course download everything themselves, but why not supply everything whith it. 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 Link to comment Share on other sites More sharing options...
jpm Posted November 25, 2005 Share Posted November 25, 2005 @jpmIt is very easy to include this in the AutoIT setup. It's just 1 sqlite.dll to add on.This could be put somewhere in the BETA folder of the AutoIT3 folders.The SQLite.au3 goes into the includes folder. And that' s about it. The only thing that needs to be set in the SQLite.au3 is the path to the SQLite.DLL folder (if the DLL is not in the Windows\System32 folder)The user can of course download everything themselves, but why not supply everything whith it. my question was from legal standpoint, some copyright to be included ...if it is really free we can solve the path by installing the default sqlite3.dll in the autoit->extra dir Link to comment Share on other sites More sharing options...
ptrex Posted November 25, 2005 Author Share Posted November 25, 2005 @jpmmy question was from legal standpointSQLite CopyrightThe original author of SQLite has dedicated the code to the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original SQLite code, either in source code form or as a compiled binary, for any purpose, commerical or non-commerical, and by any means.If you want to read to full story http://www.sqlite.org/copyright.htmlI hope this clears out the legal issues for distributing the DLL with AutoIT. 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 Link to comment Share on other sites More sharing options...
piccaso Posted November 26, 2005 Share Posted November 26, 2005 implemented safemode partly, only db handles are monitored. query handles will be monitored after functions for maual reset/finalize are made... can be turned off (and on) again using_SQLite_SaveMode(False) Whoever can produce a crash with wrong db handles and postes the code gets a cookie CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
piccaso Posted November 26, 2005 Share Posted November 26, 2005 added _SQLite_QueryReset(), _SQLite_QueryFinalize() SaveMode is completed now. CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
Greenseed Posted November 27, 2005 Share Posted November 27, 2005 it pretty nice! and i think you idea to implement to autoit is nice! because it bring efficient database server to small buisness without heavy cost! and because autoit it the only language i know! and im not very experimented with dllcall() or objcreate()! again nice job! GreenseedMCSE+I, CCNA, A+Canada, QuebecMake Love Around You. Link to comment Share on other sites More sharing options...
piccaso Posted November 27, 2005 Share Posted November 27, 2005 it pretty nice! and i think you idea to implement to autoit is nice! because it bring efficient database server to small buisness without heavy cost!its no database server just database functionality, and since everything is free there are no costs at all again nice job!Thanks :"> CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
piccaso Posted November 27, 2005 Share Posted November 27, 2005 Renamed _SQLite_FetchArray() -> _SQLite_FetchData() Added _SQLite_FetchNames(), Example included CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
piccaso Posted November 28, 2005 Share Posted November 28, 2005 (edited) Removed _SQLite_Commit(), _SQLite_Close() handles $SQLITE_BUSY issues Added Function Headers Fixed Bug in _SQLite_Exec(), $sErrorMsg was set to 0 instead of 'Successful result' Edited November 29, 2005 by piccaso CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
ptrex Posted November 28, 2005 Author Share Posted November 28, 2005 @picasso I reviewed you last version and tested it against some examples. I ran all the way !!!! Very nice job picasso I think this version is ready to become a standard UDF PS: One question left. You removed the Exec "COMMIT". Where does this have to fit into when creating a application. Does the developer have to build in the commit himselve (which is fine for me) ? Can you give us some more explenation about this. Thanks 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 Link to comment Share on other sites More sharing options...
ptrex Posted November 28, 2005 Author Share Posted November 28, 2005 (edited) New version 4.5 of the SQLite_GUI is available in post #1- Added Icons to the TreeView- Added Close Database in Menu- Added Advanced View TAB (with a lot of parameters to set)READ THE SQLite documentation before using - See Syntax PRAGMA statement)- Added more datatypes- Miscelanious Bug fixesStill a lot to add before it's finished Edited November 28, 2005 by ptrex 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 Link to comment Share on other sites More sharing options...
piccaso Posted November 28, 2005 Share Posted November 28, 2005 I reviewed you last version and tested it against some examples. I ran all the way !!!! Very nice job picasso I think this version is ready to become a standard UDF thanks :"> ... still needs doc's and more samplesPS: One question left. You removed the Exec "COMMIT". Where does this have to fit into when creating a application. Does the developer have to build in the commit himselve (which is fine for me) ? Can you give us some more explenation about this. ThanksCOMMITing is as easy as _SQLite_QueryNoResult(-1,"COMMIT")_SQLite_QueryNoResult() also handles $SQLITE_BUSY issues Could you please update your 1'st post. Everything is done exept Doc's & Samples and maybe make a poll out of it, if people want it as standard udf... i dont know... you decide, its your thread thanks CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
piccaso Posted November 29, 2005 Share Posted November 29, 2005 Changed _SQLite_Display2DResult(), Better Fromating for Lager Tables & Ability to Return the Result Added (Very Simple!) Gui Example CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
Walkabout Posted November 29, 2005 Share Posted November 29, 2005 Picasso, You have been an absolute powerhouse. Thanks for all of your hard work. Walkabout My Stuff:AutoIt for the MassesWait until Oracle Apps is readySend email natively from Autoit3 Link to comment Share on other sites More sharing options...
ptrex Posted November 29, 2005 Author Share Posted November 29, 2005 @picassoVery nice job again !! _SQLite_QueryNoResult(-1,"COMMIT")Propably the documentation will prevent questions like mine,regarding the "COMMIT" I ran some tests and no errors so far.One REMARK. When you uploaded the ZIP, with the latest version and examples. I noticed that you included the SQLite3.DLL which is 120 Kb large. The lastest version 3.2.7 is of a different size. See download page http://www.sqlite.org/download.htmlMaybe it's wise to test against the latest DLL.PS: - I updated the to do list- I am willing to set up a poll but I need to figure out how to do this in this forum. Anyone who can point me out whrere to start, let me know. 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 Link to comment Share on other sites More sharing options...
ptrex Posted November 29, 2005 Author Share Posted November 29, 2005 @picassoI am willing to set up a poll but I need to figure out how to do this in this forumI think I am not authorized to set up a poll for voting for a standard UDF SQLite.au3I think we will have to ask JPM to do this for us. 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 Link to comment Share on other sites More sharing options...
jpm Posted November 29, 2005 Share Posted November 29, 2005 @picassoI think I am not authorized to set up a poll for voting for a standard UDF SQLite.au3I think we will have to ask JPM to do this for us.I don't think I can change an already started topic but you can start a new one with a voting action Link to comment Share on other sites More sharing options...
Greenseed Posted November 29, 2005 Share Posted November 29, 2005 i do not know is some have a idea, or knowing someone who code in python! Because! i have a database made with pySQlite3 it is SQLite For python! my probleme! is i can't access this database with original SQLite call! python do something i don't know! i send you a example database, who work very well on my XBOX with python scripting! but unable to access it on my PC with any database viewer! if i open the file with a HEX editor i can see is in SQLite3 and all my data. thx in advance!MyMusic6.rar GreenseedMCSE+I, CCNA, A+Canada, QuebecMake Love Around You. Link to comment Share on other sites More sharing options...
Recommended Posts