|
From: <php...@li...> - 2008-08-19 21:20:01
|
Thank you for the quick reply.
How would I do something like this with typecasting?
Driver d =
(Driver)Class.forName("com.ddtek.jdbc.sequelink.SequeLinkDriver").newInstance();
Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com
php...@li... wrote:
> $dm = Java("java.sql.DriverManager");
>
> $con
> =$dm->getConnection(\"jdbc:sequelink://fmServer:2399;serverDataSource=Clients\",
> $username, $password");
>
>
> On Tue, Aug 19, 2008 at 3:44 PM, <
> php...@li...> wrote:
>
>
>> I can now create the JDBC connection in PHP, but it doesn't do anything
>> and just waits there.
>> Here is the code:
>>
>> $con = new
>> Java("DriverManager.getConnection(\"jdbc:sequelink://fmServer:2399;serverDataSource=Clients\",$username,$password);");
>> --
>>
>>
>> Thank you,
>> Micah Gersten
>> onShore Networks
>> Internal Developer
>> http://www.onshore.com
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> php-java-bridge-users mailing list
>> php...@li...
>> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>>
>>
>
>
>
>
|