Click here to Skip to main content
15,891,033 members
Home / Discussions / Web Development
   

Web Development

 
GeneralProblems in user control name after installing .NetFramework 1.0 sp1 Pin
GanesanM16-Sep-04 5:01
GanesanM16-Sep-04 5:01 
GeneralSynchronization between two web pages asp 3 Pin
jackboy7016-Sep-04 4:15
jackboy7016-Sep-04 4:15 
GeneralRe: Synchronization between two web pages asp 3 Pin
jackboy7016-Sep-04 4:18
jackboy7016-Sep-04 4:18 
Generalencoding problem Pin
karanba16-Sep-04 3:36
karanba16-Sep-04 3:36 
Generalstored images from image sqlfield to hard disk Pin
Anonymous15-Sep-04 0:25
Anonymous15-Sep-04 0:25 
GeneralRe: stored images from image sqlfield to hard disk Pin
iwcsecure18-Sep-04 11:36
iwcsecure18-Sep-04 11:36 
Generalconnecting to MS ACCESS in PHP Pin
samithas14-Sep-04 20:14
samithas14-Sep-04 20:14 
GeneralRe: connecting to MS ACCESS in PHP Pin
Milan200721-Sep-04 15:27
Milan200721-Sep-04 15:27 
I've never had a need for this personally; however, here is an example I found on the PHP site as a user contributed comment (http://ca.php.net/manual/en/ref.com.php):

$conn = new COM("ADODB.Connection");
$dsn = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" . realpath("mydb.mdb");
$conn->Open($dsn);



Also check pear.php.net I know they have an absraction layer class that will do the trick. Remember that you need COM installed with PHP

GeneralWeb Documnetation pages generated by VS 2003 Pin
Gary Hyslop at home14-Sep-04 10:29
Gary Hyslop at home14-Sep-04 10:29 
GeneralRe: Web Documnetation pages generated by VS 2003 Pin
Syed Abdul Khader16-Sep-04 2:18
Syed Abdul Khader16-Sep-04 2:18 
GeneralXML Web Services AUTHENTICATION with C#.net Pin
programming14-Sep-04 5:58
programming14-Sep-04 5:58 
GeneralRe: XML Web Services AUTHENTICATION with C#.net Pin
Kodanda Pani17-Sep-04 23:08
Kodanda Pani17-Sep-04 23:08 
Questionhow to disappear save as menu from browser Pin
ashu_aegis14-Sep-04 3:36
ashu_aegis14-Sep-04 3:36 
AnswerRe: how to disappear save as menu from browser Pin
Steven Campbell14-Sep-04 8:06
Steven Campbell14-Sep-04 8:06 
GeneralImage Management Pin
zumichu13-Sep-04 19:49
zumichu13-Sep-04 19:49 
GeneralRe: Image Management Pin
Steven Campbell14-Sep-04 4:27
Steven Campbell14-Sep-04 4:27 
GeneralProtect ASP application files Pin
TPN13-Sep-04 18:31
TPN13-Sep-04 18:31 
GeneralRe: Protect ASP application files Pin
Steven Campbell14-Sep-04 2:43
Steven Campbell14-Sep-04 2:43 
GeneralSPF: Sender Policy Framework Pin
osblues13-Sep-04 13:03
osblues13-Sep-04 13:03 
GeneralRe: SPF: Sender Policy Framework Pin
osblues21-Sep-04 1:57
osblues21-Sep-04 1:57 
GeneralIIS/ASP/ASPX Pin
Anonymous13-Sep-04 10:12
Anonymous13-Sep-04 10:12 
GeneralRe: IIS/ASP/ASPX Pin
Mike Ellison13-Sep-04 11:28
Mike Ellison13-Sep-04 11:28 
GeneralRe: IIS/ASP/ASPX Pin
Anonymous13-Sep-04 12:12
Anonymous13-Sep-04 12:12 
GeneralBlogThis JavaScript on IE XP SP2 Pin
Rob Caldecott13-Sep-04 1:36
Rob Caldecott13-Sep-04 1:36 
QuestionHow To Send Output To Printer From Html Pin
a2zSK13-Sep-04 0:46
sussa2zSK13-Sep-04 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.