Re: accessing to a DSN system

2002-01-25 Thread Jenda Krynicky
From: "mb" <[EMAIL PROTECTED]> > I'm asking to connect to a DSN system (on windows98) ... I ceated a > DSN file so to get connection on it. Beg your pardon? What excatly did you create? A User DSN? A System DSN? A File DSN? > and when excecuting the small > lignes bellow . >

accessing to a DSN system

2002-01-25 Thread mb
hi, I'm asking to connect to a DSN system (on windows98) ... I ceated a DSN file so to get connection on it. and when excecuting the small lignes bellow . #!/perl/bin/perl use Win32::ODBC; my($db) = new Win32::ODBC("ConnectGestion100;UID=mouna;PWD=mennou;"); $db->Sql("SELECT * FROM F_ARTICLE")