Thanks very much tst,
I think another idea to create a System DSN, If I Would know to add the following entries to the windows registry.... then I could create a System DSN easyly:
[Registry]
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\ODBC Data Sources; ValueType: string; ValueName: SBRs_dades; ValueData: MySQL ODBC 3.51 Driver; Flags: createvalueifdoesntexist uninsdeletevalue
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\SBRs_dades; Flags: createvalueifdoesntexist uninsdeletevalue; ValueName: Driver; ValueType: string; ValueData: C:\WINDOWS\system32\myodbc3.dll
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\SBRs_dades; Flags: createvalueifdoesntexist uninsdeletevalue; ValueName: DATABASE; ValueType: string; ValueData: sbrs_dades
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\SBRs_dades; Flags: createvalueifdoesntexist uninsdeletevalue; ValueName: DESCRIPTION; ValueType: string; ValueData: Dades dels SBRs
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\SBRs_dades; Flags: createvalueifdoesntexist uninsdeletevalue; ValueName: PASSWORD; ValueType: string; ValueData: **************
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\SBRs_dades; Flags: createvalueifdoesntexist uninsdeletevalue; ValueName: SERVER; ValueType: string; ValueData: localhost
Root: HKLM; SubKey: Software\ODBC\ODBC.INI\SBRs_dades; Flags: createvalueifdoesntexist uninsdeletevalue; ValueName: USER; ValueType: string; ValueData: root
*********************************************************************************
How can I add these entries to the windows registry from LV 7 Express?
Thanks,
ToNi.