Nov 29 2008 07:58 AM 3056 4 Connect MySQL with XML pmsudha How to Connect MySQL with XML? hanumanbaba Profile Answers by hanumanbaba Questions by hanumanbaba Mar 21st, 2009 use strict; use DBI; my $dbh = DBI->connect ("DBI:mysql:test", "testuser", "testpass", { RaiseError => 1,... hanumanbaba Profile Answers by hanumanbaba Questions by hanumanbaba Mar 20th, 2009 adoConn.Open("Driver={MySQL ODBC 5.1 Driver};Server=VBNET4;Port=3306; Database=netmusk; User=admin; Password=pass123;Option=3; Min Pool Size=5; Max Pool Size=60; Connect Timeout=2;"); Answer Question Select Best Answer
Nov 29 2008 07:58 AM 3056 4 Connect MySQL with XML pmsudha How to Connect MySQL with XML? hanumanbaba Profile Answers by hanumanbaba Questions by hanumanbaba Mar 21st, 2009 use strict; use DBI; my $dbh = DBI->connect ("DBI:mysql:test", "testuser", "testpass", { RaiseError => 1,... hanumanbaba Profile Answers by hanumanbaba Questions by hanumanbaba Mar 20th, 2009 adoConn.Open("Driver={MySQL ODBC 5.1 Driver};Server=VBNET4;Port=3306; Database=netmusk; User=admin; Password=pass123;Option=3; Min Pool Size=5; Max Pool Size=60; Connect Timeout=2;"); Answer Question Select Best Answer
hanumanbaba Profile Answers by hanumanbaba Questions by hanumanbaba Mar 21st, 2009 use strict; use DBI; my $dbh = DBI->connect ("DBI:mysql:test", "testuser", "testpass", { RaiseError => 1,...
hanumanbaba Profile Answers by hanumanbaba Questions by hanumanbaba Mar 20th, 2009 adoConn.Open("Driver={MySQL ODBC 5.1 Driver};Server=VBNET4;Port=3306; Database=netmusk; User=admin; Password=pass123;Option=3; Min Pool Size=5; Max Pool Size=60; Connect Timeout=2;");