| Author |
Message |
Topic: Embed a program into a GUI window |
namebran
Replies: 3
Views: 496
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 3:35 am Subject: Embed a program into a GUI window |
| I would love to hear a response to this too! I am similarly wondering if it is possible to embed a window in another window like Gui2 in Gui1? |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Tue Jan 20, 2009 3:53 am Subject: ADO COM - Database Query |
Excellent Sean you have helped me once again! I got it to work! Here is my code that works in case it helps anyone:
#Include CoHelper.ahk
#Include Com.ahk
Com_CoInitialize()
... |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Mon Jan 19, 2009 11:58 am Subject: ADO COM - Database Query |
| Next thing i am having a problem with. I ran into another stored procedure which now i need to include parameters. I know i need to use ADODB.Command, but i just can't get anything to work. Once i ... |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Wed Jan 14, 2009 6:54 am Subject: ADO COM - Database Query |
I was able to get this to work. Thanks to your help Sean by recommending me to the Com Library i realized what was giving me a problem.
I was expecting i would be able to use the same script i t ... |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Tue Jan 13, 2009 12:44 am Subject: ADO COM - Database Query |
| Okay i used the code below this time, basically the same thing (the ADO.ahk script). I first plugged in the stored procedure with my connectin string to see if it worked and it didn't. So then i did ... |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Mon Jan 12, 2009 4:03 am Subject: ADO COM - Database Query |
| Thanks for your advice Sean, unfortunately i wasn't able to get it to work. I must be missing something although i have been looking at msdn and w3schools info and it looks like it should work. I ha ... |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Sun Jan 11, 2009 7:43 pm Subject: ADO COM - Database Query |
| Here is the code that matters, i am using almost exactly what is on the first page of this topic with some minor changes. Even using that code exactly as it is, with my connection string of course, i ... |
Topic: ADO COM - Database Query |
namebran
Replies: 130
Views: 33950
|
Forum: Scripts & Functions Posted: Sun Jan 11, 2009 4:52 am Subject: ADO COM - Database Query |
| I've run into a problem using the what i've learned from this topic. I have been working on a script in which i have to access a SQL Server and its Databases often for maintenance reasons. Anyway, ev ... |
Topic: Creating an ODBC connection in AHK |
namebran
Replies: 0
Views: 479
|
Forum: Ask for Help Posted: Wed Nov 05, 2008 3:20 am Subject: Creating an ODBC connection in AHK |
| I need to create ODBC connections in a script that i am writing and when readin up on ODBC i came across this function (SQLConfigDataSource) that should be accessible to create them by passing the det ... |
| |