Skip to content
⌘ NSIS Forum Archive

NSIS and ODBC

7 posts

g@rg@mel#

NSIS and ODBC

Hi,

I've got two problems. First, i don't speak english very well, so i hope you can understant what I say.
Second, more interessant for you, i want to know if it's possible to make an ODBC link with an Access DataBase using NSIS. if yes, how??

Thanks for your answers...
vnrg#
let's split the problem. nsis allows you to execute program. so lets create that link the same (or very similar) way as u used to (ur favorite scripting lng or ...)

and btw sorry for my english too 🙁
g@rg@mel#
Thanx for your help

But how can i make an odbc link whitout using MS Windows program
(Start==> Control Panel==> ODBC data source).
veekee#
Hi frenchy (as i'm) !

French unofficial translation of NSIS can be downloaded in http://www.winampfr.com/nsis 😉
Help file as not been tranlated, but i will have a similar help file 😉

PS (in french, translation) : Traduction française dispo sur le lien au dessus ! Le fichier d'aide ne sera pas traduit (pas en projet), mais une traduction similaire devrait voir le jour 😉
veekee#
I know that OBDC links are stored in the registry ... you could use existing ones to have to correct keys to create in order to have a new ODBC link 🙂
g@rg@mel#
Hi veekee & the others of course...

I visited your web site and i found it very helpfull.
It's a real good work and I'm understanding more about NSIS functionment.
Thank you for your help.