Hi, I had correctly created a system DSN (OS windows 98), this DSN does not require usr and so password,
if (!($db = new Win32::ODBC("Gestion100"))){ print "Error connecting to $DSN\n"; print "Error: " . Win32::ODBC::Error() . "\n"; exit; } I'm perplexed about the error signposted : Error connecting to Error: [-1907] [] "[Simba][Simba ODBC Driver][CBase]Accès refusé." Any idea ... thanks for all asma