bonjour tout le monde,
avant tout chose j'ai fait une recherche et consulter la faq suivi les conseille pour installer dbd-sysbase: selon le code suivant:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
 
 
ppm 
rep add crazyppm http://crazyinsomniac.perlmonk.org/perl/ppm/5.8/ 
install DBD-Sybase 
 
 
et voilà le resultat 
 
Code: 
 
could not find 'arch' ......................tar.pm 
could not find 'auto' ......................tar.pm 
could not find 'DBD' ......................tar.pm 
..... 
..... 
 
***WARNING*****WARNING*****WARNING*****WARNING** 
 
    In addition to installing DBD-Sybase 
    you will need to download and install 
 
        Adaptive Server Enterprise version 12.5 for NT. 
        Developer's Edition U.S. Download (Client) 
 
        http://download.sybase.com/eval/ASE_dev_win/NTclient.exe 
 
    Be careful as it is big. 
    Also, since I do not have access to a Sybasedb, 
    this package hasn't been tested. 
 
 
 
    The following links may be of interest: 
 
        http://perlmonks.com/index.pl?node_id=247864 
        http://www.sybase.com/ase_125devel 
        http://www.sybase.com/detail?id=1020071 
        http://www.sybase.com/detail?id=1020069 
 
 
 
==================== 
Install 'DBD-Sybase' version 1.05 in ActivePerl 5.8.2.808. 
==================== 
Successfully installed DBD-Sybase version 1.05 in ActivePerl 5.8.2.808.
Note :meme demarche pour mysql ca marche tres bien.

mais pour sysbase(pour se connecter a une base sql server).
il me sort le message qu il faut installer le driver sysbase:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
install_driver(sysbase) failed: Can't locate DBD/sysbase.pm in @INC (@INC contains: C:\www\Apache2\cgi-bin\ C:/perl/lib C:/perl/site/lib .) at (eval 4) line 3.
Perhaps the DBD::sysbase perl module hasn't been fully installed,
or perhaps the capitalisation of 'sysbase' isn't right.
Available drivers: DBM, ExampleP, File, Proxy, Sponge, Sybase, mysql.
Merci.