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 details in a string. I haven't the first idea how to do this in AHK. i would be really grateful if anyone could help or point me in the right direction. I know i can alwas create the ODBC connection by adding the reg keys but this is the way i'd rather go. Thanks in Advance.
Okay i just figured out what i need to do, but i am not familiar with using DLLCALL. I am going to continue researching but if anyone wants to jump in and show me any shortcuts or give me any helpful tips that would be great.
http://support.microsoft.com/kb/142216 This is the link to the article i am going by which tells what dll i need to call to use the function.
Thanks again!