avec MDB Tools le fichier a installé mais j'ai toujours le même message d'erreur
LS:DO- ODBC could not complete the requested operation.-[unixODBC][Driver Manager]Data source name not found, and no default driver specified
une idée ??
Forums Lotus Domino/Notes en Français
http://forum.dominoarea.org/
LS:DO- ODBC could not complete the requested operation.-[unixODBC][Driver Manager]Data source name not found, and no default driver specified
Uselsx "*LSXODBC"
Dim con As New ODBCConnection
Dim msg As String
Dim dsnList As Variant
Dim n As Integer
Msgbox "liste dsn"
dsnList = con.ListDataSources
For n = Lbound(dsnList) To Ubound(dsnList)
msg = msg & dsnList(n) & Chr(10)
Next
Messagebox msg
[unixODBC][Driver Manager]Can't open lib '/usr/lib/libmdbodbc.so' : libglib-1.2.so.0: cannot open shared object fil
e: No such file or directory