sprakash has asked for the wisdom of the Perl Monks concerning the following question:
Thing is that I need the code Perl which does the same thing as above or any other advice you all can give me. I would really appreciate it. Thanks, SPstrPathInfo = Request.Servervariables("APPL_PHYSICAL_PATH") strConnection="Driver={Microsoft Access Driver (*.mdb)};DBQ=" & strPat +hInfo & "\_private\db1.mdb" Set objRecset=Server.CreateObject("ADODB.Connection") objRecset.open "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & serve +r.mappath(".") & "\_private\db1" sqlstatement="SELECT email, password FROM surya" objRecset.Execute($sqlstatement) objRecset.Close set objRecset=Nothing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need help accessing Access database using Perl......
by neophyte (Curate) on Dec 13, 2000 at 10:28 UTC | |
|
Re: Need help accessing Access database using Perl......
by Anonymous Monk on Dec 13, 2000 at 10:02 UTC | |
by hotyopa (Scribe) on Dec 13, 2000 at 10:04 UTC |